Skip to content

Commit 4530377

Browse files
feat: Automated regeneration of firebaseml v2beta client (#23854)
Auto-created at 2025-08-03 10:29:30 +0000 using the toys pull request generator.
1 parent 0e2f54e commit 4530377

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243821,6 +243821,8 @@
243821243821
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1DynamicRetrievalConfig/dynamicThreshold": dynamic_threshold
243822243822
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1DynamicRetrievalConfig/mode": mode
243823243823
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1EnterpriseWebSearch": google_cloud_aiplatform_v1beta1_enterprise_web_search
243824+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1EnterpriseWebSearch/excludeDomains": exclude_domains
243825+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1EnterpriseWebSearch/excludeDomains/exclude_domain": exclude_domain
243824243826
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ExecutableCode": google_cloud_aiplatform_v1beta1_executable_code
243825243827
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ExecutableCode/code": code
243826243828
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ExecutableCode/language": language
@@ -244147,6 +244149,8 @@
244147244149
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolConfig/functionCallingConfig": function_calling_config
244148244150
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolConfig/retrievalConfig": retrieval_config
244149244151
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolGoogleSearch": google_cloud_aiplatform_v1beta1_tool_google_search
244152+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolGoogleSearch/excludeDomains": exclude_domains
244153+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1ToolGoogleSearch/excludeDomains/exclude_domain": exclude_domain
244150244154
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1UrlContext": google_cloud_aiplatform_v1beta1_url_context
244151244155
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1UrlContextMetadata": google_cloud_aiplatform_v1beta1_url_context_metadata
244152244156
"/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.27.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250727
6+
37
### v0.26.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250723

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,12 +682,19 @@ def update!(**args)
682682
class GoogleCloudAiplatformV1beta1EnterpriseWebSearch
683683
include Google::Apis::Core::Hashable
684684

685+
# Optional. List of domains to be excluded from the search results. The default
686+
# limit is 2000 domains.
687+
# Corresponds to the JSON property `excludeDomains`
688+
# @return [Array<String>]
689+
attr_accessor :exclude_domains
690+
685691
def initialize(**args)
686692
update!(**args)
687693
end
688694

689695
# Update properties of this object
690696
def update!(**args)
697+
@exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
691698
end
692699
end
693700

@@ -2927,12 +2934,19 @@ def update!(**args)
29272934
class GoogleCloudAiplatformV1beta1ToolGoogleSearch
29282935
include Google::Apis::Core::Hashable
29292936

2937+
# Optional. List of domains to be excluded from the search results. The default
2938+
# limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
2939+
# Corresponds to the JSON property `excludeDomains`
2940+
# @return [Array<String>]
2941+
attr_accessor :exclude_domains
2942+
29302943
def initialize(**args)
29312944
update!(**args)
29322945
end
29332946

29342947
# Update properties of this object
29352948
def update!(**args)
2949+
@exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
29362950
end
29372951
end
29382952

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.26.0"
19+
GEM_VERSION = "0.27.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250723"
25+
REVISION = "20250727"
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
@@ -732,6 +732,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
732732
class GoogleCloudAiplatformV1beta1EnterpriseWebSearch
733733
# @private
734734
class Representation < Google::Apis::Core::JsonRepresentation
735+
collection :exclude_domains, as: 'excludeDomains'
735736
end
736737
end
737738

@@ -1369,6 +1370,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
13691370
class GoogleCloudAiplatformV1beta1ToolGoogleSearch
13701371
# @private
13711372
class Representation < Google::Apis::Core::JsonRepresentation
1373+
collection :exclude_domains, as: 'excludeDomains'
13721374
end
13731375
end
13741376

0 commit comments

Comments
 (0)