google-apis-firebaseml_v2beta 0.40.0 → 0.41.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: dcb8b67be2d1c1da4a9561b03fe2dcbfe44a68edfa2b7172c58b1762f218bb3d
4
- data.tar.gz: 0027bac3713131fc3c13c2317f055a5b290282ee0a4d4e3d2d5430d3730673df
3
+ metadata.gz: ca3bb93726bfc1f533a3c86e3630cf795af25f714a82fecd335b42d78edb5f6d
4
+ data.tar.gz: cae5438b380862b08e274d5a1427234059a1c5dec1196292958ff1b592c8cbe3
5
5
  SHA512:
6
- metadata.gz: c866d193bfd9da2f2025c329a4cbaed10aed206d6caf9c5293047942677daa8271b14787a0bab9f70d297519b49517082b7871e1f43363e3d7625cf255f4a8b8
7
- data.tar.gz: 5fc3139f77a654533525d47c678c9515b402783244a228ef74d709f5a0997195daed0b359d77767bb726d488d388b72c6c5d920fbcd47906b785e93dbf00fa0f
6
+ metadata.gz: a613548add7fa05a9c634023e288353094a3501d571c1e2af8caac7823fbfe5d87a2726e395161331ecb9a4439093bca71c7358f5cc48b45e979c40dda6551f0
7
+ data.tar.gz: 2d978b056cee6da2ba256f6edfe543a75863feeb1ffc69d99ce565d0245f6616473ee6e0f8022bfc26666b4564eb57357d64835fe54c284fad65f909a0225c0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseml_v2beta
2
2
 
3
+ ### v0.41.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260628
6
+
3
7
  ### v0.40.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260612
@@ -3995,6 +3995,25 @@ module Google
3995
3995
  # @return [Hash<String,Object>]
3996
3996
  attr_accessor :custom_configs
3997
3997
 
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
+
3998
4017
  def initialize(**args)
3999
4018
  update!(**args)
4000
4019
  end
@@ -4003,6 +4022,8 @@ module Google
4003
4022
  def update!(**args)
4004
4023
  @api_key = args[:api_key] if args.key?(:api_key)
4005
4024
  @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)
4006
4027
  end
4007
4028
  end
4008
4029
 
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260612"
25
+ REVISION = "20260628"
26
26
  end
27
27
  end
28
28
  end
@@ -1755,6 +1755,8 @@ module Google
1755
1755
  class Representation < Google::Apis::Core::JsonRepresentation
1756
1756
  property :api_key, as: 'apiKey'
1757
1757
  hash :custom_configs, as: 'customConfigs'
1758
+ property :enable_data_retention, as: 'enableDataRetention'
1759
+ property :enable_zero_data_retention, as: 'enableZeroDataRetention'
1758
1760
  end
1759
1761
  end
1760
1762
 
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.40.0
4
+ version: 0.41.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.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.41.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: