lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.65.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.67.0
- old
+ new
@@ -1394,10 +1394,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GooglePrivacyDlpV2SecretsDiscoveryTarget
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GooglePrivacyDlpV2SelectedInfoTypes
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1490,10 +1496,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GooglePrivacyDlpV2TableReference
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GooglePrivacyDlpV2TaggedField
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2367,10 +2379,12 @@
end
class GooglePrivacyDlpV2DatabaseResourceReference
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :database, as: 'database'
+ property :database_resource, as: 'databaseResource'
property :instance, as: 'instance'
property :project_id, as: 'projectId'
end
end
@@ -2597,10 +2611,12 @@
class GooglePrivacyDlpV2DiscoveryBigQueryFilter
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :other_tables, as: 'otherTables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherBigQueryTables, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherBigQueryTables::Representation
+ property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableReference, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableReference::Representation
+
property :tables, as: 'tables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection::Representation
end
end
@@ -2693,10 +2709,12 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :big_query_target, as: 'bigQueryTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget::Representation
property :cloud_sql_target, as: 'cloudSqlTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget::Representation
+ property :secrets_target, as: 'secretsTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget::Representation
+
end
end
class GooglePrivacyDlpV2DlpJob
# @private
@@ -4014,10 +4032,16 @@
property :password_secret_version_name, as: 'passwordSecretVersionName'
property :username, as: 'username'
end
end
+ class GooglePrivacyDlpV2SecretsDiscoveryTarget
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class GooglePrivacyDlpV2SelectedInfoTypes
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
@@ -4195,9 +4219,17 @@
class GooglePrivacyDlpV2TableOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
+ end
+ end
+
+ class GooglePrivacyDlpV2TableReference
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :dataset_id, as: 'datasetId'
+ property :table_id, as: 'tableId'
end
end
class GooglePrivacyDlpV2TaggedField
# @private