Skip to content

Commit 8069fbf

Browse files
feat: Automated regeneration of firebaseml v2beta client (#27232)
Auto-created at 2026-07-05 10:35:08 +0000 using the toys pull request generator.
1 parent 44bda8d commit 8069fbf

5 files changed

Lines changed: 31 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283021,6 +283021,8 @@
283021283021
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolParallelAiSearch/apiKey": api_key
283022283022
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolParallelAiSearch/customConfigs": custom_configs
283023283023
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolParallelAiSearch/customConfigs/custom_config": custom_config
283024+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolParallelAiSearch/enableDataRetention": enable_data_retention
283025+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolParallelAiSearch/enableZeroDataRetention": enable_zero_data_retention
283024283026
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1UrlContext": google_cloud_aiplatform_v1beta1_url_context
283025283027
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1UrlContextMetadata": google_cloud_aiplatform_v1beta1_url_context_metadata
283026283028
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1UrlContextMetadata/urlMetadata": url_metadata

generated/google-apis-firebaseml_v2beta/CHANGELOG.md

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

3+
### v0.41.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260628
6+
37
### v0.40.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260612

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,6 +3995,25 @@ class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
39953995
# @return [Hash<String,Object>]
39963996
attr_accessor :custom_configs
39973997

3998+
# Optional. Deprecated: Use `enable_zero_data_retention` instead. Instructs
3999+
# Vertex Grounding to use Parallel's Zero Data Retention Marketplace product. If
4000+
# this value is "false" or omitted, the Parallel Web Search for Grounding
4001+
# standard subscription will be used. If this value is "true", the Parallel Web
4002+
# Search for Grounding - ZDR subscription will be used.
4003+
# Corresponds to the JSON property `enableDataRetention`
4004+
# @return [Boolean]
4005+
attr_accessor :enable_data_retention
4006+
alias_method :enable_data_retention?, :enable_data_retention
4007+
4008+
# Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention
4009+
# Marketplace product. If this value is "false" or omitted, the Parallel Web
4010+
# Search for Grounding standard subscription will be used. If this value is "
4011+
# true", the Parallel Web Search for Grounding - ZDR subscription will be used.
4012+
# Corresponds to the JSON property `enableZeroDataRetention`
4013+
# @return [Boolean]
4014+
attr_accessor :enable_zero_data_retention
4015+
alias_method :enable_zero_data_retention?, :enable_zero_data_retention
4016+
39984017
def initialize(**args)
39994018
update!(**args)
40004019
end
@@ -4003,6 +4022,8 @@ def initialize(**args)
40034022
def update!(**args)
40044023
@api_key = args[:api_key] if args.key?(:api_key)
40054024
@custom_configs = args[:custom_configs] if args.key?(:custom_configs)
4025+
@enable_data_retention = args[:enable_data_retention] if args.key?(:enable_data_retention)
4026+
@enable_zero_data_retention = args[:enable_zero_data_retention] if args.key?(:enable_zero_data_retention)
40064027
end
40074028
end
40084029

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebasemlV2beta
1818
# Version of the google-apis-firebaseml_v2beta gem
19-
GEM_VERSION = "0.40.0"
19+
GEM_VERSION = "0.41.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,8 @@ class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
17551755
class Representation < Google::Apis::Core::JsonRepresentation
17561756
property :api_key, as: 'apiKey'
17571757
hash :custom_configs, as: 'customConfigs'
1758+
property :enable_data_retention, as: 'enableDataRetention'
1759+
property :enable_zero_data_retention, as: 'enableZeroDataRetention'
17581760
end
17591761
end
17601762

0 commit comments

Comments
 (0)