diff --git a/generated/google-apis-dialogflow_v2/CHANGELOG.md b/generated/google-apis-dialogflow_v2/CHANGELOG.md index ba0a8f857..2d7c852e3 100644 --- a/generated/google-apis-dialogflow_v2/CHANGELOG.md +++ b/generated/google-apis-dialogflow_v2/CHANGELOG.md @@ -1,8 +1,9 @@ # Release history for google-apis-dialogflow_v2 -### v0.2.0 (2021-01-13) +### v0.2.0 (2021-01-20) -* Regenerated from discovery document revision 20210108 +* Regenerated from discovery document revision 20210118 +* Regenerated using generator version 0.1.2 ### v0.1.0 (2021-01-07) diff --git a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb index ff8607730..2a3894dd5 100644 --- a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb +++ b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb @@ -512,9 +512,11 @@ module Google attr_accessor :is_list alias_method :is_list?, :is_list - # Indicates whether the parameter content is logged in text and audio. If it is - # set to true, the parameter content will be replaced to parameter name in both - # request and response. The default value is false. + # Indicates whether the parameter content should be redacted in text and audio. + # If the flag is set to true, the parameter content will be replaced by + # parameter name in both request and response. Note: the parameter content is + # subject to redaction if either parameter level redaction or entity type level + # redaction is enabled. # Corresponds to the JSON property `redact` # @return [Boolean] attr_accessor :redact @@ -1057,9 +1059,11 @@ module Google attr_accessor :is_list alias_method :is_list?, :is_list - # Indicates whether the parameter content is logged in text and audio. If it is - # set to true, the parameter content will be replaced to parameter id in both - # request and response. The default value is false. + # Indicates whether the parameter content should be redacted in text and audio. + # If the flag is set to true, the parameter content will be replaced by + # parameter name in both request and response. Note: the parameter content is + # subject to redaction if either parameter level redaction or entity type level + # redaction is enabled. # Corresponds to the JSON property `redact` # @return [Boolean] attr_accessor :redact @@ -2821,9 +2825,11 @@ module Google attr_accessor :is_list alias_method :is_list?, :is_list - # Indicates whether the parameter content is logged in text and audio. If it is - # set to true, the parameter content will be replaced to parameter name in both - # request and response. The default value is false. + # Indicates whether the parameter content should be redacted in text and audio. + # If the flag is set to true, the parameter content will be replaced by + # parameter name in both request and response. Note: the parameter content is + # subject to redaction if either parameter level redaction or entity type level + # redaction is enabled. # Corresponds to the JSON property `redact` # @return [Boolean] attr_accessor :redact @@ -3366,9 +3372,11 @@ module Google attr_accessor :is_list alias_method :is_list?, :is_list - # Indicates whether the parameter content is logged in text and audio. If it is - # set to true, the parameter content will be replaced to parameter id in both - # request and response. The default value is false. + # Indicates whether the parameter content should be redacted in text and audio. + # If the flag is set to true, the parameter content will be replaced by + # parameter name in both request and response. Note: the parameter content is + # subject to redaction if either parameter level redaction or entity type level + # redaction is enabled. # Corresponds to the JSON property `redact` # @return [Boolean] attr_accessor :redact diff --git a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb index 97308255e..71121bfee 100644 --- a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb +++ b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb @@ -19,10 +19,10 @@ module Google GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.1.1" + GENERATOR_VERSION = "0.1.2" # Revision of the discovery document this client was generated from - REVISION = "20210108" + REVISION = "20210118" end end end diff --git a/generated/google-apis-dialogflow_v2/synth.metadata b/generated/google-apis-dialogflow_v2/synth.metadata index d1f513ff0..2387fc030 100644 --- a/generated/google-apis-dialogflow_v2/synth.metadata +++ b/generated/google-apis-dialogflow_v2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "416a3e07b1c434039131ec133ff43cd11975fd0e" + "sha": "915a4d7671830bab31334d6988a09436c3196390" } } ]