Package io.temporal.api.history.v1
Class ChildWorkflowExecutionFailedEventAttributes.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
- io.temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ChildWorkflowExecutionFailedEventAttributesOrBuilder,java.lang.Cloneable
- Enclosing class:
- ChildWorkflowExecutionFailedEventAttributes
public static final class ChildWorkflowExecutionFailedEventAttributes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder> implements ChildWorkflowExecutionFailedEventAttributesOrBuilder
Protobuf typetemporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildWorkflowExecutionFailedEventAttributes.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ChildWorkflowExecutionFailedEventAttributesbuild()ChildWorkflowExecutionFailedEventAttributesbuildPartial()ChildWorkflowExecutionFailedEventAttributes.Builderclear()ChildWorkflowExecutionFailedEventAttributes.BuilderclearFailure().temporal.api.failure.v1.Failure failure = 1;ChildWorkflowExecutionFailedEventAttributes.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ChildWorkflowExecutionFailedEventAttributes.BuilderclearInitiatedEventId()Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds toChildWorkflowExecutionFailedEventAttributes.BuilderclearNamespace()Namespace of the child workflow.ChildWorkflowExecutionFailedEventAttributes.BuilderclearNamespaceId()string namespace_id = 8;ChildWorkflowExecutionFailedEventAttributes.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ChildWorkflowExecutionFailedEventAttributes.BuilderclearRetryState().temporal.api.enums.v1.RetryState retry_state = 7;ChildWorkflowExecutionFailedEventAttributes.BuilderclearStartedEventId()Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds toChildWorkflowExecutionFailedEventAttributes.BuilderclearWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;ChildWorkflowExecutionFailedEventAttributes.BuilderclearWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 4;ChildWorkflowExecutionFailedEventAttributes.Builderclone()ChildWorkflowExecutionFailedEventAttributesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FailuregetFailure().temporal.api.failure.v1.Failure failure = 1;Failure.BuildergetFailureBuilder().temporal.api.failure.v1.Failure failure = 1;FailureOrBuildergetFailureOrBuilder().temporal.api.failure.v1.Failure failure = 1;longgetInitiatedEventId()Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds tojava.lang.StringgetNamespace()Namespace of the child workflow.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace of the child workflow.java.lang.StringgetNamespaceId()string namespace_id = 8;com.google.protobuf.ByteStringgetNamespaceIdBytes()string namespace_id = 8;RetryStategetRetryState().temporal.api.enums.v1.RetryState retry_state = 7;intgetRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 7;longgetStartedEventId()Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds toWorkflowExecutiongetWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowExecution.BuildergetWorkflowExecutionBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 4;WorkflowType.BuildergetWorkflowTypeBuilder().temporal.api.common.v1.WorkflowType workflow_type = 4;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 4;booleanhasFailure().temporal.api.failure.v1.Failure failure = 1;booleanhasWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;booleanhasWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 4;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ChildWorkflowExecutionFailedEventAttributes.BuildermergeFailure(Failure value).temporal.api.failure.v1.Failure failure = 1;ChildWorkflowExecutionFailedEventAttributes.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ChildWorkflowExecutionFailedEventAttributes.BuildermergeFrom(com.google.protobuf.Message other)ChildWorkflowExecutionFailedEventAttributes.BuildermergeFrom(ChildWorkflowExecutionFailedEventAttributes other)ChildWorkflowExecutionFailedEventAttributes.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ChildWorkflowExecutionFailedEventAttributes.BuildermergeWorkflowExecution(WorkflowExecution value).temporal.api.common.v1.WorkflowExecution workflow_execution = 3;ChildWorkflowExecutionFailedEventAttributes.BuildermergeWorkflowType(WorkflowType value).temporal.api.common.v1.WorkflowType workflow_type = 4;ChildWorkflowExecutionFailedEventAttributes.BuildersetFailure(Failure value).temporal.api.failure.v1.Failure failure = 1;ChildWorkflowExecutionFailedEventAttributes.BuildersetFailure(Failure.Builder builderForValue).temporal.api.failure.v1.Failure failure = 1;ChildWorkflowExecutionFailedEventAttributes.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ChildWorkflowExecutionFailedEventAttributes.BuildersetInitiatedEventId(long value)Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds toChildWorkflowExecutionFailedEventAttributes.BuildersetNamespace(java.lang.String value)Namespace of the child workflow.ChildWorkflowExecutionFailedEventAttributes.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)Namespace of the child workflow.ChildWorkflowExecutionFailedEventAttributes.BuildersetNamespaceId(java.lang.String value)string namespace_id = 8;ChildWorkflowExecutionFailedEventAttributes.BuildersetNamespaceIdBytes(com.google.protobuf.ByteString value)string namespace_id = 8;ChildWorkflowExecutionFailedEventAttributes.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ChildWorkflowExecutionFailedEventAttributes.BuildersetRetryState(RetryState value).temporal.api.enums.v1.RetryState retry_state = 7;ChildWorkflowExecutionFailedEventAttributes.BuildersetRetryStateValue(int value).temporal.api.enums.v1.RetryState retry_state = 7;ChildWorkflowExecutionFailedEventAttributes.BuildersetStartedEventId(long value)Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds toChildWorkflowExecutionFailedEventAttributes.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ChildWorkflowExecutionFailedEventAttributes.BuildersetWorkflowExecution(WorkflowExecution value).temporal.api.common.v1.WorkflowExecution workflow_execution = 3;ChildWorkflowExecutionFailedEventAttributes.BuildersetWorkflowExecution(WorkflowExecution.Builder builderForValue).temporal.api.common.v1.WorkflowExecution workflow_execution = 3;ChildWorkflowExecutionFailedEventAttributes.BuildersetWorkflowType(WorkflowType value).temporal.api.common.v1.WorkflowType workflow_type = 4;ChildWorkflowExecutionFailedEventAttributes.BuildersetWorkflowType(WorkflowType.Builder builderForValue).temporal.api.common.v1.WorkflowType workflow_type = 4;-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
clear
public ChildWorkflowExecutionFailedEventAttributes.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
getDefaultInstanceForType
public ChildWorkflowExecutionFailedEventAttributes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ChildWorkflowExecutionFailedEventAttributes build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ChildWorkflowExecutionFailedEventAttributes buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ChildWorkflowExecutionFailedEventAttributes.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
setField
public ChildWorkflowExecutionFailedEventAttributes.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
clearField
public ChildWorkflowExecutionFailedEventAttributes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
clearOneof
public ChildWorkflowExecutionFailedEventAttributes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
setRepeatedField
public ChildWorkflowExecutionFailedEventAttributes.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
addRepeatedField
public ChildWorkflowExecutionFailedEventAttributes.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
mergeFrom
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
mergeFrom
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeFrom(ChildWorkflowExecutionFailedEventAttributes other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
mergeFrom
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>- Throws:
java.io.IOException
-
hasFailure
public boolean hasFailure()
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
hasFailurein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- Whether the failure field is set.
-
getFailure
public Failure getFailure()
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
getFailurein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The failure.
-
setFailure
public ChildWorkflowExecutionFailedEventAttributes.Builder setFailure(Failure value)
.temporal.api.failure.v1.Failure failure = 1;
-
setFailure
public ChildWorkflowExecutionFailedEventAttributes.Builder setFailure(Failure.Builder builderForValue)
.temporal.api.failure.v1.Failure failure = 1;
-
mergeFailure
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeFailure(Failure value)
.temporal.api.failure.v1.Failure failure = 1;
-
clearFailure
public ChildWorkflowExecutionFailedEventAttributes.Builder clearFailure()
.temporal.api.failure.v1.Failure failure = 1;
-
getFailureBuilder
public Failure.Builder getFailureBuilder()
.temporal.api.failure.v1.Failure failure = 1;
-
getFailureOrBuilder
public FailureOrBuilder getFailureOrBuilder()
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
getFailureOrBuilderin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder
-
getNamespace
public java.lang.String getNamespace()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Specified by:
getNamespacein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Specified by:
getNamespaceBytesin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public ChildWorkflowExecutionFailedEventAttributes.Builder setNamespace(java.lang.String value)
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public ChildWorkflowExecutionFailedEventAttributes.Builder clearNamespace()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- This builder for chaining.
-
setNamespaceBytes
public ChildWorkflowExecutionFailedEventAttributes.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Parameters:
value- The bytes for namespace to set.- Returns:
- This builder for chaining.
-
getNamespaceId
public java.lang.String getNamespaceId()
string namespace_id = 8;- Specified by:
getNamespaceIdin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The namespaceId.
-
getNamespaceIdBytes
public com.google.protobuf.ByteString getNamespaceIdBytes()
string namespace_id = 8;- Specified by:
getNamespaceIdBytesin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The bytes for namespaceId.
-
setNamespaceId
public ChildWorkflowExecutionFailedEventAttributes.Builder setNamespaceId(java.lang.String value)
string namespace_id = 8;- Parameters:
value- The namespaceId to set.- Returns:
- This builder for chaining.
-
clearNamespaceId
public ChildWorkflowExecutionFailedEventAttributes.Builder clearNamespaceId()
string namespace_id = 8;- Returns:
- This builder for chaining.
-
setNamespaceIdBytes
public ChildWorkflowExecutionFailedEventAttributes.Builder setNamespaceIdBytes(com.google.protobuf.ByteString value)
string namespace_id = 8;- Parameters:
value- The bytes for namespaceId to set.- Returns:
- This builder for chaining.
-
hasWorkflowExecution
public boolean hasWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Specified by:
hasWorkflowExecutionin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
public WorkflowExecution getWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Specified by:
getWorkflowExecutionin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The workflowExecution.
-
setWorkflowExecution
public ChildWorkflowExecutionFailedEventAttributes.Builder setWorkflowExecution(WorkflowExecution value)
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
setWorkflowExecution
public ChildWorkflowExecutionFailedEventAttributes.Builder setWorkflowExecution(WorkflowExecution.Builder builderForValue)
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
mergeWorkflowExecution
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeWorkflowExecution(WorkflowExecution value)
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
clearWorkflowExecution
public ChildWorkflowExecutionFailedEventAttributes.Builder clearWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
getWorkflowExecutionBuilder
public WorkflowExecution.Builder getWorkflowExecutionBuilder()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
getWorkflowExecutionOrBuilder
public WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Specified by:
getWorkflowExecutionOrBuilderin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder
-
hasWorkflowType
public boolean hasWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 4;- Specified by:
hasWorkflowTypein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- Whether the workflowType field is set.
-
getWorkflowType
public WorkflowType getWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 4;- Specified by:
getWorkflowTypein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The workflowType.
-
setWorkflowType
public ChildWorkflowExecutionFailedEventAttributes.Builder setWorkflowType(WorkflowType value)
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
setWorkflowType
public ChildWorkflowExecutionFailedEventAttributes.Builder setWorkflowType(WorkflowType.Builder builderForValue)
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
mergeWorkflowType
public ChildWorkflowExecutionFailedEventAttributes.Builder mergeWorkflowType(WorkflowType value)
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
clearWorkflowType
public ChildWorkflowExecutionFailedEventAttributes.Builder clearWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
getWorkflowTypeBuilder
public WorkflowType.Builder getWorkflowTypeBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
getWorkflowTypeOrBuilder
public WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 4;- Specified by:
getWorkflowTypeOrBuilderin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder
-
getInitiatedEventId
public long getInitiatedEventId()
Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 5;- Specified by:
getInitiatedEventIdin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The initiatedEventId.
-
setInitiatedEventId
public ChildWorkflowExecutionFailedEventAttributes.Builder setInitiatedEventId(long value)
Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 5;- Parameters:
value- The initiatedEventId to set.- Returns:
- This builder for chaining.
-
clearInitiatedEventId
public ChildWorkflowExecutionFailedEventAttributes.Builder clearInitiatedEventId()
Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 5;- Returns:
- This builder for chaining.
-
getStartedEventId
public long getStartedEventId()
Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
int64 started_event_id = 6;- Specified by:
getStartedEventIdin interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The startedEventId.
-
setStartedEventId
public ChildWorkflowExecutionFailedEventAttributes.Builder setStartedEventId(long value)
Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
int64 started_event_id = 6;- Parameters:
value- The startedEventId to set.- Returns:
- This builder for chaining.
-
clearStartedEventId
public ChildWorkflowExecutionFailedEventAttributes.Builder clearStartedEventId()
Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
int64 started_event_id = 6;- Returns:
- This builder for chaining.
-
getRetryStateValue
public int getRetryStateValue()
.temporal.api.enums.v1.RetryState retry_state = 7;- Specified by:
getRetryStateValuein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The enum numeric value on the wire for retryState.
-
setRetryStateValue
public ChildWorkflowExecutionFailedEventAttributes.Builder setRetryStateValue(int value)
.temporal.api.enums.v1.RetryState retry_state = 7;- Parameters:
value- The enum numeric value on the wire for retryState to set.- Returns:
- This builder for chaining.
-
getRetryState
public RetryState getRetryState()
.temporal.api.enums.v1.RetryState retry_state = 7;- Specified by:
getRetryStatein interfaceChildWorkflowExecutionFailedEventAttributesOrBuilder- Returns:
- The retryState.
-
setRetryState
public ChildWorkflowExecutionFailedEventAttributes.Builder setRetryState(RetryState value)
.temporal.api.enums.v1.RetryState retry_state = 7;- Parameters:
value- The retryState to set.- Returns:
- This builder for chaining.
-
clearRetryState
public ChildWorkflowExecutionFailedEventAttributes.Builder clearRetryState()
.temporal.api.enums.v1.RetryState retry_state = 7;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ChildWorkflowExecutionFailedEventAttributes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
mergeUnknownFields
public final ChildWorkflowExecutionFailedEventAttributes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ChildWorkflowExecutionFailedEventAttributes.Builder>
-
-