Skip to content

Commit 9d11c46

Browse files
feat: Automated regeneration of discoveryengine v1beta client (#26635)
Auto-created at 2026-06-10 22:21:57 +0000 using the toys pull request generator.
1 parent ad4e963 commit 9d11c46

9 files changed

Lines changed: 1773 additions & 209 deletions

File tree

api_names_out.yaml

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.

generated/google-apis-discoveryengine_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-discoveryengine_v1beta
22

3+
### v0.104.0 (2026-06-10)
4+
5+
* Regenerated from discovery document revision 20260606
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.103.0 (2026-03-15)
49

510
* Regenerated from discovery document revision 20260310

generated/google-apis-discoveryengine_v1beta/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/generative-ai-app-builder/d
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-discoveryengine_v1beta/google-apis-discoveryengine_v1beta.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

generated/google-apis-discoveryengine_v1beta/lib/google/apis/discoveryengine_v1beta.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ module DiscoveryengineV1beta
4040

4141
# View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data.
4242
AUTH_DISCOVERYENGINE_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.readwrite'
43+
44+
# Interact with Discovery Engine API products, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, on your behalf. It will also allow the app to view all data that you have access to when you use or interact with a Discovery Engine API product.
45+
AUTH_DISCOVERYENGINE_SERVING_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.serving.readwrite'
4346
end
4447
end
4548
end

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

Lines changed: 1033 additions & 86 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DiscoveryengineV1beta
1818
# Version of the google-apis-discoveryengine_v1beta gem
19-
GEM_VERSION = "0.103.0"
19+
GEM_VERSION = "0.104.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.18.0"
22+
GENERATOR_VERSION = "0.19.0"
2323

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

generated/google-apis-discoveryengine_v1beta/lib/google/apis/discoveryengine_v1beta/representations.rb

Lines changed: 366 additions & 2 deletions
Large diffs are not rendered by default.

generated/google-apis-discoveryengine_v1beta/lib/google/apis/discoveryengine_v1beta/service.rb

Lines changed: 205 additions & 116 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)