lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.56.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.57.0
- old
+ new
@@ -362,10 +362,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GooglePrivacyDlpV2DataSourceType
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GooglePrivacyDlpV2DatastoreKey
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2150,10 +2156,17 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :score, as: 'score'
end
end
+ class GooglePrivacyDlpV2DataSourceType
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :data_source, as: 'dataSource'
+ end
+ end
+
class GooglePrivacyDlpV2DatastoreKey
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :entity_key, as: 'entityKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Key, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Key::Representation
@@ -3803,9 +3816,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :config_snapshot, as: 'configSnapshot', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileConfigSnapshot, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileConfigSnapshot::Representation
property :create_time, as: 'createTime'
property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation
+
+ property :data_source_type, as: 'dataSourceType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType::Representation
property :dataset_id, as: 'datasetId'
property :dataset_location, as: 'datasetLocation'
property :dataset_project_id, as: 'datasetProjectId'
property :encryption_status, as: 'encryptionStatus'