google-apis-firebaseml_v2beta 0.34.0 → 0.36.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.
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.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 = "20251013"
25
+ REVISION = "20251117"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,18 @@ module Google
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
+ class GoogleCloudAiplatformV1beta1PartMediaResolution
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudAiplatformV1beta1PartialArg
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
391
403
  class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
392
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
405
 
@@ -442,6 +454,12 @@ module Google
442
454
  include Google::Apis::Core::JsonObjectSupport
443
455
  end
444
456
 
457
+ class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
445
463
  class GoogleCloudAiplatformV1beta1Retrieval
446
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
465
 
@@ -845,6 +863,9 @@ module Google
845
863
  hash :args, as: 'args'
846
864
  property :id, as: 'id'
847
865
  property :name, as: 'name'
866
+ collection :partial_args, as: 'partialArgs', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartialArg, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartialArg::Representation
867
+
868
+ property :will_continue, as: 'willContinue'
848
869
  end
849
870
  end
850
871
 
@@ -853,6 +874,7 @@ module Google
853
874
  class Representation < Google::Apis::Core::JsonRepresentation
854
875
  collection :allowed_function_names, as: 'allowedFunctionNames'
855
876
  property :mode, as: 'mode'
877
+ property :stream_function_call_arguments, as: 'streamFunctionCallArguments'
856
878
  end
857
879
  end
858
880
 
@@ -1048,6 +1070,7 @@ module Google
1048
1070
  class Representation < Google::Apis::Core::JsonRepresentation
1049
1071
  property :include_thoughts, as: 'includeThoughts'
1050
1072
  property :thinking_budget, as: 'thinkingBudget'
1073
+ property :thinking_level, as: 'thinkingLevel'
1051
1074
  end
1052
1075
  end
1053
1076
 
@@ -1171,6 +1194,7 @@ module Google
1171
1194
  property :aspect_ratio, as: 'aspectRatio'
1172
1195
  property :image_output_options, as: 'imageOutputOptions', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions::Representation
1173
1196
 
1197
+ property :image_size, as: 'imageSize'
1174
1198
  property :person_generation, as: 'personGeneration'
1175
1199
  end
1176
1200
  end
@@ -1249,6 +1273,8 @@ module Google
1249
1273
 
1250
1274
  property :inline_data, as: 'inlineData', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob::Representation
1251
1275
 
1276
+ property :media_resolution, as: 'mediaResolution', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution::Representation
1277
+
1252
1278
  property :text, as: 'text'
1253
1279
  property :thought, as: 'thought'
1254
1280
  property :thought_signature, :base64 => true, as: 'thoughtSignature'
@@ -1257,6 +1283,25 @@ module Google
1257
1283
  end
1258
1284
  end
1259
1285
 
1286
+ class GoogleCloudAiplatformV1beta1PartMediaResolution
1287
+ # @private
1288
+ class Representation < Google::Apis::Core::JsonRepresentation
1289
+ property :level, as: 'level'
1290
+ end
1291
+ end
1292
+
1293
+ class GoogleCloudAiplatformV1beta1PartialArg
1294
+ # @private
1295
+ class Representation < Google::Apis::Core::JsonRepresentation
1296
+ property :bool_value, as: 'boolValue'
1297
+ property :json_path, as: 'jsonPath'
1298
+ property :null_value, as: 'nullValue'
1299
+ property :number_value, as: 'numberValue'
1300
+ property :string_value, as: 'stringValue'
1301
+ property :will_continue, as: 'willContinue'
1302
+ end
1303
+ end
1304
+
1260
1305
  class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
1261
1306
  # @private
1262
1307
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1334,6 +1379,14 @@ module Google
1334
1379
  end
1335
1380
  end
1336
1381
 
1382
+ class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig
1383
+ # @private
1384
+ class Representation < Google::Apis::Core::JsonRepresentation
1385
+ property :mime_type, as: 'mimeType'
1386
+ property :voice_sample_audio, :base64 => true, as: 'voiceSampleAudio'
1387
+ end
1388
+ end
1389
+
1337
1390
  class GoogleCloudAiplatformV1beta1Retrieval
1338
1391
  # @private
1339
1392
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1592,6 +1645,8 @@ module Google
1592
1645
  class Representation < Google::Apis::Core::JsonRepresentation
1593
1646
  property :prebuilt_voice_config, as: 'prebuiltVoiceConfig', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig::Representation
1594
1647
 
1648
+ property :replicated_voice_config, as: 'replicatedVoiceConfig', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig::Representation
1649
+
1595
1650
  end
1596
1651
  end
1597
1652
 
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.34.0
4
+ version: 0.36.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.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.36.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: