Skip to content

Commit 38ffda0

Browse files
feat: Automated regeneration of language v2 client (googleapis#20568)
Auto-created at 2024-11-17 09:32:14 +0000 using the toys pull request generator.
1 parent 06e122c commit 38ffda0

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

generated/google-apis-language_v2/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-language_v2
22

3-
### v0.8.0 (2024-11-10)
3+
### v0.8.0 (2024-11-17)
44

5-
* Regenerated from discovery document revision 20241103
5+
* Regenerated from discovery document revision 20241110
66

77
### v0.7.0 (2024-10-06)
88

generated/google-apis-language_v2/lib/google/apis/language_v2/classes.rb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AnalyzeEntitiesResponse
5858

5959
# The language of the text, which will be the same as the language specified in
6060
# the request or, if not specified, the automatically-detected language. See
61-
# Document.language field for more details.
61+
# Document.language_code field for more details.
6262
# Corresponds to the JSON property `languageCode`
6363
# @return [String]
6464
attr_accessor :language_code
@@ -118,7 +118,7 @@ class AnalyzeSentimentResponse
118118

119119
# The language of the text, which will be the same as the language specified in
120120
# the request or, if not specified, the automatically-detected language. See
121-
# Document.language field for more details.
121+
# Document.language_code field for more details.
122122
# Corresponds to the JSON property `languageCode`
123123
# @return [String]
124124
attr_accessor :language_code
@@ -238,15 +238,14 @@ class AnnotateTextResponse
238238
attr_accessor :document_sentiment
239239

240240
# Entities, along with their semantic information, in the input document.
241-
# Populated if the user enables AnnotateTextRequest.Features.extract_entities or
242-
# AnnotateTextRequest.Features.extract_entity_sentiment.
241+
# Populated if the user enables AnnotateTextRequest.Features.extract_entities .
243242
# Corresponds to the JSON property `entities`
244243
# @return [Array<Google::Apis::LanguageV2::Entity>]
245244
attr_accessor :entities
246245

247246
# The language of the text, which will be the same as the language specified in
248247
# the request or, if not specified, the automatically-detected language. See
249-
# Document.language field for more details.
248+
# Document.language_code field for more details.
250249
# Corresponds to the JSON property `languageCode`
251250
# @return [String]
252251
attr_accessor :language_code
@@ -350,7 +349,7 @@ class ClassifyTextResponse
350349

351350
# The language of the text, which will be the same as the language specified in
352351
# the request or, if not specified, the automatically-detected language. See
353-
# Document.language field for more details.
352+
# Document.language_code field for more details.
354353
# Corresponds to the JSON property `languageCode`
355354
# @return [String]
356355
attr_accessor :language_code
@@ -780,7 +779,7 @@ class ModerateTextResponse
780779

781780
# The language of the text, which will be the same as the language specified in
782781
# the request or, if not specified, the automatically-detected language. See
783-
# Document.language field for more details.
782+
# Document.language_code field for more details.
784783
# Corresponds to the JSON property `languageCode`
785784
# @return [String]
786785
attr_accessor :language_code

generated/google-apis-language_v2/lib/google/apis/language_v2/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module LanguageV2
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241103"
25+
REVISION = "20241110"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)