google-apis-firebaseml_v2beta 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b398345fee75e6b542d4a5c4d43f488e067985295ef739bc494ad58ceb611d28
4
- data.tar.gz: 5f95ca28d977284ec84854380ed5d50540a7916080ad92c11037c9169a9266e6
3
+ metadata.gz: f3234480556c75c49a9bdf15dc81a07783222e107f072978762f98543854aa42
4
+ data.tar.gz: a2e4793b09ea0f39f2c54af5bc44a9d703a4af30370b00f5ed7e2909f6f69a33
5
5
  SHA512:
6
- metadata.gz: 232939e0b51d4210a9a239552a0ef47a15137ac0ab9691afea4f9b6ca385cb0d1ea5f2339a0467715c189c019b48c1d83010f70f68d0cdaad1c4e9a8c2f49378
7
- data.tar.gz: 7a276b901988e0df68f86e1869ce9fb6e15efb4faae954560831cd54ba3e846f5b79e73ff3965787ad1897bb1972684a25ef0ddc665bc3a4b1238f22889c4284
6
+ metadata.gz: 1a06a0810ccfe8b4cac16743fe0ada1741c14b15b95f718518b6c719581768e31dcb7f8b166e0900072a83930164e50619379131099c63f4d840163f2078cae4
7
+ data.tar.gz: 7f4b6df7aa0a19e18db8c33c187522c376e71cd056052f6bd50133fb1e5ed29334083c5c6b37ef0723b18926af1b9a25a2f2e97be6f08f27572d91d6ffb6ef8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseml_v2beta
2
2
 
3
+ ### v0.27.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250727
6
+
3
7
  ### v0.26.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250723
@@ -682,12 +682,19 @@ module Google
682
682
  class GoogleCloudAiplatformV1beta1EnterpriseWebSearch
683
683
  include Google::Apis::Core::Hashable
684
684
 
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
+
685
691
  def initialize(**args)
686
692
  update!(**args)
687
693
  end
688
694
 
689
695
  # Update properties of this object
690
696
  def update!(**args)
697
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
691
698
  end
692
699
  end
693
700
 
@@ -2927,12 +2934,19 @@ module Google
2927
2934
  class GoogleCloudAiplatformV1beta1ToolGoogleSearch
2928
2935
  include Google::Apis::Core::Hashable
2929
2936
 
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
+
2930
2943
  def initialize(**args)
2931
2944
  update!(**args)
2932
2945
  end
2933
2946
 
2934
2947
  # Update properties of this object
2935
2948
  def update!(**args)
2949
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
2936
2950
  end
2937
2951
  end
2938
2952
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasemlV2beta
18
18
  # Version of the google-apis-firebaseml_v2beta gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250723"
25
+ REVISION = "20250727"
26
26
  end
27
27
  end
28
28
  end
@@ -732,6 +732,7 @@ module Google
732
732
  class GoogleCloudAiplatformV1beta1EnterpriseWebSearch
733
733
  # @private
734
734
  class Representation < Google::Apis::Core::JsonRepresentation
735
+ collection :exclude_domains, as: 'excludeDomains'
735
736
  end
736
737
  end
737
738
 
@@ -1369,6 +1370,7 @@ module Google
1369
1370
  class GoogleCloudAiplatformV1beta1ToolGoogleSearch
1370
1371
  # @private
1371
1372
  class Representation < Google::Apis::Core::JsonRepresentation
1373
+ collection :exclude_domains, as: 'excludeDomains'
1372
1374
  end
1373
1375
  end
1374
1376
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseml_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseml_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.27.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseml_v2beta
62
62
  rdoc_options: []
63
63
  require_paths: