Interface DeployFlowResponseOrBuilder (0.48.0)

public interface DeployFlowResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract String getDeployment()

The name of the flow version deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>.

string deployment = 2;

Returns
TypeDescription
String

The deployment.

getDeploymentBytes()

public abstract ByteString getDeploymentBytes()

The name of the flow version deployment. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>.

string deployment = 2;

Returns
TypeDescription
ByteString

The bytes for deployment.

getEnvironment()

public abstract Environment getEnvironment()

The updated environment where the flow is deployed.

.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;

Returns
TypeDescription
Environment

The environment.

getEnvironmentOrBuilder()

public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()

The updated environment where the flow is deployed.

.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;

Returns
TypeDescription
EnvironmentOrBuilder

hasEnvironment()

public abstract boolean hasEnvironment()

The updated environment where the flow is deployed.

.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;

Returns
TypeDescription
boolean

Whether the environment field is set.