lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.14.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.15.0

- old
+ new

@@ -1270,9 +1270,11 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :excluded_fields, as: 'excludedFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation + collection :included_fields, as: 'includedFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation + property :rows_limit, :numeric_string => true, as: 'rowsLimit' property :rows_limit_percent, as: 'rowsLimitPercent' property :sample_method, as: 'sampleMethod' property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation