Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@ message Deployment {

// Identifier. The resource name of the deployment.
// Format:
// projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
// `projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}`
string name = 1 [(google.api.field_behavior) = IDENTIFIER];

// Required. Display name of the deployment.
string display_name = 8 [(google.api.field_behavior) = REQUIRED];

// Required. The resource name of the app version to deploy.
// Optional. The resource name of the app version to deploy.
// Format:
// projects/{project}/locations/{location}/apps/{app}/versions/{version}
// `projects/{project}/locations/{location}/apps/{app}/versions/{version}`
// Use `projects/{project}/locations/{location}/apps/{app}/versions/-` to use
// the draft app.
string app_version = 2 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = OPTIONAL,
(google.api.resource_reference) = { type: "ces.googleapis.com/AppVersion" }
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ message BidiSessionServerMessage {
RecognitionResult recognition_result = 2
[(google.api.field_behavior) = OPTIONAL];

// Optional. Interruption signal detected from the audio input.
// Optional. Indicates the agent's audio response has been interrupted.
InterruptionSignal interruption_signal = 3
[(google.api.field_behavior) = OPTIONAL];

Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ces/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.