Skip to content
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
156 changes: 156 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-discoveryengine_v1beta

### v0.104.0 (2026-06-10)

* Regenerated from discovery document revision 20260606
* Regenerated using generator version 0.19.0

### v0.103.0 (2026-03-15)

* Regenerated from discovery document revision 20260310
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-discoveryengine_v1beta/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/generative-ai-app-builder/d

## Supported Ruby versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 3.1'
gem.required_ruby_version = '>= 3.2'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ module DiscoveryengineV1beta

# 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.
AUTH_DISCOVERYENGINE_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.readwrite'

# 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.
AUTH_DISCOVERYENGINE_SERVING_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.serving.readwrite'
end
end
end

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DiscoveryengineV1beta
# Version of the google-apis-discoveryengine_v1beta gem
GEM_VERSION = "0.103.0"
GEM_VERSION = "0.104.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260310"
REVISION = "20260606"
end
end
end

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading