public static final class TransitionRoute.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder> implements TransitionRouteOrBuilder
A transition route specifies a [intent][google.cloud.dialogflow.cx.v3.Intent] that can be matched and/or a data condition that can be evaluated during a session. When a specified transition is matched, the following actions are taken in order: * If there is a [`trigger_fulfillment`][google.cloud.dialogflow.cx.v3.TransitionRoute.trigger_fulfillment] associated with the transition, it will be called. * If there is a [`target_page`][google.cloud.dialogflow.cx.v3.TransitionRoute.target_page] associated with the transition, the session will transition into the specified page. * If there is a [`target_flow`][google.cloud.dialogflow.cx.v3.TransitionRoute.target_flow] associated with the transition, the session will transition into the specified flow.Protobuf type
google.cloud.dialogflow.cx.v3.TransitionRoute| Modifier and Type | Method and Description |
|---|---|
TransitionRoute.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransitionRoute |
build() |
TransitionRoute |
buildPartial() |
TransitionRoute.Builder |
clear() |
TransitionRoute.Builder |
clearCondition()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or
[session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
|
TransitionRoute.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransitionRoute.Builder |
clearIntent()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent].
|
TransitionRoute.Builder |
clearName()
Output only.
|
TransitionRoute.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransitionRoute.Builder |
clearTarget() |
TransitionRoute.Builder |
clearTargetFlow()
The target flow to transition to.
|
TransitionRoute.Builder |
clearTargetPage()
The target page to transition to.
|
TransitionRoute.Builder |
clearTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
TransitionRoute.Builder |
clone() |
String |
getCondition()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or
[session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
|
com.google.protobuf.ByteString |
getConditionBytes()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or
[session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
|
TransitionRoute |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getIntent()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent].
|
com.google.protobuf.ByteString |
getIntentBytes()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent].
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
TransitionRoute.TargetCase |
getTargetCase() |
String |
getTargetFlow()
The target flow to transition to.
|
com.google.protobuf.ByteString |
getTargetFlowBytes()
The target flow to transition to.
|
String |
getTargetPage()
The target page to transition to.
|
com.google.protobuf.ByteString |
getTargetPageBytes()
The target page to transition to.
|
Fulfillment |
getTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
Fulfillment.Builder |
getTriggerFulfillmentBuilder()
The fulfillment to call when the condition is satisfied.
|
FulfillmentOrBuilder |
getTriggerFulfillmentOrBuilder()
The fulfillment to call when the condition is satisfied.
|
boolean |
hasTargetFlow()
The target flow to transition to.
|
boolean |
hasTargetPage()
The target page to transition to.
|
boolean |
hasTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransitionRoute.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransitionRoute.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransitionRoute.Builder |
mergeFrom(TransitionRoute other) |
TransitionRoute.Builder |
mergeTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied.
|
TransitionRoute.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransitionRoute.Builder |
setCondition(String value)
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or
[session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
|
TransitionRoute.Builder |
setConditionBytes(com.google.protobuf.ByteString value)
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or
[session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
|
TransitionRoute.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransitionRoute.Builder |
setIntent(String value)
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent].
|
TransitionRoute.Builder |
setIntentBytes(com.google.protobuf.ByteString value)
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent].
|
TransitionRoute.Builder |
setName(String value)
Output only.
|
TransitionRoute.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
TransitionRoute.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransitionRoute.Builder |
setTargetFlow(String value)
The target flow to transition to.
|
TransitionRoute.Builder |
setTargetFlowBytes(com.google.protobuf.ByteString value)
The target flow to transition to.
|
TransitionRoute.Builder |
setTargetPage(String value)
The target page to transition to.
|
TransitionRoute.Builder |
setTargetPageBytes(com.google.protobuf.ByteString value)
The target page to transition to.
|
TransitionRoute.Builder |
setTriggerFulfillment(Fulfillment.Builder builderForValue)
The fulfillment to call when the condition is satisfied.
|
TransitionRoute.Builder |
setTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied.
|
TransitionRoute.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransitionRoute build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransitionRoute buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransitionRoute.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransitionRoute.Builder>public TransitionRoute.Builder mergeFrom(TransitionRoute other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public TransitionRoute.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransitionRoute.Builder>IOExceptionpublic TransitionRoute.TargetCase getTargetCase()
getTargetCase in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder clearTarget()
public String getName()
Output only. The unique identifier of this transition route.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface TransitionRouteOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The unique identifier of this transition route.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setName(String value)
Output only. The unique identifier of this transition route.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public TransitionRoute.Builder clearName()
Output only. The unique identifier of this transition route.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];public TransitionRoute.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The unique identifier of this transition route.
string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.public String getIntent()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>`. Indicates that the transition can only happen when the given intent is matched. At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string intent = 1 [(.google.api.resource_reference) = { ... }getIntent in interface TransitionRouteOrBuilderpublic com.google.protobuf.ByteString getIntentBytes()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>`. Indicates that the transition can only happen when the given intent is matched. At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string intent = 1 [(.google.api.resource_reference) = { ... }getIntentBytes in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setIntent(String value)
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>`. Indicates that the transition can only happen when the given intent is matched. At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string intent = 1 [(.google.api.resource_reference) = { ... }value - The intent to set.public TransitionRoute.Builder clearIntent()
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>`. Indicates that the transition can only happen when the given intent is matched. At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string intent = 1 [(.google.api.resource_reference) = { ... }public TransitionRoute.Builder setIntentBytes(com.google.protobuf.ByteString value)
The unique identifier of an [Intent][google.cloud.dialogflow.cx.v3.Intent]. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>`. Indicates that the transition can only happen when the given intent is matched. At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string intent = 1 [(.google.api.resource_reference) = { ... }value - The bytes for intent to set.public String getCondition()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string condition = 2;getCondition in interface TransitionRouteOrBuilderpublic com.google.protobuf.ByteString getConditionBytes()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string condition = 2;getConditionBytes in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setCondition(String value)
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string condition = 2;value - The condition to set.public TransitionRoute.Builder clearCondition()
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string condition = 2;public TransitionRoute.Builder setConditionBytes(com.google.protobuf.ByteString value)
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled.
string condition = 2;value - The bytes for condition to set.public boolean hasTriggerFulfillment()
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;hasTriggerFulfillment in interface TransitionRouteOrBuilderpublic Fulfillment getTriggerFulfillment()
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;getTriggerFulfillment in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;public TransitionRoute.Builder setTriggerFulfillment(Fulfillment.Builder builderForValue)
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;public TransitionRoute.Builder mergeTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;public TransitionRoute.Builder clearTriggerFulfillment()
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;public Fulfillment.Builder getTriggerFulfillmentBuilder()
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;public FulfillmentOrBuilder getTriggerFulfillmentOrBuilder()
The fulfillment to call when the condition is satisfied. At least one of `trigger_fulfillment` and `target` must be specified. When both are defined, `trigger_fulfillment` is executed first.
.google.cloud.dialogflow.cx.v3.Fulfillment trigger_fulfillment = 3;getTriggerFulfillmentOrBuilder in interface TransitionRouteOrBuilderpublic boolean hasTargetPage()
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }hasTargetPage in interface TransitionRouteOrBuilderpublic String getTargetPage()
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }getTargetPage in interface TransitionRouteOrBuilderpublic com.google.protobuf.ByteString getTargetPageBytes()
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }getTargetPageBytes in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setTargetPage(String value)
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }value - The targetPage to set.public TransitionRoute.Builder clearTargetPage()
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }public TransitionRoute.Builder setTargetPageBytes(com.google.protobuf.ByteString value)
The target page to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string target_page = 4 [(.google.api.resource_reference) = { ... }value - The bytes for targetPage to set.public boolean hasTargetFlow()
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }hasTargetFlow in interface TransitionRouteOrBuilderpublic String getTargetFlow()
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }getTargetFlow in interface TransitionRouteOrBuilderpublic com.google.protobuf.ByteString getTargetFlowBytes()
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }getTargetFlowBytes in interface TransitionRouteOrBuilderpublic TransitionRoute.Builder setTargetFlow(String value)
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }value - The targetFlow to set.public TransitionRoute.Builder clearTargetFlow()
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }public TransitionRoute.Builder setTargetFlowBytes(com.google.protobuf.ByteString value)
The target flow to transition to. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`.
string target_flow = 5 [(.google.api.resource_reference) = { ... }value - The bytes for targetFlow to set.public final TransitionRoute.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>public final TransitionRoute.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransitionRoute.Builder>Copyright © 2022 Google LLC. All rights reserved.