Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of language v1beta2 client #12728

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-language_v1beta2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-language_v1beta2

### v0.15.0 (2022-11-01)

* Regenerated from discovery document revision 20221015
* Regenerated using generator version 0.11.0

### v0.14.0 (2022-09-21)

* Regenerated from discovery document revision 20220916
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.9.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.9.1", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ module LanguageV1beta2
class AnalyzeEntitiesRequest
include Google::Apis::Core::Hashable

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -79,8 +78,7 @@ def update!(**args)
class AnalyzeEntitySentimentRequest
include Google::Apis::Core::Hashable

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -132,8 +130,7 @@ def update!(**args)
class AnalyzeSentimentRequest
include Google::Apis::Core::Hashable

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -193,8 +190,7 @@ def update!(**args)
class AnalyzeSyntaxRequest
include Google::Apis::Core::Hashable

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -253,8 +249,7 @@ def update!(**args)
class AnnotateTextRequest
include Google::Apis::Core::Hashable

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -398,8 +393,7 @@ class ClassifyTextRequest
# @return [Google::Apis::LanguageV1beta2::ClassificationModelOptions]
attr_accessor :classification_model_options

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
# Corresponds to the JSON property `document`
# @return [Google::Apis::LanguageV1beta2::Document]
attr_accessor :document
Expand Down Expand Up @@ -462,8 +456,7 @@ def update!(**args)
end
end

# ################################################################ # Represents
# the input to API methods.
# Represents the input to API methods.
class Document
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module LanguageV1beta2
# Version of the google-apis-language_v1beta2 gem
GEM_VERSION = "0.14.0"
GEM_VERSION = "0.15.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.10.0"
GENERATOR_VERSION = "0.11.0"

# Revision of the discovery document this client was generated from
REVISION = "20220916"
REVISION = "20221015"
end
end
end