public interface DeployFlowResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployment()
public abstract String getDeployment()
The name of the flow version
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
string deployment = 2;
Returns | |
---|---|
Type | Description |
String |
The deployment. |
getDeploymentBytes()
public abstract ByteString getDeploymentBytes()
The name of the flow version
Deployment. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>
.
string deployment = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployment. |
getEnvironment()
public abstract Environment getEnvironment()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
Returns | |
---|---|
Type | Description |
Environment |
The environment. |
getEnvironmentOrBuilder()
public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
Returns | |
---|---|
Type | Description |
EnvironmentOrBuilder |
hasEnvironment()
public abstract boolean hasEnvironment()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the environment field is set. |