google-apis-firebaseml_v2beta 0.16.0 → 0.18.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: c5dba14d1e472516c55e4e5d8a927dfc2c7649dcf44699ea1d498f42732436f6
4
- data.tar.gz: 8417b475ff5d15ce06a9db6966d5400137c1c1c482364bd39d2f059764bbba99
3
+ metadata.gz: 459a4e44492eb14034a8d0b116f0876cdf387bc5719a8c57f82ad5c912601041
4
+ data.tar.gz: a90ea8dbecd916e6487701b80656f84af35c0a290685ea777c0fbffb2e56a4fb
5
5
  SHA512:
6
- metadata.gz: f5c9ae36e2a5ec8086a8c765c6863bc6c7a70823830aeb7b230e691c169a36fa8b676029f82109ff4c394a1401dc52dfedbd0782bc7a55c56587efcb8c2c1e64
7
- data.tar.gz: c0692dbb6d5345b69cf5046b35f4b1903752962095705a434e9b5b55c8baa9714587abefd56fc740f52df335e80830cfb46b80aa02261ce984fed1f7fc3d453d
6
+ metadata.gz: 5648d9cd87eb6e9d373431f7ed15bf46acc6a4d976ec0f8b1ac2c21a2dbe616aa4536ad9208084e85844b3172fccf1a659795b2aaded7c92712e00b70959bcb3
7
+ data.tar.gz: 9d334e848f849c95c20d43a164bc83195338a71eee0762d7156511008ecf297ceda982c5853670cdadf811cac8eea8367bd24e94627f5510c09d7f892f9dcf91
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseml_v2beta
2
2
 
3
+ ### v0.18.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+
7
+ ### v0.17.0 (2025-04-20)
8
+
9
+ * Regenerated from discovery document revision 20250416
10
+
3
11
  ### v0.16.0 (2025-03-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20250326
@@ -499,8 +499,8 @@ module Google
499
499
  class GoogleCloudAiplatformV1beta1FunctionCall
500
500
  include Google::Apis::Core::Hashable
501
501
 
502
- # Optional. Required. The function parameters and values in JSON object format.
503
- # See [FunctionDeclaration.parameters] for parameter details.
502
+ # Optional. The function parameters and values in JSON object format. See [
503
+ # FunctionDeclaration.parameters] for parameter details.
504
504
  # Corresponds to the JSON property `args`
505
505
  # @return [Hash<String,Object>]
506
506
  attr_accessor :args
@@ -1097,8 +1097,9 @@ module Google
1097
1097
  class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode
1098
1098
  include Google::Apis::Core::Hashable
1099
1099
 
1100
- # The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.
1101
- # 5-pro-001'.
1100
+ # The model name to use. Only the public LLM models are accepted. See [Supported
1101
+ # models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/
1102
+ # inference#supported-models).
1102
1103
  # Corresponds to the JSON property `modelName`
1103
1104
  # @return [String]
1104
1105
  attr_accessor :model_name
@@ -1117,13 +1118,6 @@ module Google
1117
1118
  class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
1118
1119
  include Google::Apis::Core::Hashable
1119
1120
 
1120
- # Optional. Indicates whether to enable thinking mode. If true, the model will
1121
- # enable thinking mode.
1122
- # Corresponds to the JSON property `enableThinking`
1123
- # @return [Boolean]
1124
- attr_accessor :enable_thinking
1125
- alias_method :enable_thinking?, :enable_thinking
1126
-
1127
1121
  # Optional. Indicates the thinking budget in tokens. This is only applied when
1128
1122
  # enable_thinking is true.
1129
1123
  # Corresponds to the JSON property `thinkingBudget`
@@ -1136,7 +1130,6 @@ module Google
1136
1130
 
1137
1131
  # Update properties of this object
1138
1132
  def update!(**args)
1139
- @enable_thinking = args[:enable_thinking] if args.key?(:enable_thinking)
1140
1133
  @thinking_budget = args[:thinking_budget] if args.key?(:thinking_budget)
1141
1134
  end
1142
1135
  end
@@ -1710,7 +1703,9 @@ module Google
1710
1703
  class GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker
1711
1704
  include Google::Apis::Core::Hashable
1712
1705
 
1713
- # Optional. The model name used for ranking. Format: `gemini-1.5-pro`
1706
+ # Optional. The model name used for ranking. See [Supported models](https://
1707
+ # cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#
1708
+ # supported-models).
1714
1709
  # Corresponds to the JSON property `modelName`
1715
1710
  # @return [String]
1716
1711
  attr_accessor :model_name
@@ -1919,6 +1914,12 @@ module Google
1919
1914
  class GoogleCloudAiplatformV1beta1Schema
1920
1915
  include Google::Apis::Core::Hashable
1921
1916
 
1917
+ # Optional. Can either be a boolean or an object; controls the presence of
1918
+ # additional properties.
1919
+ # Corresponds to the JSON property `additionalProperties`
1920
+ # @return [Object]
1921
+ attr_accessor :additional_properties
1922
+
1922
1923
  # Optional. The value should be validated against any (one or more) of the
1923
1924
  # subschemas in the list.
1924
1925
  # Corresponds to the JSON property `anyOf`
@@ -1930,6 +1931,12 @@ module Google
1930
1931
  # @return [Object]
