public final class PlaybookInvocation extends com.google.protobuf.GeneratedMessageV3 implements PlaybookInvocationOrBuilder
Stores metadata of the invocation of a child playbook.Protobuf type
google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation| Modifier and Type | Class and Description |
|---|---|
static class |
PlaybookInvocation.Builder
Stores metadata of the invocation of a child playbook.
|
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 |
DISPLAY_NAME_FIELD_NUMBER |
static int |
PLAYBOOK_FIELD_NUMBER |
static int |
PLAYBOOK_INPUT_FIELD_NUMBER |
static int |
PLAYBOOK_OUTPUT_FIELD_NUMBER |
static int |
PLAYBOOK_STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PlaybookInvocation |
getDefaultInstance() |
PlaybookInvocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
com.google.protobuf.Parser<PlaybookInvocation> |
getParserForType() |
String |
getPlaybook()
Required.
|
com.google.protobuf.ByteString |
getPlaybookBytes()
Required.
|
PlaybookInput |
getPlaybookInput()
Optional.
|
PlaybookInputOrBuilder |
getPlaybookInputOrBuilder()
Optional.
|
PlaybookOutput |
getPlaybookOutput()
Optional.
|
PlaybookOutputOrBuilder |
getPlaybookOutputOrBuilder()
Optional.
|
OutputState |
getPlaybookState()
Required.
|
int |
getPlaybookStateValue()
Required.
|
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasPlaybookInput()
Optional.
|
boolean |
hasPlaybookOutput()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlaybookInvocation.Builder |
newBuilder() |
static PlaybookInvocation.Builder |
newBuilder(PlaybookInvocation prototype) |
PlaybookInvocation.Builder |
newBuilderForType() |
protected PlaybookInvocation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PlaybookInvocation |
parseDelimitedFrom(InputStream input) |
static PlaybookInvocation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlaybookInvocation |
parseFrom(byte[] data) |
static PlaybookInvocation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlaybookInvocation |
parseFrom(ByteBuffer data) |
static PlaybookInvocation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlaybookInvocation |
parseFrom(com.google.protobuf.ByteString data) |
static PlaybookInvocation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlaybookInvocation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlaybookInvocation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlaybookInvocation |
parseFrom(InputStream input) |
static PlaybookInvocation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PlaybookInvocation> |
parser() |
PlaybookInvocation.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 PLAYBOOK_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int PLAYBOOK_INPUT_FIELD_NUMBER
public static final int PLAYBOOK_OUTPUT_FIELD_NUMBER
public static final int PLAYBOOK_STATE_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 String getPlaybook()
Required. The unique identifier of the playbook. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>`.
string playbook = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getPlaybook in interface PlaybookInvocationOrBuilderpublic com.google.protobuf.ByteString getPlaybookBytes()
Required. The unique identifier of the playbook. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>`.
string playbook = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getPlaybookBytes in interface PlaybookInvocationOrBuilderpublic String getDisplayName()
Output only. The display name of the playbook.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getDisplayName in interface PlaybookInvocationOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name of the playbook.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getDisplayNameBytes in interface PlaybookInvocationOrBuilderpublic boolean hasPlaybookInput()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
hasPlaybookInput in interface PlaybookInvocationOrBuilderpublic PlaybookInput getPlaybookInput()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
getPlaybookInput in interface PlaybookInvocationOrBuilderpublic PlaybookInputOrBuilder getPlaybookInputOrBuilder()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
getPlaybookInputOrBuilder in interface PlaybookInvocationOrBuilderpublic boolean hasPlaybookOutput()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
hasPlaybookOutput in interface PlaybookInvocationOrBuilderpublic PlaybookOutput getPlaybookOutput()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
getPlaybookOutput in interface PlaybookInvocationOrBuilderpublic PlaybookOutputOrBuilder getPlaybookOutputOrBuilder()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
getPlaybookOutputOrBuilder in interface PlaybookInvocationOrBuilderpublic int getPlaybookStateValue()
Required. Playbook invocation's output state.
.google.cloud.dialogflow.cx.v3beta1.OutputState playbook_state = 4 [(.google.api.field_behavior) = REQUIRED];
getPlaybookStateValue in interface PlaybookInvocationOrBuilderpublic OutputState getPlaybookState()
Required. Playbook invocation's output state.
.google.cloud.dialogflow.cx.v3beta1.OutputState playbook_state = 4 [(.google.api.field_behavior) = REQUIRED];
getPlaybookState in interface PlaybookInvocationOrBuilderpublic 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 PlaybookInvocation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlaybookInvocation parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlaybookInvocation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlaybookInvocation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlaybookInvocation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlaybookInvocation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlaybookInvocation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PlaybookInvocation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlaybookInvocation.Builder newBuilder()
public static PlaybookInvocation.Builder newBuilder(PlaybookInvocation prototype)
public PlaybookInvocation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlaybookInvocation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PlaybookInvocation getDefaultInstance()
public static com.google.protobuf.Parser<PlaybookInvocation> parser()
public com.google.protobuf.Parser<PlaybookInvocation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PlaybookInvocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.