Class DescribeWorkflowExecutionResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DescribeWorkflowExecutionResponseOrBuilder,java.io.Serializable
@Generated(value="protoc", comments="annotations:DescribeWorkflowExecutionResponse.java.pb.meta") public final class DescribeWorkflowExecutionResponse extends com.google.protobuf.GeneratedMessageV3 implements DescribeWorkflowExecutionResponseOrBuilderProtobuf typetemporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeWorkflowExecutionResponse.BuilderProtobuf typetemporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCALLBACKS_FIELD_NUMBERstatic intEXECUTION_CONFIG_FIELD_NUMBERstatic intPENDING_ACTIVITIES_FIELD_NUMBERstatic intPENDING_CHILDREN_FIELD_NUMBERstatic intPENDING_NEXUS_OPERATIONS_FIELD_NUMBERstatic intPENDING_WORKFLOW_TASK_FIELD_NUMBERstatic intWORKFLOW_EXECUTION_INFO_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CallbackInfogetCallbacks(int index)repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;intgetCallbacksCount()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;java.util.List<CallbackInfo>getCallbacksList()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;CallbackInfoOrBuildergetCallbacksOrBuilder(int index)repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;java.util.List<? extends CallbackInfoOrBuilder>getCallbacksOrBuilderList()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;static DescribeWorkflowExecutionResponsegetDefaultInstance()DescribeWorkflowExecutionResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()WorkflowExecutionConfiggetExecutionConfig().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;WorkflowExecutionConfigOrBuildergetExecutionConfigOrBuilder().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;com.google.protobuf.Parser<DescribeWorkflowExecutionResponse>getParserForType()PendingActivityInfogetPendingActivities(int index)repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;intgetPendingActivitiesCount()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;java.util.List<PendingActivityInfo>getPendingActivitiesList()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;PendingActivityInfoOrBuildergetPendingActivitiesOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;java.util.List<? extends PendingActivityInfoOrBuilder>getPendingActivitiesOrBuilderList()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;PendingChildExecutionInfogetPendingChildren(int index)repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;intgetPendingChildrenCount()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;java.util.List<PendingChildExecutionInfo>getPendingChildrenList()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;PendingChildExecutionInfoOrBuildergetPendingChildrenOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;java.util.List<? extends PendingChildExecutionInfoOrBuilder>getPendingChildrenOrBuilderList()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;PendingNexusOperationInfogetPendingNexusOperations(int index)repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;intgetPendingNexusOperationsCount()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;java.util.List<PendingNexusOperationInfo>getPendingNexusOperationsList()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;PendingNexusOperationInfoOrBuildergetPendingNexusOperationsOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;java.util.List<? extends PendingNexusOperationInfoOrBuilder>getPendingNexusOperationsOrBuilderList()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;PendingWorkflowTaskInfogetPendingWorkflowTask().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;PendingWorkflowTaskInfoOrBuildergetPendingWorkflowTaskOrBuilder().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()WorkflowExecutionInfogetWorkflowExecutionInfo().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;WorkflowExecutionInfoOrBuildergetWorkflowExecutionInfoOrBuilder().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;booleanhasExecutionConfig().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;inthashCode()booleanhasPendingWorkflowTask().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;booleanhasWorkflowExecutionInfo().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static DescribeWorkflowExecutionResponse.BuildernewBuilder()static DescribeWorkflowExecutionResponse.BuildernewBuilder(DescribeWorkflowExecutionResponse prototype)DescribeWorkflowExecutionResponse.BuildernewBuilderForType()protected DescribeWorkflowExecutionResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DescribeWorkflowExecutionResponseparseDelimitedFrom(java.io.InputStream input)static DescribeWorkflowExecutionResponseparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeWorkflowExecutionResponseparseFrom(byte[] data)static DescribeWorkflowExecutionResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeWorkflowExecutionResponseparseFrom(com.google.protobuf.ByteString data)static DescribeWorkflowExecutionResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeWorkflowExecutionResponseparseFrom(com.google.protobuf.CodedInputStream input)static DescribeWorkflowExecutionResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeWorkflowExecutionResponseparseFrom(java.io.InputStream input)static DescribeWorkflowExecutionResponseparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeWorkflowExecutionResponseparseFrom(java.nio.ByteBuffer data)static DescribeWorkflowExecutionResponseparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DescribeWorkflowExecutionResponse>parser()DescribeWorkflowExecutionResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
EXECUTION_CONFIG_FIELD_NUMBER
public static final int EXECUTION_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_EXECUTION_INFO_FIELD_NUMBER
public static final int WORKFLOW_EXECUTION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PENDING_ACTIVITIES_FIELD_NUMBER
public static final int PENDING_ACTIVITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PENDING_CHILDREN_FIELD_NUMBER
public static final int PENDING_CHILDREN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PENDING_WORKFLOW_TASK_FIELD_NUMBER
public static final int PENDING_WORKFLOW_TASK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CALLBACKS_FIELD_NUMBER
public static final int CALLBACKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PENDING_NEXUS_OPERATIONS_FIELD_NUMBER
public static final int PENDING_NEXUS_OPERATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasExecutionConfig
public boolean hasExecutionConfig()
.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;- Specified by:
hasExecutionConfigin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- Whether the executionConfig field is set.
-
getExecutionConfig
public WorkflowExecutionConfig getExecutionConfig()
.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;- Specified by:
getExecutionConfigin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- The executionConfig.
-
getExecutionConfigOrBuilder
public WorkflowExecutionConfigOrBuilder getExecutionConfigOrBuilder()
.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;- Specified by:
getExecutionConfigOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
hasWorkflowExecutionInfo
public boolean hasWorkflowExecutionInfo()
.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;- Specified by:
hasWorkflowExecutionInfoin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- Whether the workflowExecutionInfo field is set.
-
getWorkflowExecutionInfo
public WorkflowExecutionInfo getWorkflowExecutionInfo()
.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;- Specified by:
getWorkflowExecutionInfoin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- The workflowExecutionInfo.
-
getWorkflowExecutionInfoOrBuilder
public WorkflowExecutionInfoOrBuilder getWorkflowExecutionInfoOrBuilder()
.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;- Specified by:
getWorkflowExecutionInfoOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingActivitiesList
public java.util.List<PendingActivityInfo> getPendingActivitiesList()
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;- Specified by:
getPendingActivitiesListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingActivitiesOrBuilderList
public java.util.List<? extends PendingActivityInfoOrBuilder> getPendingActivitiesOrBuilderList()
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;- Specified by:
getPendingActivitiesOrBuilderListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingActivitiesCount
public int getPendingActivitiesCount()
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;- Specified by:
getPendingActivitiesCountin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingActivities
public PendingActivityInfo getPendingActivities(int index)
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;- Specified by:
getPendingActivitiesin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingActivitiesOrBuilder
public PendingActivityInfoOrBuilder getPendingActivitiesOrBuilder(int index)
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;- Specified by:
getPendingActivitiesOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingChildrenList
public java.util.List<PendingChildExecutionInfo> getPendingChildrenList()
repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;- Specified by:
getPendingChildrenListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingChildrenOrBuilderList
public java.util.List<? extends PendingChildExecutionInfoOrBuilder> getPendingChildrenOrBuilderList()
repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;- Specified by:
getPendingChildrenOrBuilderListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingChildrenCount
public int getPendingChildrenCount()
repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;- Specified by:
getPendingChildrenCountin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingChildren
public PendingChildExecutionInfo getPendingChildren(int index)
repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;- Specified by:
getPendingChildrenin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingChildrenOrBuilder
public PendingChildExecutionInfoOrBuilder getPendingChildrenOrBuilder(int index)
repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;- Specified by:
getPendingChildrenOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
hasPendingWorkflowTask
public boolean hasPendingWorkflowTask()
.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;- Specified by:
hasPendingWorkflowTaskin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- Whether the pendingWorkflowTask field is set.
-
getPendingWorkflowTask
public PendingWorkflowTaskInfo getPendingWorkflowTask()
.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;- Specified by:
getPendingWorkflowTaskin interfaceDescribeWorkflowExecutionResponseOrBuilder- Returns:
- The pendingWorkflowTask.
-
getPendingWorkflowTaskOrBuilder
public PendingWorkflowTaskInfoOrBuilder getPendingWorkflowTaskOrBuilder()
.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;- Specified by:
getPendingWorkflowTaskOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getCallbacksList
public java.util.List<CallbackInfo> getCallbacksList()
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;- Specified by:
getCallbacksListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getCallbacksOrBuilderList
public java.util.List<? extends CallbackInfoOrBuilder> getCallbacksOrBuilderList()
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;- Specified by:
getCallbacksOrBuilderListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getCallbacksCount
public int getCallbacksCount()
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;- Specified by:
getCallbacksCountin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getCallbacks
public CallbackInfo getCallbacks(int index)
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;- Specified by:
getCallbacksin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getCallbacksOrBuilder
public CallbackInfoOrBuilder getCallbacksOrBuilder(int index)
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;- Specified by:
getCallbacksOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingNexusOperationsList
public java.util.List<PendingNexusOperationInfo> getPendingNexusOperationsList()
repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;- Specified by:
getPendingNexusOperationsListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingNexusOperationsOrBuilderList
public java.util.List<? extends PendingNexusOperationInfoOrBuilder> getPendingNexusOperationsOrBuilderList()
repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;- Specified by:
getPendingNexusOperationsOrBuilderListin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingNexusOperationsCount
public int getPendingNexusOperationsCount()
repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;- Specified by:
getPendingNexusOperationsCountin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingNexusOperations
public PendingNexusOperationInfo getPendingNexusOperations(int index)
repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;- Specified by:
getPendingNexusOperationsin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
getPendingNexusOperationsOrBuilder
public PendingNexusOperationInfoOrBuilder getPendingNexusOperationsOrBuilder(int index)
repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;- Specified by:
getPendingNexusOperationsOrBuilderin interfaceDescribeWorkflowExecutionResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescribeWorkflowExecutionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescribeWorkflowExecutionResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescribeWorkflowExecutionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DescribeWorkflowExecutionResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DescribeWorkflowExecutionResponse.Builder newBuilder()
-
newBuilder
public static DescribeWorkflowExecutionResponse.Builder newBuilder(DescribeWorkflowExecutionResponse prototype)
-
toBuilder
public DescribeWorkflowExecutionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DescribeWorkflowExecutionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DescribeWorkflowExecutionResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DescribeWorkflowExecutionResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<DescribeWorkflowExecutionResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DescribeWorkflowExecutionResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-