generated/google/apis/dlp_v2/representations.rb in google-api-client-0.21.1 vs generated/google/apis/dlp_v2/representations.rb in google-api-client-0.21.2
- old
+ new
@@ -961,10 +961,11 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
property :rows_limit, :numeric_string => true, as: 'rowsLimit'
+ property :sample_method, as: 'sampleMethod'
property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
end
end
@@ -1073,9 +1074,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :bytes_limit_per_file, :numeric_string => true, as: 'bytesLimitPerFile'
property :file_set, as: 'fileSet', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileSet, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileSet::Representation
collection :file_types, as: 'fileTypes'
+ property :files_limit_percent, as: 'filesLimitPercent'
+ property :sample_method, as: 'sampleMethod'
end
end
class GooglePrivacyDlpV2CloudStoragePath
# @private