public interface DeployFlowResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployment()
The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
|
com.google.protobuf.ByteString |
getDeploymentBytes()
The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
|
Environment |
getEnvironment()
The updated environment where the flow is deployed.
|
EnvironmentOrBuilder |
getEnvironmentOrBuilder()
The updated environment where the flow is deployed.
|
boolean |
hasEnvironment()
The updated environment where the flow is deployed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnvironment()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;Environment getEnvironment()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;EnvironmentOrBuilder getEnvironmentOrBuilder()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;String getDeployment()
The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>`.
string deployment = 2;com.google.protobuf.ByteString getDeploymentBytes()
The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>`.
string deployment = 2;Copyright © 2022 Google LLC. All rights reserved.