Skip to content

Commit 8fe8f9f

Browse files
Google APIscopybara-github
authored andcommitted
fix!: fields are not part of oneof
PiperOrigin-RevId: 794602136
1 parent 9555af8 commit 8fe8f9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google/cloud/aiplatform/v1/content.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ message Part {
133133
// Optional. Result of executing the [ExecutableCode].
134134
CodeExecutionResult code_execution_result = 9
135135
[(google.api.field_behavior) = OPTIONAL];
136+
}
136137

137-
// Indicates if the part is thought from the model.
138-
bool thought = 10 [(google.api.field_behavior) = OPTIONAL];
138+
// Indicates if the part is thought from the model.
139+
bool thought = 10 [(google.api.field_behavior) = OPTIONAL];
139140

140-
// An opaque signature for the thought so it can be reused in subsequent
141-
// requests.
142-
bytes thought_signature = 11 [(google.api.field_behavior) = OPTIONAL];
143-
}
141+
// An opaque signature for the thought so it can be reused in subsequent
142+
// requests.
143+
bytes thought_signature = 11 [(google.api.field_behavior) = OPTIONAL];
144144

145145
oneof metadata {
146146
// Optional. Video metadata. The metadata should only be specified while the

0 commit comments

Comments
 (0)