generated/google/apis/dlp_v2/representations.rb in google-api-client-0.30.0 vs generated/google/apis/dlp_v2/representations.rb in google-api-client-0.30.1
- old
+ new
@@ -620,10 +620,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GooglePrivacyDlpV2LargeCustomDictionaryStats
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GooglePrivacyDlpV2LikelihoodAdjustment
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -896,10 +902,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GooglePrivacyDlpV2StoredInfoTypeStats
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GooglePrivacyDlpV2StoredInfoTypeVersion
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2100,10 +2112,17 @@
property :output_path, as: 'outputPath', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath::Representation
end
end
+ class GooglePrivacyDlpV2LargeCustomDictionaryStats
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :approx_num_phrases, :numeric_string => true, as: 'approxNumPhrases'
+ end
+ end
+
class GooglePrivacyDlpV2LikelihoodAdjustment
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :fixed_likelihood, as: 'fixedLikelihood'
property :relative_likelihood, as: 'relativeLikelihood'
@@ -2559,18 +2578,28 @@
property :large_custom_dictionary, as: 'largeCustomDictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryConfig::Representation
end
end
+ class GooglePrivacyDlpV2StoredInfoTypeStats
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :large_custom_dictionary, as: 'largeCustomDictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats::Representation
+
+ end
+ end
+
class GooglePrivacyDlpV2StoredInfoTypeVersion
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :config, as: 'config', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig::Representation
property :create_time, as: 'createTime'
collection :errors, as: 'errors', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Error, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Error::Representation
property :state, as: 'state'
+ property :stats, as: 'stats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats::Representation
+
end
end
class GooglePrivacyDlpV2StoredType
# @private