generated/google/apis/dlp_v2beta1/classes.rb in google-api-client-0.14.1 vs generated/google/apis/dlp_v2beta1/classes.rb in google-api-client-0.14.2
- old
+ new
@@ -114,23 +114,26 @@
# be used directly after any stripping needed for security/privacy reasons.
# Corresponds to the JSON property `error`
# @return [Google::Apis::DlpV2beta1::GoogleRpcStatus]
attr_accessor :error
- # This field will contain an InspectOperationMetadata object. This will always
- # be returned with the Operation.
+ # This field will contain an InspectOperationMetadata object for `inspect.
+ # operations.create` or a RiskAnalysisOperationMetadata object for `dataSource.
+ # analyze`. This will always be returned with the Operation.
# Corresponds to the JSON property `metadata`
# @return [Hash<String,Object>]
attr_accessor :metadata
- # The server-assigned name, The `name` should have the format of `inspect/
+ # The server-assigned name. The `name` should have the format of `inspect/
# operations/<identifier>`.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
- # This field will contain an InspectOperationResult object.
+ # This field will contain an InspectOperationResult object for `inspect.
+ # operations.create` or a RiskAnalysisOperationResult object for `dataSource.
+ # analyze`.
# Corresponds to the JSON property `response`
# @return [Hash<String,Object>]
attr_accessor :response
def initialize(**args)
@@ -318,11 +321,11 @@
def update!(**args)
@field = args[:field] if args.key?(:field)
end
end
- #
+ # Histogram bucket of value frequencies in the column.
class GooglePrivacyDlpV2beta1CategoricalStatsHistogramBucket
include Google::Apis::Core::Hashable
# Total number of records in this bucket.
# Corresponds to the JSON property `bucketSize`
@@ -720,11 +723,10 @@
end
end
# Pseudonymization method that generates surrogates via cryptographic hashing.
# Uses SHA-256.
- # The key size must be either 32 or 64 bytes.
# Outputs a 32 byte digest as an uppercase hex string
# (for example, 41D1567F7F99F1DC2A5FAB886DEE5BEE).
# Currently, only string and integer values can be hashed.
class GooglePrivacyDlpV2beta1CryptoHashConfig
include Google::Apis::Core::Hashable
@@ -1320,25 +1322,25 @@
def update!(**args)
@name = args[:name] if args.key?(:name)
end
end
- # Info type description.
+ # Description of the information type (infoType).
class GooglePrivacyDlpV2beta1InfoTypeDescription
include Google::Apis::Core::Hashable
- # List of categories this info type belongs to.
+ # List of categories this infoType belongs to.
# Corresponds to the JSON property `categories`
# @return [Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1CategoryDescription>]
attr_accessor :categories
- # Human readable form of the info type name.
+ # Human readable form of the infoType name.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
- # Internal name of the info type.
+ # Internal name of the infoType.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
def initialize(**args)
@@ -1699,11 +1701,11 @@
@entity_id = args[:entity_id] if args.key?(:entity_id)
@quasi_ids = args[:quasi_ids] if args.key?(:quasi_ids)
end
end
- # The set of columns' values that share the same ldiversity value
+ # The set of columns' values that share the same k-anonymity value.
class GooglePrivacyDlpV2beta1KAnonymityEquivalenceClass
include Google::Apis::Core::Hashable
# Size of the equivalence class, for example number of rows with the
# above set of values.
@@ -1727,11 +1729,11 @@
@equivalence_class_size = args[:equivalence_class_size] if args.key?(:equivalence_class_size)
@quasi_ids_values = args[:quasi_ids_values] if args.key?(:quasi_ids_values)
end
end
- #
+ # Histogram bucket of equivalence class sizes in the table.
class GooglePrivacyDlpV2beta1KAnonymityHistogramBucket
include Google::Apis::Core::Hashable
# Total number of records in this bucket.
# Corresponds to the JSON property `bucketSize`
@@ -1898,11 +1900,11 @@
@quasi_ids = args[:quasi_ids] if args.key?(:quasi_ids)
@sensitive_attribute = args[:sensitive_attribute] if args.key?(:sensitive_attribute)
end
end
- # The set of columns' values that share the same ldiversity value.
+ # The set of columns' values that share the same l-diversity value.
class GooglePrivacyDlpV2beta1LDiversityEquivalenceClass
include Google::Apis::Core::Hashable
# Size of the k-anonymity equivalence class.
# Corresponds to the JSON property `equivalenceClassSize`
@@ -1936,11 +1938,11 @@
@quasi_ids_values = args[:quasi_ids_values] if args.key?(:quasi_ids_values)
@top_sensitive_values = args[:top_sensitive_values] if args.key?(:top_sensitive_values)
end
end
- #
+ # Histogram bucket of sensitive value frequencies in the table.
class GooglePrivacyDlpV2beta1LDiversityHistogramBucket
include Google::Apis::Core::Hashable
# Total number of records in this bucket.
# Corresponds to the JSON property `bucketSize`
@@ -2306,11 +2308,10 @@
# @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1CharacterMaskConfig]
attr_accessor :character_mask_config
# Pseudonymization method that generates surrogates via cryptographic hashing.
# Uses SHA-256.
- # The key size must be either 32 or 64 bytes.
# Outputs a 32 byte digest as an uppercase hex string
# (for example, 41D1567F7F99F1DC2A5FAB886DEE5BEE).
# Currently, only string and integer values can be hashed.
# Corresponds to the JSON property `cryptoHashConfig`
# @return [Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1CryptoHashConfig]
@@ -2708,11 +2709,14 @@
# Update properties of this object
def update!(**args)
end
end
- # Metadata returned within GetOperation for risk analysis.
+ # Metadata returned within the
+ # [`riskAnalysis.operations.get`](/dlp/docs/reference/rest/v2beta1/riskAnalysis.
+ # operations/get)
+ # for risk analysis.
class GooglePrivacyDlpV2beta1RiskAnalysisOperationMetadata
include Google::Apis::Core::Hashable
# The time which this request was started.
# Corresponds to the JSON property `createTime`
@@ -2743,10 +2747,12 @@
@requested_privacy_metric = args[:requested_privacy_metric] if args.key?(:requested_privacy_metric)
@requested_source_table = args[:requested_source_table] if args.key?(:requested_source_table)
end
end
- # Result of a risk analysis operation request.
+ # Result of a risk analysis
+ # [`Operation`](/dlp/docs/reference/rest/v2beta1/inspect.operations)
+ # request.
class GooglePrivacyDlpV2beta1RiskAnalysisOperationResult
include Google::Apis::Core::Hashable
# Result of the categorical stats computation.
# Corresponds to the JSON property `categoricalStatsResult`