Package io.temporal.api.history.v1
Class WorkflowExecutionCompletedEventAttributes.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
- io.temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,WorkflowExecutionCompletedEventAttributesOrBuilder,java.lang.Cloneable
- Enclosing class:
- WorkflowExecutionCompletedEventAttributes
public static final class WorkflowExecutionCompletedEventAttributes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder> implements WorkflowExecutionCompletedEventAttributesOrBuilder
Protobuf typetemporal.api.history.v1.WorkflowExecutionCompletedEventAttributes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowExecutionCompletedEventAttributes.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)WorkflowExecutionCompletedEventAttributesbuild()WorkflowExecutionCompletedEventAttributesbuildPartial()WorkflowExecutionCompletedEventAttributes.Builderclear()WorkflowExecutionCompletedEventAttributes.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)WorkflowExecutionCompletedEventAttributes.BuilderclearNewExecutionRunId()If another run is started by cron, this contains the new run id.WorkflowExecutionCompletedEventAttributes.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)WorkflowExecutionCompletedEventAttributes.BuilderclearResult()Serialized result of workflow completion (ie: The return value of the workflow function)WorkflowExecutionCompletedEventAttributes.BuilderclearWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported withWorkflowExecutionCompletedEventAttributes.Builderclone()WorkflowExecutionCompletedEventAttributesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetNewExecutionRunId()If another run is started by cron, this contains the new run id.com.google.protobuf.ByteStringgetNewExecutionRunIdBytes()If another run is started by cron, this contains the new run id.PayloadsgetResult()Serialized result of workflow completion (ie: The return value of the workflow function)Payloads.BuildergetResultBuilder()Serialized result of workflow completion (ie: The return value of the workflow function)PayloadsOrBuildergetResultOrBuilder()Serialized result of workflow completion (ie: The return value of the workflow function)longgetWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanhasResult()Serialized result of workflow completion (ie: The return value of the workflow function)protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()WorkflowExecutionCompletedEventAttributes.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)WorkflowExecutionCompletedEventAttributes.BuildermergeFrom(com.google.protobuf.Message other)WorkflowExecutionCompletedEventAttributes.BuildermergeFrom(WorkflowExecutionCompletedEventAttributes other)WorkflowExecutionCompletedEventAttributes.BuildermergeResult(Payloads value)Serialized result of workflow completion (ie: The return value of the workflow function)WorkflowExecutionCompletedEventAttributes.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)WorkflowExecutionCompletedEventAttributes.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)WorkflowExecutionCompletedEventAttributes.BuildersetNewExecutionRunId(java.lang.String value)If another run is started by cron, this contains the new run id.WorkflowExecutionCompletedEventAttributes.BuildersetNewExecutionRunIdBytes(com.google.protobuf.ByteString value)If another run is started by cron, this contains the new run id.WorkflowExecutionCompletedEventAttributes.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)WorkflowExecutionCompletedEventAttributes.BuildersetResult(Payloads value)Serialized result of workflow completion (ie: The return value of the workflow function)WorkflowExecutionCompletedEventAttributes.BuildersetResult(Payloads.Builder builderForValue)Serialized result of workflow completion (ie: The return value of the workflow function)WorkflowExecutionCompletedEventAttributes.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)WorkflowExecutionCompletedEventAttributes.BuildersetWorkflowTaskCompletedEventId(long value)The `WORKFLOW_TASK_COMPLETED` event which this command was reported with-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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<WorkflowExecutionCompletedEventAttributes.Builder>
-
clear
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>
-
getDefaultInstanceForType
public WorkflowExecutionCompletedEventAttributes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public WorkflowExecutionCompletedEventAttributes build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public WorkflowExecutionCompletedEventAttributes buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>
-
setField
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>
-
clearField
public WorkflowExecutionCompletedEventAttributes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
clearOneof
public WorkflowExecutionCompletedEventAttributes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
setRepeatedField
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>
-
addRepeatedField
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>
-
mergeFrom
public WorkflowExecutionCompletedEventAttributes.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
mergeFrom
public WorkflowExecutionCompletedEventAttributes.Builder mergeFrom(WorkflowExecutionCompletedEventAttributes other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
mergeFrom
public WorkflowExecutionCompletedEventAttributes.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<WorkflowExecutionCompletedEventAttributes.Builder>- Throws:
java.io.IOException
-
hasResult
public boolean hasResult()
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;- Specified by:
hasResultin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder- Returns:
- Whether the result field is set.
-
getResult
public Payloads getResult()
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;- Specified by:
getResultin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder- Returns:
- The result.
-
setResult
public WorkflowExecutionCompletedEventAttributes.Builder setResult(Payloads value)
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;
-
setResult
public WorkflowExecutionCompletedEventAttributes.Builder setResult(Payloads.Builder builderForValue)
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;
-
mergeResult
public WorkflowExecutionCompletedEventAttributes.Builder mergeResult(Payloads value)
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;
-
clearResult
public WorkflowExecutionCompletedEventAttributes.Builder clearResult()
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;
-
getResultBuilder
public Payloads.Builder getResultBuilder()
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;
-
getResultOrBuilder
public PayloadsOrBuilder getResultOrBuilder()
Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;- Specified by:
getResultOrBuilderin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder
-
getWorkflowTaskCompletedEventId
public long getWorkflowTaskCompletedEventId()
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 2;- Specified by:
getWorkflowTaskCompletedEventIdin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder- Returns:
- The workflowTaskCompletedEventId.
-
setWorkflowTaskCompletedEventId
public WorkflowExecutionCompletedEventAttributes.Builder setWorkflowTaskCompletedEventId(long value)
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 2;- Parameters:
value- The workflowTaskCompletedEventId to set.- Returns:
- This builder for chaining.
-
clearWorkflowTaskCompletedEventId
public WorkflowExecutionCompletedEventAttributes.Builder clearWorkflowTaskCompletedEventId()
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 2;- Returns:
- This builder for chaining.
-
getNewExecutionRunId
public java.lang.String getNewExecutionRunId()
If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Specified by:
getNewExecutionRunIdin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder- Returns:
- The newExecutionRunId.
-
getNewExecutionRunIdBytes
public com.google.protobuf.ByteString getNewExecutionRunIdBytes()
If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Specified by:
getNewExecutionRunIdBytesin interfaceWorkflowExecutionCompletedEventAttributesOrBuilder- Returns:
- The bytes for newExecutionRunId.
-
setNewExecutionRunId
public WorkflowExecutionCompletedEventAttributes.Builder setNewExecutionRunId(java.lang.String value)
If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Parameters:
value- The newExecutionRunId to set.- Returns:
- This builder for chaining.
-
clearNewExecutionRunId
public WorkflowExecutionCompletedEventAttributes.Builder clearNewExecutionRunId()
If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Returns:
- This builder for chaining.
-
setNewExecutionRunIdBytes
public WorkflowExecutionCompletedEventAttributes.Builder setNewExecutionRunIdBytes(com.google.protobuf.ByteString value)
If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Parameters:
value- The bytes for newExecutionRunId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final WorkflowExecutionCompletedEventAttributes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
mergeUnknownFields
public final WorkflowExecutionCompletedEventAttributes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionCompletedEventAttributes.Builder>
-
-