Skip to content

Commit ccf2d21

Browse files
feat: Automated regeneration of firebaseml v2beta client (googleapis#21122)
Auto-created at 2024-12-22 10:14:55 +0000 using the toys pull request generator.
1 parent 39d2cf9 commit ccf2d21

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225312,6 +225312,7 @@
225312225312
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/functionResponse": function_response
225313225313
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/inlineData": inline_data
225314225314
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/text": text
225315+
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/thought": thought
225315225316
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/videoMetadata": video_metadata
225316225317
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig": google_cloud_aiplatform_v1beta1_prebuilt_voice_config
225317225318
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig/voiceName": voice_name

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.13.0 (2024-12-22)
4+
5+
* Regenerated from discovery document revision 20241217
6+
37
### v0.12.0 (2024-12-15)
48

59
* Regenerated from discovery document revision 20241211

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,12 @@ class GoogleCloudAiplatformV1beta1Part
12841284
# @return [String]
12851285
attr_accessor :text
12861286

1287+
# Output only. Indicates if the part is thought from the model.
1288+
# Corresponds to the JSON property `thought`
1289+
# @return [Boolean]
1290+
attr_accessor :thought
1291+
alias_method :thought?, :thought
1292+
12871293
# Metadata describes the input video content.
12881294
# Corresponds to the JSON property `videoMetadata`
12891295
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VideoMetadata]
@@ -1302,6 +1308,7 @@ def update!(**args)
13021308
@function_response = args[:function_response] if args.key?(:function_response)
13031309
@inline_data = args[:inline_data] if args.key?(:inline_data)
13041310
@text = args[:text] if args.key?(:text)
1311+
@thought = args[:thought] if args.key?(:thought)
13051312
@video_metadata = args[:video_metadata] if args.key?(:video_metadata)
13061313
end
13071314
end

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.12.0"
19+
GEM_VERSION = "0.13.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241211"
25+
REVISION = "20241217"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
743743
property :inline_data, as: 'inlineData', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob::Representation
744744

745745
property :text, as: 'text'
746+
property :thought, as: 'thought'
746747
property :video_metadata, as: 'videoMetadata', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VideoMetadata, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VideoMetadata::Representation
747748

748749
end

0 commit comments

Comments
 (0)