generated/google/apis/dlp_v2beta2/representations.rb in google-api-client-0.19.8 vs generated/google/apis/dlp_v2beta2/representations.rb in google-api-client-0.20.0

- old
+ new

@@ -338,10 +338,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2beta2BigQueryKey + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2beta2BigQueryOptions class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -488,10 +494,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2beta2DateShiftConfig + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GooglePrivacyDlpV2beta2DateTime + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2beta2DeidentifyConfig class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -884,10 +902,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2beta2QuoteInfo + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2beta2Range class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1040,10 +1064,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2beta2TimeZone + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2beta2TimespanConfig class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1671,10 +1701,19 @@ property :table, as: 'table', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable::Representation end end + class GooglePrivacyDlpV2beta2BigQueryKey + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :row_number, :numeric_string => true, as: 'rowNumber' + property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable::Representation + + end + end + class GooglePrivacyDlpV2beta2BigQueryOptions # @private class Representation < Google::Apis::Core::JsonRepresentation collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId::Representation @@ -1728,10 +1767,11 @@ class GooglePrivacyDlpV2beta2CategoricalStatsHistogramBucket # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_size, :numeric_string => true, as: 'bucketSize' + property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount' collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2ValueFrequency, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2ValueFrequency::Representation property :value_frequency_lower_bound, :numeric_string => true, as: 'valueFrequencyLowerBound' property :value_frequency_upper_bound, :numeric_string => true, as: 'valueFrequencyUpperBound' end @@ -1915,10 +1955,35 @@ property :partition_id, as: 'partitionId', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2PartitionId, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2PartitionId::Representation end end + class GooglePrivacyDlpV2beta2DateShiftConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :context, as: 'context', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId::Representation + + property :crypto_key, as: 'cryptoKey', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoKey, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoKey::Representation + + property :lower_bound_days, as: 'lowerBoundDays' + property :upper_bound_days, as: 'upperBoundDays' + end + end + + class GooglePrivacyDlpV2beta2DateTime + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :date, as: 'date', class: Google::Apis::DlpV2beta2::GoogleTypeDate, decorator: Google::Apis::DlpV2beta2::GoogleTypeDate::Representation + + property :day_of_week, as: 'dayOfWeek' + property :time, as: 'time', class: Google::Apis::DlpV2beta2::GoogleTypeTimeOfDay, decorator: Google::Apis::DlpV2beta2::GoogleTypeTimeOfDay::Representation + + property :time_zone, as: 'timeZone', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2TimeZone, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2TimeZone::Representation + + end + end + class GooglePrivacyDlpV2beta2DeidentifyConfig # @private class Representation < Google::Apis::Core::JsonRepresentation property :info_type_transformations, as: 'infoTypeTransformations', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InfoTypeTransformations, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InfoTypeTransformations::Representation @@ -2061,10 +2126,12 @@ property :likelihood, as: 'likelihood' property :location, as: 'location', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Location, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Location::Representation property :quote, as: 'quote' + property :quote_info, as: 'quoteInfo', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2QuoteInfo, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2QuoteInfo::Representation + end end class GooglePrivacyDlpV2beta2FindingLimits # @private @@ -2302,10 +2369,11 @@ class GooglePrivacyDlpV2beta2KAnonymityHistogramBucket # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_size, :numeric_string => true, as: 'bucketSize' + property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount' collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KAnonymityEquivalenceClass, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KAnonymityEquivalenceClass::Representation property :equivalence_class_size_lower_bound, :numeric_string => true, as: 'equivalenceClassSizeLowerBound' property :equivalence_class_size_upper_bound, :numeric_string => true, as: 'equivalenceClassSizeUpperBound' end @@ -2332,10 +2400,11 @@ class GooglePrivacyDlpV2beta2KMapEstimationHistogramBucket # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_size, :numeric_string => true, as: 'bucketSize' + property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount' collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues::Representation property :max_anonymity, :numeric_string => true, as: 'maxAnonymity' property :min_anonymity, :numeric_string => true, as: 'minAnonymity' end @@ -2407,10 +2476,11 @@ class GooglePrivacyDlpV2beta2LDiversityHistogramBucket # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket_size, :numeric_string => true, as: 'bucketSize' + property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount' collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityEquivalenceClass, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityEquivalenceClass::Representation property :sensitive_value_frequency_lower_bound, :numeric_string => true, as: 'sensitiveValueFrequencyLowerBound' property :sensitive_value_frequency_upper_bound, :numeric_string => true, as: 'sensitiveValueFrequencyUpperBound' end @@ -2515,10 +2585,11 @@ end class GooglePrivacyDlpV2beta2OutputStorageConfig # @private class Representation < Google::Apis::Core::JsonRepresentation + property :output_schema, as: 'outputSchema' property :table, as: 'table', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryTable::Representation end end @@ -2548,10 +2619,12 @@ property :crypto_hash_config, as: 'cryptoHashConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoHashConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoHashConfig::Representation property :crypto_replace_ffx_fpe_config, as: 'cryptoReplaceFfxFpeConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoReplaceFfxFpeConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CryptoReplaceFfxFpeConfig::Representation + property :date_shift_config, as: 'dateShiftConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DateShiftConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DateShiftConfig::Representation + property :fixed_size_bucketing_config, as: 'fixedSizeBucketingConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FixedSizeBucketingConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FixedSizeBucketingConfig::Representation property :redact_config, as: 'redactConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RedactConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RedactConfig::Representation property :replace_config, as: 'replaceConfig', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2ReplaceValueConfig, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2ReplaceValueConfig::Representation @@ -2601,10 +2674,18 @@ property :field, as: 'field', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2FieldId::Representation end end + class GooglePrivacyDlpV2beta2QuoteInfo + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :date_time, as: 'dateTime', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DateTime, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DateTime::Representation + + end + end + class GooglePrivacyDlpV2beta2Range # @private class Representation < Google::Apis::Core::JsonRepresentation property :end, :numeric_string => true, as: 'end' property :start, :numeric_string => true, as: 'start' @@ -2620,10 +2701,12 @@ end class GooglePrivacyDlpV2beta2RecordKey # @private class Representation < Google::Apis::Core::JsonRepresentation + property :big_query_key, as: 'bigQueryKey', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryKey, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2BigQueryKey::Representation + property :cloud_storage_key, as: 'cloudStorageKey', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CloudStorageKey, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CloudStorageKey::Representation property :datastore_key, as: 'datastoreKey', class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DatastoreKey, decorator: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2DatastoreKey::Representation end @@ -2837,10 +2920,17 @@ class Representation < Google::Apis::Core::JsonRepresentation property :part_to_extract, as: 'partToExtract' end end + class GooglePrivacyDlpV2beta2TimeZone + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :offset_minutes, as: 'offsetMinutes' + end + end + class GooglePrivacyDlpV2beta2TimespanConfig # @private class Representation < Google::Apis::Core::JsonRepresentation property :enable_auto_population_of_timespan_config, as: 'enableAutoPopulationOfTimespanConfig' property :end_time, as: 'endTime' @@ -2929,9 +3019,10 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :boolean_value, as: 'booleanValue' property :date_value, as: 'dateValue', class: Google::Apis::DlpV2beta2::GoogleTypeDate, decorator: Google::Apis::DlpV2beta2::GoogleTypeDate::Representation + property :day_of_week_value, as: 'dayOfWeekValue' property :float_value, as: 'floatValue' property :integer_value, :numeric_string => true, as: 'integerValue' property :string_value, as: 'stringValue' property :time_value, as: 'timeValue', class: Google::Apis::DlpV2beta2::GoogleTypeTimeOfDay, decorator: Google::Apis::DlpV2beta2::GoogleTypeTimeOfDay::Representation