public final class DeployFlowResponse extends GeneratedMessageV3 implements DeployFlowResponseOrBuilder
The response message for Environments.DeployFlow.
Protobuf type google.cloud.dialogflow.cx.v3beta1.DeployFlowResponse
Static Fields
DEPLOYMENT_FIELD_NUMBER
public static final int DEPLOYMENT_FIELD_NUMBER
Field Value
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DeployFlowResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DeployFlowResponse.Builder newBuilder()
Returns
newBuilder(DeployFlowResponse prototype)
public static DeployFlowResponse.Builder newBuilder(DeployFlowResponse prototype)
Parameter
Returns
public static DeployFlowResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeployFlowResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DeployFlowResponse parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeployFlowResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DeployFlowResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeployFlowResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployFlowResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeployFlowResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployFlowResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeployFlowResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DeployFlowResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeployFlowResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DeployFlowResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DeployFlowResponse getDefaultInstanceForType()
Returns
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.v3beta1.Environment environment = 1;
Returns
getEnvironmentOrBuilder()
public EnvironmentOrBuilder getEnvironmentOrBuilder()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Returns
getParserForType()
public Parser<DeployFlowResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEnvironment()
public boolean hasEnvironment()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Returns
Type |
Description |
boolean |
Whether the environment field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DeployFlowResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeployFlowResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DeployFlowResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions