Send feedback
Class DeployFlowResponse.Builder (0.57.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.57.0 keyboard_arrow_down
public static final class DeployFlowResponse . Builder extends GeneratedMessageV3 . Builder<DeployFlowResponse . Builder > implements DeployFlowResponseOrBuilder
The response message for
Environments.DeployFlow .
Protobuf type google.cloud.dialogflow.cx.v3.DeployFlowResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeployFlowResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DeployFlowResponse build ()
buildPartial()
public DeployFlowResponse buildPartial ()
clear()
public DeployFlowResponse . Builder clear ()
Overrides
clearDeployment()
public DeployFlowResponse . Builder clearDeployment ()
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;
clearEnvironment()
public DeployFlowResponse . Builder clearEnvironment ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
clearField(Descriptors.FieldDescriptor field)
public DeployFlowResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DeployFlowResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public DeployFlowResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public DeployFlowResponse getDefaultInstanceForType ()
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.
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEnvironment()
public Environment getEnvironment ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
getEnvironmentBuilder()
public Environment . Builder getEnvironmentBuilder ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
getEnvironmentOrBuilder()
public EnvironmentOrBuilder getEnvironmentOrBuilder ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
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.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeEnvironment(Environment value)
public DeployFlowResponse . Builder mergeEnvironment ( Environment value )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
mergeFrom(DeployFlowResponse other)
public DeployFlowResponse . Builder mergeFrom ( DeployFlowResponse other )
public DeployFlowResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DeployFlowResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeployFlowResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDeployment(String value)
public DeployFlowResponse . Builder setDeployment ( String value )
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;
Parameter
Name
Description
value
String
The deployment to set.
setDeploymentBytes(ByteString value)
public DeployFlowResponse . Builder setDeploymentBytes ( ByteString value )
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;
Parameter
Name
Description
value
ByteString
The bytes for deployment to set.
setEnvironment(Environment value)
public DeployFlowResponse . Builder setEnvironment ( Environment value )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
setEnvironment(Environment.Builder builderForValue)
public DeployFlowResponse . Builder setEnvironment ( Environment . Builder builderForValue )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public DeployFlowResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeployFlowResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeployFlowResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]