Skip to content

Commit

Permalink
feat: Generate Google.Apis.FirebaseML.v2beta version 1.68.0.3636
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Dec 18, 2024
1 parent 280d262 commit a7e9bd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DiscoveryJson/firebaseml.v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
}
},
"revision": "20241211",
"revision": "20241215",
"rootUrl": "https://firebaseml.googleapis.com/",
"schemas": {
"Date": {
Expand Down Expand Up @@ -1170,6 +1170,10 @@
"description": "Optional. Text part (can be code).",
"type": "string"
},
"thought": {
"description": "Optional. Indicates if the part is thought from the model.",
"type": "boolean"
},
"videoMetadata": {
"$ref": "GoogleCloudAiplatformV1beta1VideoMetadata",
"description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,10 @@ public class GoogleCloudAiplatformV1beta1Part : Google.Apis.Requests.IDirectResp
[Newtonsoft.Json.JsonPropertyAttribute("text")]
public virtual string Text { get; set; }

/// <summary>Optional. Indicates if the part is thought from the model.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("thought")]
public virtual System.Nullable<bool> Thought { get; set; }

/// <summary>
/// Optional. Video metadata. The metadata should only be specified while the video data is presented in
/// inline_data or file_data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.FirebaseML.v2beta Client Library</Title>
<Version>1.68.0.3632</Version>
<Version>1.68.0.3636</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit a7e9bd0

Please sign in to comment.