Class ActivityTaskTimedOutEventAttributes.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ActivityTaskTimedOutEventAttributes.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
io.temporal.api.history.v1.ActivityTaskTimedOutEventAttributes.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ActivityTaskTimedOutEventAttributesOrBuilder,Cloneable
- Enclosing class:
ActivityTaskTimedOutEventAttributes
public static final class ActivityTaskTimedOutEventAttributes.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
implements ActivityTaskTimedOutEventAttributesOrBuilder
Protobuf type
temporal.api.history.v1.ActivityTaskTimedOutEventAttributes-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) .temporal.api.enums.v1.RetryState retry_state = 4;The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds toThe id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds toclone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorIf this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here..temporal.api.enums.v1.RetryState retry_state = 4;int.temporal.api.enums.v1.RetryState retry_state = 4;longThe id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds tolongThe id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds tobooleanIf this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFailure(Failure value) If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setFailure(Failure value) If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.setFailure(Failure.Builder builderForValue) If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRetryState(RetryState value) .temporal.api.enums.v1.RetryState retry_state = 4;setRetryStateValue(int value) .temporal.api.enums.v1.RetryState retry_state = 4;setScheduledEventId(long value) The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds tosetStartedEventId(long value) The id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds tosetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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<ActivityTaskTimedOutEventAttributes.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<ActivityTaskTimedOutEventAttributes.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<ActivityTaskTimedOutEventAttributes.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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<ActivityTaskTimedOutEventAttributes.Builder>
-
setField
public ActivityTaskTimedOutEventAttributes.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
clearField
public ActivityTaskTimedOutEventAttributes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
clearOneof
public ActivityTaskTimedOutEventAttributes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
setRepeatedField
public ActivityTaskTimedOutEventAttributes.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
addRepeatedField
public ActivityTaskTimedOutEventAttributes.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
mergeFrom
public ActivityTaskTimedOutEventAttributes.Builder mergeFrom(ActivityTaskTimedOutEventAttributes other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
mergeFrom
public ActivityTaskTimedOutEventAttributes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ActivityTaskTimedOutEventAttributes.Builder>- Throws:
IOException
-
hasFailure
public boolean hasFailure()If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
hasFailurein interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- Whether the failure field is set.
-
getFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
getFailurein interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- The failure.
-
setFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1; -
setFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1; -
mergeFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1; -
clearFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1; -
getFailureBuilder
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1; -
getFailureOrBuilder
If this activity had failed, was retried, and then timed out, that failure is stored as the `cause` in here.
.temporal.api.failure.v1.Failure failure = 1;- Specified by:
getFailureOrBuilderin interfaceActivityTaskTimedOutEventAttributesOrBuilder
-
getScheduledEventId
public long getScheduledEventId()The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds to
int64 scheduled_event_id = 2;- Specified by:
getScheduledEventIdin interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- The scheduledEventId.
-
setScheduledEventId
The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds to
int64 scheduled_event_id = 2;- Parameters:
value- The scheduledEventId to set.- Returns:
- This builder for chaining.
-
clearScheduledEventId
The id of the `ACTIVITY_TASK_SCHEDULED` event this timeout corresponds to
int64 scheduled_event_id = 2;- Returns:
- This builder for chaining.
-
getStartedEventId
public long getStartedEventId()The id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds to
int64 started_event_id = 3;- Specified by:
getStartedEventIdin interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- The startedEventId.
-
setStartedEventId
The id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds to
int64 started_event_id = 3;- Parameters:
value- The startedEventId to set.- Returns:
- This builder for chaining.
-
clearStartedEventId
The id of the `ACTIVITY_TASK_STARTED` event this timeout corresponds to
int64 started_event_id = 3;- Returns:
- This builder for chaining.
-
getRetryStateValue
public int getRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 4;- Specified by:
getRetryStateValuein interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- The enum numeric value on the wire for retryState.
-
setRetryStateValue
.temporal.api.enums.v1.RetryState retry_state = 4;- Parameters:
value- The enum numeric value on the wire for retryState to set.- Returns:
- This builder for chaining.
-
getRetryState
.temporal.api.enums.v1.RetryState retry_state = 4;- Specified by:
getRetryStatein interfaceActivityTaskTimedOutEventAttributesOrBuilder- Returns:
- The retryState.
-
setRetryState
.temporal.api.enums.v1.RetryState retry_state = 4;- Parameters:
value- The retryState to set.- Returns:
- This builder for chaining.
-
clearRetryState
.temporal.api.enums.v1.RetryState retry_state = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ActivityTaskTimedOutEventAttributes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-
mergeUnknownFields
public final ActivityTaskTimedOutEventAttributes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ActivityTaskTimedOutEventAttributes.Builder>
-