public static final class TransitionCoverage.Transition extends com.google.protobuf.GeneratedMessageV3 implements TransitionCoverage.TransitionOrBuilder
A transition in a page.Protobuf type
google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition| Modifier and Type | Class and Description |
|---|---|
static class |
TransitionCoverage.Transition.Builder
A transition in a page.
|
static class |
TransitionCoverage.Transition.DetailCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COVERED_FIELD_NUMBER |
static int |
EVENT_HANDLER_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
TARGET_FIELD_NUMBER |
static int |
TRANSITION_ROUTE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCovered()
Whether the transition is covered by at least one of the
agent's test cases.
|
static TransitionCoverage.Transition |
getDefaultInstance() |
TransitionCoverage.Transition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
TransitionCoverage.Transition.DetailCase |
getDetailCase() |
EventHandler |
getEventHandler()
Event handler.
|
EventHandlerOrBuilder |
getEventHandlerOrBuilder()
Event handler.
|
int |
getIndex()
The index of a transition in the transition list.
|
com.google.protobuf.Parser<TransitionCoverage.Transition> |
getParserForType() |
int |
getSerializedSize() |
TransitionCoverage.TransitionNode |
getSource()
The start node of a transition.
|
TransitionCoverage.TransitionNodeOrBuilder |
getSourceOrBuilder()
The start node of a transition.
|
TransitionCoverage.TransitionNode |
getTarget()
The end node of a transition.
|
TransitionCoverage.TransitionNodeOrBuilder |
getTargetOrBuilder()
The end node of a transition.
|
TransitionRoute |
getTransitionRoute()
Intent route or condition route.
|
TransitionRouteOrBuilder |
getTransitionRouteOrBuilder()
Intent route or condition route.
|
boolean |
hasEventHandler()
Event handler.
|
int |
hashCode() |
boolean |
hasSource()
The start node of a transition.
|
boolean |
hasTarget()
The end node of a transition.
|
boolean |
hasTransitionRoute()
Intent route or condition route.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransitionCoverage.Transition.Builder |
newBuilder() |
static TransitionCoverage.Transition.Builder |
newBuilder(TransitionCoverage.Transition prototype) |
TransitionCoverage.Transition.Builder |
newBuilderForType() |
protected TransitionCoverage.Transition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransitionCoverage.Transition |
parseDelimitedFrom(InputStream input) |
static TransitionCoverage.Transition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransitionCoverage.Transition |
parseFrom(byte[] data) |
static TransitionCoverage.Transition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransitionCoverage.Transition |
parseFrom(ByteBuffer data) |
static TransitionCoverage.Transition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransitionCoverage.Transition |
parseFrom(com.google.protobuf.ByteString data) |
static TransitionCoverage.Transition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransitionCoverage.Transition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransitionCoverage.Transition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransitionCoverage.Transition |
parseFrom(InputStream input) |
static TransitionCoverage.Transition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransitionCoverage.Transition> |
parser() |
TransitionCoverage.Transition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SOURCE_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
public static final int COVERED_FIELD_NUMBER
public static final int TRANSITION_ROUTE_FIELD_NUMBER
public static final int EVENT_HANDLER_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TransitionCoverage.Transition.DetailCase getDetailCase()
getDetailCase in interface TransitionCoverage.TransitionOrBuilderpublic boolean hasSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;hasSource in interface TransitionCoverage.TransitionOrBuilderpublic TransitionCoverage.TransitionNode getSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;getSource in interface TransitionCoverage.TransitionOrBuilderpublic TransitionCoverage.TransitionNodeOrBuilder getSourceOrBuilder()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;getSourceOrBuilder in interface TransitionCoverage.TransitionOrBuilderpublic int getIndex()
The index of a transition in the transition list. Starting from 0.
int32 index = 4;getIndex in interface TransitionCoverage.TransitionOrBuilderpublic boolean hasTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;hasTarget in interface TransitionCoverage.TransitionOrBuilderpublic TransitionCoverage.TransitionNode getTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;getTarget in interface TransitionCoverage.TransitionOrBuilderpublic TransitionCoverage.TransitionNodeOrBuilder getTargetOrBuilder()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;getTargetOrBuilder in interface TransitionCoverage.TransitionOrBuilderpublic boolean getCovered()
Whether the transition is covered by at least one of the agent's test cases.
bool covered = 3;getCovered in interface TransitionCoverage.TransitionOrBuilderpublic boolean hasTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;hasTransitionRoute in interface TransitionCoverage.TransitionOrBuilderpublic TransitionRoute getTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;getTransitionRoute in interface TransitionCoverage.TransitionOrBuilderpublic TransitionRouteOrBuilder getTransitionRouteOrBuilder()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;getTransitionRouteOrBuilder in interface TransitionCoverage.TransitionOrBuilderpublic boolean hasEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;hasEventHandler in interface TransitionCoverage.TransitionOrBuilderpublic EventHandler getEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;getEventHandler in interface TransitionCoverage.TransitionOrBuilderpublic EventHandlerOrBuilder getEventHandlerOrBuilder()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;getEventHandlerOrBuilder in interface TransitionCoverage.TransitionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransitionCoverage.Transition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransitionCoverage.Transition parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransitionCoverage.Transition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransitionCoverage.Transition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransitionCoverage.Transition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransitionCoverage.Transition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransitionCoverage.Transition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransitionCoverage.Transition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransitionCoverage.Transition.Builder newBuilder()
public static TransitionCoverage.Transition.Builder newBuilder(TransitionCoverage.Transition prototype)
public TransitionCoverage.Transition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransitionCoverage.Transition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransitionCoverage.Transition getDefaultInstance()
public static com.google.protobuf.Parser<TransitionCoverage.Transition> parser()
public com.google.protobuf.Parser<TransitionCoverage.Transition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransitionCoverage.Transition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.