1931
1932
  attr_accessor :default
1932
1933
 
1934
+ # Optional. A map of definitions for use by `ref` Only allowed at the root of
1935
+ # the schema.
1936
+ # Corresponds to the JSON property `defs`
1937
+ # @return [Hash<String,Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema>]
1938
+ attr_accessor :defs
1939
+
1933
1940
  # Optional. The description of the data.
1934
1941
  # Corresponds to the JSON property `description`
1935
1942
  # @return [String]
@@ -2027,6 +2034,17 @@ module Google
2027
2034
  # @return [Array<String>]
2028
2035
  attr_accessor :property_ordering
2029
2036
 
2037
+ # Optional. Allows indirect references between schema nodes. The value should be
2038
+ # a valid reference to a child of the root `defs`. For example, the following
2039
+ # schema defines a reference to a schema node named "Pet": type: object
2040
+ # properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name:
2041
+ # type: string The value of the "pet" property is a reference to the schema node
2042
+ # named "Pet". See details in https://json-schema.org/understanding-json-schema/
2043
+ # structuring
2044
+ # Corresponds to the JSON property `ref`
2045
+ # @return [String]
2046
+ attr_accessor :ref
2047
+
2030
2048
  # Optional. Required properties of Type.OBJECT.
2031
2049
  # Corresponds to the JSON property `required`
2032
2050
  # @return [Array<String>]
@@ -2048,8 +2066,10 @@ module Google
2048
2066
 
2049
2067
  # Update properties of this object
2050
2068
  def update!(**args)
2069
+ @additional_properties = args[:additional_properties] if args.key?(:additional_properties)
2051
2070
  @any_of = args[:any_of] if args.key?(:any_of)
2052
2071
  @default = args[:default] if args.key?(:default)
2072
+ @defs = args[:defs] if args.key?(:defs)
2053
2073
  @description = args[:description] if args.key?(:description)
2054
2074
  @enum = args[:enum] if args.key?(:enum)
2055
2075
  @example = args[:example] if args.key?(:example)
@@ -2067,6 +2087,7 @@ module Google
2067
2087
  @pattern = args[:pattern] if args.key?(:pattern)
2068
2088
  @properties = args[:properties] if args.key?(:properties)
2069
2089
  @property_ordering = args[:property_ordering] if args.key?(:property_ordering)
2090
+ @ref = args[:ref] if args.key?(:ref)
2070
2091
  @required = args[:required] if args.key?(:required)
2071
2092
  @title = args[:title] if args.key?(:title)
2072
2093
  @type = args[:type] if args.key?(:type)
@@ -2143,6 +2164,11 @@ module Google
2143
2164
  class GoogleCloudAiplatformV1beta1SpeechConfig
2144
2165
  include Google::Apis::Core::Hashable
2145
2166
 
2167
+ # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
2168
+ # Corresponds to the JSON property `languageCode`
2169
+ # @return [String]
2170
+ attr_accessor :language_code
2171
+
2146
2172
  # The configuration for the voice to use.
2147
2173
  # Corresponds to the JSON property `voiceConfig`
2148
2174
  # @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig]
@@ -2154,6 +2180,7 @@ module Google
2154
2180
 
2155
2181
  # Update properties of this object
2156
2182
  def update!(**args)
2183
+ @language_code = args[:language_code] if args.key?(:language_code)
2157
2184
  @voice_config = args[:voice_config] if args.key?(:voice_config)
2158
2185
  end
2159
2186
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20250423"
26
26
  end
27
27
  end
28
28
  end
@@ -726,7 +726,6 @@ module Google
726
726
  class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
727
727
  # @private
728
728
  class Representation < Google::Apis::Core::JsonRepresentation
729
- property :enable_thinking, as: 'enableThinking'
730
729
  property :thinking_budget, as: 'thinkingBudget'
731
730
  end
732
731
  end
@@ -980,9 +979,12 @@ module Google
980
979
  class GoogleCloudAiplatformV1beta1Schema
981
980
  # @private
982
981
  class Representation < Google::Apis::Core::JsonRepresentation
982
+ property :additional_properties, as: 'additionalProperties'
983
983
  collection :any_of, as: 'anyOf', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
984
984
 
985
985
  property :default, as: 'default'
986
+ hash :defs, as: 'defs', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
987
+
986
988
  property :description, as: 'description'
987
989
  collection :enum, as: 'enum'
988
990
  property :example, as: 'example'
@@ -1002,6 +1004,7 @@ module Google
1002
1004
  hash :properties, as: 'properties', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Schema::Representation
1003
1005
 
1004
1006
  collection :property_ordering, as: 'propertyOrdering'
1007
+ property :ref, as: 'ref'
1005
1008
  collection :required, as: 'required'
1006
1009
  property :title, as: 'title'
1007
1010
  property :type, as: 'type'
@@ -1029,6 +1032,7 @@ module Google
1029
1032
  class GoogleCloudAiplatformV1beta1SpeechConfig
1030
1033
  # @private
1031
1034
  class Representation < Google::Apis::Core::JsonRepresentation
1035
+ property :language_code, as: 'languageCode'
1032
1036
  property :voice_config, as: 'voiceConfig', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig::Representation
1033
1037
 
1034
1038
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseml_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.18.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: