Package io.temporal.api.workflow.v1
Class CallbackInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
- io.temporal.api.workflow.v1.CallbackInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CallbackInfoOrBuilder,java.lang.Cloneable
- Enclosing class:
- CallbackInfo
public static final class CallbackInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder> implements CallbackInfoOrBuilder
CallbackInfo contains the state of an attached workflow callback.
Protobuf typetemporal.api.workflow.v1.CallbackInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CallbackInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CallbackInfobuild()CallbackInfobuildPartial()CallbackInfo.Builderclear()CallbackInfo.BuilderclearAttempt()The number of attempts made to deliver the callback.CallbackInfo.BuilderclearCallback()Information on how this callback should be invoked (e.g.CallbackInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CallbackInfo.BuilderclearLastAttemptCompleteTime()The time when the last attempt completed.CallbackInfo.BuilderclearLastAttemptFailure()The last attempt's failure, if any.CallbackInfo.BuilderclearNextAttemptScheduleTime()The time when the next attempt is scheduled.CallbackInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CallbackInfo.BuilderclearRegistrationTime()The time when the callback was registered.CallbackInfo.BuilderclearState().temporal.api.enums.v1.CallbackState state = 4;CallbackInfo.BuilderclearTrigger()Trigger for this callback.CallbackInfo.Builderclone()intgetAttempt()The number of attempts made to deliver the callback.CallbackgetCallback()Information on how this callback should be invoked (e.g.Callback.BuildergetCallbackBuilder()Information on how this callback should be invoked (e.g.CallbackOrBuildergetCallbackOrBuilder()Information on how this callback should be invoked (e.g.CallbackInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.TimestampgetLastAttemptCompleteTime()The time when the last attempt completed.com.google.protobuf.Timestamp.BuildergetLastAttemptCompleteTimeBuilder()The time when the last attempt completed.com.google.protobuf.TimestampOrBuildergetLastAttemptCompleteTimeOrBuilder()The time when the last attempt completed.FailuregetLastAttemptFailure()The last attempt's failure, if any.Failure.BuildergetLastAttemptFailureBuilder()The last attempt's failure, if any.FailureOrBuildergetLastAttemptFailureOrBuilder()The last attempt's failure, if any.com.google.protobuf.TimestampgetNextAttemptScheduleTime()The time when the next attempt is scheduled.com.google.protobuf.Timestamp.BuildergetNextAttemptScheduleTimeBuilder()The time when the next attempt is scheduled.com.google.protobuf.TimestampOrBuildergetNextAttemptScheduleTimeOrBuilder()The time when the next attempt is scheduled.com.google.protobuf.TimestampgetRegistrationTime()The time when the callback was registered.com.google.protobuf.Timestamp.BuildergetRegistrationTimeBuilder()The time when the callback was registered.com.google.protobuf.TimestampOrBuildergetRegistrationTimeOrBuilder()The time when the callback was registered.CallbackStategetState().temporal.api.enums.v1.CallbackState state = 4;intgetStateValue().temporal.api.enums.v1.CallbackState state = 4;CallbackInfo.TriggergetTrigger()Trigger for this callback.CallbackInfo.Trigger.BuildergetTriggerBuilder()Trigger for this callback.CallbackInfo.TriggerOrBuildergetTriggerOrBuilder()Trigger for this callback.booleanhasCallback()Information on how this callback should be invoked (e.g.booleanhasLastAttemptCompleteTime()The time when the last attempt completed.booleanhasLastAttemptFailure()The last attempt's failure, if any.booleanhasNextAttemptScheduleTime()The time when the next attempt is scheduled.booleanhasRegistrationTime()The time when the callback was registered.booleanhasTrigger()Trigger for this callback.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CallbackInfo.BuildermergeCallback(Callback value)Information on how this callback should be invoked (e.g.CallbackInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CallbackInfo.BuildermergeFrom(com.google.protobuf.Message other)CallbackInfo.BuildermergeFrom(CallbackInfo other)CallbackInfo.BuildermergeLastAttemptCompleteTime(com.google.protobuf.Timestamp value)The time when the last attempt completed.CallbackInfo.BuildermergeLastAttemptFailure(Failure value)The last attempt's failure, if any.CallbackInfo.BuildermergeNextAttemptScheduleTime(com.google.protobuf.Timestamp value)The time when the next attempt is scheduled.CallbackInfo.BuildermergeRegistrationTime(com.google.protobuf.Timestamp value)The time when the callback was registered.CallbackInfo.BuildermergeTrigger(CallbackInfo.Trigger value)Trigger for this callback.CallbackInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CallbackInfo.BuildersetAttempt(int value)The number of attempts made to deliver the callback.CallbackInfo.BuildersetCallback(Callback value)Information on how this callback should be invoked (e.g.CallbackInfo.BuildersetCallback(Callback.Builder builderForValue)Information on how this callback should be invoked (e.g.CallbackInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CallbackInfo.BuildersetLastAttemptCompleteTime(com.google.protobuf.Timestamp value)The time when the last attempt completed.CallbackInfo.BuildersetLastAttemptCompleteTime(com.google.protobuf.Timestamp.Builder builderForValue)The time when the last attempt completed.CallbackInfo.BuildersetLastAttemptFailure(Failure value)The last attempt's failure, if any.CallbackInfo.BuildersetLastAttemptFailure(Failure.Builder builderForValue)The last attempt's failure, if any.CallbackInfo.BuildersetNextAttemptScheduleTime(com.google.protobuf.Timestamp value)The time when the next attempt is scheduled.CallbackInfo.BuildersetNextAttemptScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)The time when the next attempt is scheduled.CallbackInfo.BuildersetRegistrationTime(com.google.protobuf.Timestamp value)The time when the callback was registered.CallbackInfo.BuildersetRegistrationTime(com.google.protobuf.Timestamp.Builder builderForValue)The time when the callback was registered.CallbackInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)CallbackInfo.BuildersetState(CallbackState value).temporal.api.enums.v1.CallbackState state = 4;CallbackInfo.BuildersetStateValue(int value).temporal.api.enums.v1.CallbackState state = 4;CallbackInfo.BuildersetTrigger(CallbackInfo.Trigger value)Trigger for this callback.CallbackInfo.BuildersetTrigger(CallbackInfo.Trigger.Builder builderForValue)Trigger for this callback.CallbackInfo.BuildersetUnknownFields(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, 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<CallbackInfo.Builder>
-
clear
public CallbackInfo.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<CallbackInfo.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<CallbackInfo.Builder>
-
getDefaultInstanceForType
public CallbackInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CallbackInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CallbackInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CallbackInfo.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<CallbackInfo.Builder>
-
setField
public CallbackInfo.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<CallbackInfo.Builder>
-
clearField
public CallbackInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
clearOneof
public CallbackInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
setRepeatedField
public CallbackInfo.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<CallbackInfo.Builder>
-
addRepeatedField
public CallbackInfo.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<CallbackInfo.Builder>
-
mergeFrom
public CallbackInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CallbackInfo.Builder>
-
mergeFrom
public CallbackInfo.Builder mergeFrom(CallbackInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
mergeFrom
public CallbackInfo.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<CallbackInfo.Builder>- Throws:
java.io.IOException
-
hasCallback
public boolean hasCallback()
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;- Specified by:
hasCallbackin interfaceCallbackInfoOrBuilder- Returns:
- Whether the callback field is set.
-
getCallback
public Callback getCallback()
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;- Specified by:
getCallbackin interfaceCallbackInfoOrBuilder- Returns:
- The callback.
-
setCallback
public CallbackInfo.Builder setCallback(Callback value)
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;
-
setCallback
public CallbackInfo.Builder setCallback(Callback.Builder builderForValue)
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;
-
mergeCallback
public CallbackInfo.Builder mergeCallback(Callback value)
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;
-
clearCallback
public CallbackInfo.Builder clearCallback()
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;
-
getCallbackBuilder
public Callback.Builder getCallbackBuilder()
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;
-
getCallbackOrBuilder
public CallbackOrBuilder getCallbackOrBuilder()
Information on how this callback should be invoked (e.g. its URL and type).
.temporal.api.common.v1.Callback callback = 1;- Specified by:
getCallbackOrBuilderin interfaceCallbackInfoOrBuilder
-
hasTrigger
public boolean hasTrigger()
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;- Specified by:
hasTriggerin interfaceCallbackInfoOrBuilder- Returns:
- Whether the trigger field is set.
-
getTrigger
public CallbackInfo.Trigger getTrigger()
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;- Specified by:
getTriggerin interfaceCallbackInfoOrBuilder- Returns:
- The trigger.
-
setTrigger
public CallbackInfo.Builder setTrigger(CallbackInfo.Trigger value)
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;
-
setTrigger
public CallbackInfo.Builder setTrigger(CallbackInfo.Trigger.Builder builderForValue)
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;
-
mergeTrigger
public CallbackInfo.Builder mergeTrigger(CallbackInfo.Trigger value)
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;
-
clearTrigger
public CallbackInfo.Builder clearTrigger()
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;
-
getTriggerBuilder
public CallbackInfo.Trigger.Builder getTriggerBuilder()
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;
-
getTriggerOrBuilder
public CallbackInfo.TriggerOrBuilder getTriggerOrBuilder()
Trigger for this callback.
.temporal.api.workflow.v1.CallbackInfo.Trigger trigger = 2;- Specified by:
getTriggerOrBuilderin interfaceCallbackInfoOrBuilder
-
hasRegistrationTime
public boolean hasRegistrationTime()
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;- Specified by:
hasRegistrationTimein interfaceCallbackInfoOrBuilder- Returns:
- Whether the registrationTime field is set.
-
getRegistrationTime
public com.google.protobuf.Timestamp getRegistrationTime()
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;- Specified by:
getRegistrationTimein interfaceCallbackInfoOrBuilder- Returns:
- The registrationTime.
-
setRegistrationTime
public CallbackInfo.Builder setRegistrationTime(com.google.protobuf.Timestamp value)
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;
-
setRegistrationTime
public CallbackInfo.Builder setRegistrationTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;
-
mergeRegistrationTime
public CallbackInfo.Builder mergeRegistrationTime(com.google.protobuf.Timestamp value)
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;
-
clearRegistrationTime
public CallbackInfo.Builder clearRegistrationTime()
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;
-
getRegistrationTimeBuilder
public com.google.protobuf.Timestamp.Builder getRegistrationTimeBuilder()
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;
-
getRegistrationTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getRegistrationTimeOrBuilder()
The time when the callback was registered.
.google.protobuf.Timestamp registration_time = 3;- Specified by:
getRegistrationTimeOrBuilderin interfaceCallbackInfoOrBuilder
-
getStateValue
public int getStateValue()
.temporal.api.enums.v1.CallbackState state = 4;- Specified by:
getStateValuein interfaceCallbackInfoOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
setStateValue
public CallbackInfo.Builder setStateValue(int value)
.temporal.api.enums.v1.CallbackState state = 4;- Parameters:
value- The enum numeric value on the wire for state to set.- Returns:
- This builder for chaining.
-
getState
public CallbackState getState()
.temporal.api.enums.v1.CallbackState state = 4;- Specified by:
getStatein interfaceCallbackInfoOrBuilder- Returns:
- The state.
-
setState
public CallbackInfo.Builder setState(CallbackState value)
.temporal.api.enums.v1.CallbackState state = 4;- Parameters:
value- The state to set.- Returns:
- This builder for chaining.
-
clearState
public CallbackInfo.Builder clearState()
.temporal.api.enums.v1.CallbackState state = 4;- Returns:
- This builder for chaining.
-
getAttempt
public int getAttempt()
The number of attempts made to deliver the callback. This number represents a minimum bound since the attempt is incremented after the callback request completes.
int32 attempt = 5;- Specified by:
getAttemptin interfaceCallbackInfoOrBuilder- Returns:
- The attempt.
-
setAttempt
public CallbackInfo.Builder setAttempt(int value)
The number of attempts made to deliver the callback. This number represents a minimum bound since the attempt is incremented after the callback request completes.
int32 attempt = 5;- Parameters:
value- The attempt to set.- Returns:
- This builder for chaining.
-
clearAttempt
public CallbackInfo.Builder clearAttempt()
The number of attempts made to deliver the callback. This number represents a minimum bound since the attempt is incremented after the callback request completes.
int32 attempt = 5;- Returns:
- This builder for chaining.
-
hasLastAttemptCompleteTime
public boolean hasLastAttemptCompleteTime()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;- Specified by:
hasLastAttemptCompleteTimein interfaceCallbackInfoOrBuilder- Returns:
- Whether the lastAttemptCompleteTime field is set.
-
getLastAttemptCompleteTime
public com.google.protobuf.Timestamp getLastAttemptCompleteTime()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;- Specified by:
getLastAttemptCompleteTimein interfaceCallbackInfoOrBuilder- Returns:
- The lastAttemptCompleteTime.
-
setLastAttemptCompleteTime
public CallbackInfo.Builder setLastAttemptCompleteTime(com.google.protobuf.Timestamp value)
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;
-
setLastAttemptCompleteTime
public CallbackInfo.Builder setLastAttemptCompleteTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;
-
mergeLastAttemptCompleteTime
public CallbackInfo.Builder mergeLastAttemptCompleteTime(com.google.protobuf.Timestamp value)
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;
-
clearLastAttemptCompleteTime
public CallbackInfo.Builder clearLastAttemptCompleteTime()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;
-
getLastAttemptCompleteTimeBuilder
public com.google.protobuf.Timestamp.Builder getLastAttemptCompleteTimeBuilder()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;
-
getLastAttemptCompleteTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastAttemptCompleteTimeOrBuilder()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 6;- Specified by:
getLastAttemptCompleteTimeOrBuilderin interfaceCallbackInfoOrBuilder
-
hasLastAttemptFailure
public boolean hasLastAttemptFailure()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;- Specified by:
hasLastAttemptFailurein interfaceCallbackInfoOrBuilder- Returns:
- Whether the lastAttemptFailure field is set.
-
getLastAttemptFailure
public Failure getLastAttemptFailure()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;- Specified by:
getLastAttemptFailurein interfaceCallbackInfoOrBuilder- Returns:
- The lastAttemptFailure.
-
setLastAttemptFailure
public CallbackInfo.Builder setLastAttemptFailure(Failure value)
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;
-
setLastAttemptFailure
public CallbackInfo.Builder setLastAttemptFailure(Failure.Builder builderForValue)
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;
-
mergeLastAttemptFailure
public CallbackInfo.Builder mergeLastAttemptFailure(Failure value)
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;
-
clearLastAttemptFailure
public CallbackInfo.Builder clearLastAttemptFailure()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;
-
getLastAttemptFailureBuilder
public Failure.Builder getLastAttemptFailureBuilder()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;
-
getLastAttemptFailureOrBuilder
public FailureOrBuilder getLastAttemptFailureOrBuilder()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 7;- Specified by:
getLastAttemptFailureOrBuilderin interfaceCallbackInfoOrBuilder
-
hasNextAttemptScheduleTime
public boolean hasNextAttemptScheduleTime()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;- Specified by:
hasNextAttemptScheduleTimein interfaceCallbackInfoOrBuilder- Returns:
- Whether the nextAttemptScheduleTime field is set.
-
getNextAttemptScheduleTime
public com.google.protobuf.Timestamp getNextAttemptScheduleTime()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;- Specified by:
getNextAttemptScheduleTimein interfaceCallbackInfoOrBuilder- Returns:
- The nextAttemptScheduleTime.
-
setNextAttemptScheduleTime
public CallbackInfo.Builder setNextAttemptScheduleTime(com.google.protobuf.Timestamp value)
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;
-
setNextAttemptScheduleTime
public CallbackInfo.Builder setNextAttemptScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;
-
mergeNextAttemptScheduleTime
public CallbackInfo.Builder mergeNextAttemptScheduleTime(com.google.protobuf.Timestamp value)
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;
-
clearNextAttemptScheduleTime
public CallbackInfo.Builder clearNextAttemptScheduleTime()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;
-
getNextAttemptScheduleTimeBuilder
public com.google.protobuf.Timestamp.Builder getNextAttemptScheduleTimeBuilder()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;
-
getNextAttemptScheduleTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getNextAttemptScheduleTimeOrBuilder()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 8;- Specified by:
getNextAttemptScheduleTimeOrBuilderin interfaceCallbackInfoOrBuilder
-
setUnknownFields
public final CallbackInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
mergeUnknownFields
public final CallbackInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CallbackInfo.Builder>
-
-