Send feedback
Class TransitionCoverage.TransitionNode (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class TransitionCoverage . TransitionNode extends GeneratedMessageV3 implements TransitionCoverage . TransitionNodeOrBuilder
The source or target of a transition.
Protobuf type google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode
Static Fields
FLOW_FIELD_NUMBER
public static final int FLOW_FIELD_NUMBER
Field Value
PAGE_FIELD_NUMBER
public static final int PAGE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TransitionCoverage . TransitionNode getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static TransitionCoverage . TransitionNode . Builder newBuilder ()
Returns
newBuilder(TransitionCoverage.TransitionNode prototype)
public static TransitionCoverage . TransitionNode . Builder newBuilder ( TransitionCoverage . TransitionNode prototype )
Parameter
Returns
public static TransitionCoverage . TransitionNode parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static TransitionCoverage . TransitionNode parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TransitionCoverage . TransitionNode parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransitionCoverage . TransitionNode parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TransitionCoverage . TransitionNode parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransitionCoverage . TransitionNode parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static TransitionCoverage . TransitionNode parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static TransitionCoverage . TransitionNode parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static TransitionCoverage . TransitionNode parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static TransitionCoverage . TransitionNode parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TransitionCoverage . TransitionNode parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransitionCoverage . TransitionNode parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<TransitionCoverage . TransitionNode > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TransitionCoverage . TransitionNode getDefaultInstanceForType ()
Returns
getFlow()
Indicates a transition to a Flow . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;
Returns
Type
Description
Flow
The flow.
getFlowOrBuilder()
public FlowOrBuilder getFlowOrBuilder ()
Indicates a transition to a Flow . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;
Returns
getKindCase()
public TransitionCoverage . TransitionNode . KindCase getKindCase ()
Returns
getPage()
Indicates a transition to a Page . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;
Returns
Type
Description
Page
The page.
getPageOrBuilder()
public PageOrBuilder getPageOrBuilder ()
Indicates a transition to a Page . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;
Returns
getParserForType()
public Parser<TransitionCoverage . TransitionNode > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasFlow()
Indicates a transition to a Flow . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;
Returns
Type
Description
boolean
Whether the flow field is set.
hasPage()
Indicates a transition to a Page . Only some fields such as name and
displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;
Returns
Type
Description
boolean
Whether the page field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public TransitionCoverage . TransitionNode . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TransitionCoverage . TransitionNode . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public TransitionCoverage . TransitionNode . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-28 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-28 UTC."],[],[]]