Class DeployFlowResponse (0.54.0)

public final class DeployFlowResponse extends GeneratedMessageV3 implements DeployFlowResponseOrBuilder

The response message for Environments.DeployFlow.

Protobuf type google.cloud.dialogflow.cx.v3.DeployFlowResponse

Static Fields

DEPLOYMENT_FIELD_NUMBER

public static final int DEPLOYMENT_FIELD_NUMBER
Field Value
Type Description
int

ENVIRONMENT_FIELD_NUMBER

public static final int ENVIRONMENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeployFlowResponse getDefaultInstance()
Returns
Type Description
DeployFlowResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeployFlowResponse.Builder newBuilder()
Returns
Type Description
DeployFlowResponse.Builder

newBuilder(DeployFlowResponse prototype)

public static DeployFlowResponse.Builder newBuilder(DeployFlowResponse prototype)
Parameter
Name Description
prototype DeployFlowResponse
Returns
Type Description
DeployFlowResponse.Builder

parseDelimitedFrom(InputStream input)

public static DeployFlowResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeployFlowResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeployFlowResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeployFlowResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeployFlowResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeployFlowResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeployFlowResponse> parser()
Returns
Type Description
Parser<DeployFlowResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeployFlowResponse getDefaultInstanceForType()
Returns
Type Description
DeployFlowResponse

getDeployment()

public 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
Type Description
String

The deployment.

getDeploymentBytes()

public 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
Type Description
ByteString

The bytes for deployment.

getEnvironment()

public 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 EnvironmentOrBuilder getEnvironmentOrBuilder()

The updated environment where the flow is deployed.

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

Returns
Type Description
EnvironmentOrBuilder

getParserForType()

public Parser<DeployFlowResponse> getParserForType()
Returns
Type Description
Parser<DeployFlowResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasEnvironment()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeployFlowResponse.Builder newBuilderForType()
Returns
Type Description
DeployFlowResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeployFlowResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeployFlowResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeployFlowResponse.Builder toBuilder()
Returns
Type Description
DeployFlowResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException