Send feedback
Class DeployFlowResponse.Builder (0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.22.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.v3beta1.DeployFlowResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeployFlowResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public DeployFlowResponse build ()
Returns
buildPartial()
public DeployFlowResponse buildPartial ()
Returns
clear()
public DeployFlowResponse . Builder clear ()
Returns
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;
Returns
clearEnvironment()
public DeployFlowResponse . Builder clearEnvironment ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public DeployFlowResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DeployFlowResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public DeployFlowResponse . Builder clone ()
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.
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEnvironment()
public Environment getEnvironment ()
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Returns
getEnvironmentBuilder()
public Environment . Builder getEnvironmentBuilder ()
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
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.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeEnvironment(Environment value)
public DeployFlowResponse . Builder mergeEnvironment ( Environment value )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Parameter
Returns
mergeFrom(DeployFlowResponse other)
public DeployFlowResponse . Builder mergeFrom ( DeployFlowResponse other )
Parameter
Returns
public DeployFlowResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DeployFlowResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeployFlowResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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.
Returns
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.
Returns
setEnvironment(Environment value)
public DeployFlowResponse . Builder setEnvironment ( Environment value )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Parameter
Returns
setEnvironment(Environment.Builder builderForValue)
public DeployFlowResponse . Builder setEnvironment ( Environment . Builder builderForValue )
The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3beta1.Environment environment = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public DeployFlowResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeployFlowResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeployFlowResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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."],[],[]]