Class NexusOperationExecutionCancellationInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<NexusOperationExecutionCancellationInfo.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
io.temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,NexusOperationExecutionCancellationInfoOrBuilder,Cloneable
- Enclosing class:
NexusOperationExecutionCancellationInfo
public static final class NexusOperationExecutionCancellationInfo.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
implements NexusOperationExecutionCancellationInfoOrBuilder
NexusOperationExecutionCancellationInfo contains the state of a Nexus operation cancellation.Protobuf type
temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()The number of attempts made to deliver the cancel operation request.If the state is BLOCKED, blocked reason provides additional information.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) The time when the last attempt completed.The last attempt's failure, if any.The time when the next attempt is scheduled.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) A reason that may be specified in the CancelNexusOperationRequest.The time when cancellation was requested..temporal.api.enums.v1.NexusOperationCancellationState state = 2;clone()intThe number of attempts made to deliver the cancel operation request.If the state is BLOCKED, blocked reason provides additional information.com.google.protobuf.ByteStringIf the state is BLOCKED, blocked reason provides additional information.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorcom.google.protobuf.TimestampThe time when the last attempt completed.com.google.protobuf.Timestamp.BuilderThe time when the last attempt completed.com.google.protobuf.TimestampOrBuilderThe time when the last attempt completed.The last attempt's failure, if any.The last attempt's failure, if any.The last attempt's failure, if any.com.google.protobuf.TimestampThe time when the next attempt is scheduled.com.google.protobuf.Timestamp.BuilderThe time when the next attempt is scheduled.com.google.protobuf.TimestampOrBuilderThe time when the next attempt is scheduled.A reason that may be specified in the CancelNexusOperationRequest.com.google.protobuf.ByteStringA reason that may be specified in the CancelNexusOperationRequest.com.google.protobuf.TimestampThe time when cancellation was requested.com.google.protobuf.Timestamp.BuilderThe time when cancellation was requested.com.google.protobuf.TimestampOrBuilderThe time when cancellation was requested.getState().temporal.api.enums.v1.NexusOperationCancellationState state = 2;int.temporal.api.enums.v1.NexusOperationCancellationState state = 2;booleanThe time when the last attempt completed.booleanThe last attempt's failure, if any.booleanThe time when the next attempt is scheduled.booleanThe time when cancellation was requested.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeLastAttemptCompleteTime(com.google.protobuf.Timestamp value) The time when the last attempt completed.mergeLastAttemptFailure(Failure value) The last attempt's failure, if any.mergeNextAttemptScheduleTime(com.google.protobuf.Timestamp value) The time when the next attempt is scheduled.mergeRequestedTime(com.google.protobuf.Timestamp value) The time when cancellation was requested.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setAttempt(int value) The number of attempts made to deliver the cancel operation request.setBlockedReason(String value) If the state is BLOCKED, blocked reason provides additional information.setBlockedReasonBytes(com.google.protobuf.ByteString value) If the state is BLOCKED, blocked reason provides additional information.setLastAttemptCompleteTime(com.google.protobuf.Timestamp value) The time when the last attempt completed.setLastAttemptCompleteTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when the last attempt completed.setLastAttemptFailure(Failure value) The last attempt's failure, if any.setLastAttemptFailure(Failure.Builder builderForValue) The last attempt's failure, if any.setNextAttemptScheduleTime(com.google.protobuf.Timestamp value) The time when the next attempt is scheduled.setNextAttemptScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when the next attempt is scheduled.A reason that may be specified in the CancelNexusOperationRequest.setReasonBytes(com.google.protobuf.ByteString value) A reason that may be specified in the CancelNexusOperationRequest.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequestedTime(com.google.protobuf.Timestamp value) The time when cancellation was requested.setRequestedTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when cancellation was requested..temporal.api.enums.v1.NexusOperationCancellationState state = 2;setStateValue(int value) .temporal.api.enums.v1.NexusOperationCancellationState state = 2;setUnknownFields(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<NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.Builder>
-
setField
public NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.Builder>
-
clearField
public NexusOperationExecutionCancellationInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
-
clearOneof
public NexusOperationExecutionCancellationInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
-
setRepeatedField
public NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.Builder>
-
addRepeatedField
public NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<NexusOperationExecutionCancellationInfo.Builder>
-
mergeFrom
public NexusOperationExecutionCancellationInfo.Builder mergeFrom(NexusOperationExecutionCancellationInfo other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
-
mergeFrom
public NexusOperationExecutionCancellationInfo.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<NexusOperationExecutionCancellationInfo.Builder>- Throws:
IOException
-
hasRequestedTime
public boolean hasRequestedTime()The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1;- Specified by:
hasRequestedTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- Whether the requestedTime field is set.
-
getRequestedTime
public com.google.protobuf.Timestamp getRequestedTime()The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1;- Specified by:
getRequestedTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The requestedTime.
-
setRequestedTime
public NexusOperationExecutionCancellationInfo.Builder setRequestedTime(com.google.protobuf.Timestamp value) The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1; -
setRequestedTime
public NexusOperationExecutionCancellationInfo.Builder setRequestedTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1; -
mergeRequestedTime
public NexusOperationExecutionCancellationInfo.Builder mergeRequestedTime(com.google.protobuf.Timestamp value) The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1; -
clearRequestedTime
The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1; -
getRequestedTimeBuilder
public com.google.protobuf.Timestamp.Builder getRequestedTimeBuilder()The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1; -
getRequestedTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getRequestedTimeOrBuilder()The time when cancellation was requested.
.google.protobuf.Timestamp requested_time = 1;- Specified by:
getRequestedTimeOrBuilderin interfaceNexusOperationExecutionCancellationInfoOrBuilder
-
getStateValue
public int getStateValue().temporal.api.enums.v1.NexusOperationCancellationState state = 2;- Specified by:
getStateValuein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
setStateValue
.temporal.api.enums.v1.NexusOperationCancellationState state = 2;- Parameters:
value- The enum numeric value on the wire for state to set.- Returns:
- This builder for chaining.
-
getState
.temporal.api.enums.v1.NexusOperationCancellationState state = 2;- Specified by:
getStatein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The state.
-
setState
public NexusOperationExecutionCancellationInfo.Builder setState(NexusOperationCancellationState value) .temporal.api.enums.v1.NexusOperationCancellationState state = 2;- Parameters:
value- The state to set.- Returns:
- This builder for chaining.
-
clearState
.temporal.api.enums.v1.NexusOperationCancellationState state = 2;- Returns:
- This builder for chaining.
-
getAttempt
public int getAttempt()The number of attempts made to deliver the cancel operation request. This number represents a minimum bound since the attempt is incremented after the request completes.
int32 attempt = 3;- Specified by:
getAttemptin interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The attempt.
-
setAttempt
The number of attempts made to deliver the cancel operation request. This number represents a minimum bound since the attempt is incremented after the request completes.
int32 attempt = 3;- Parameters:
value- The attempt to set.- Returns:
- This builder for chaining.
-
clearAttempt
The number of attempts made to deliver the cancel operation request. This number represents a minimum bound since the attempt is incremented after the request completes.
int32 attempt = 3;- Returns:
- This builder for chaining.
-
hasLastAttemptCompleteTime
public boolean hasLastAttemptCompleteTime()The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4;- Specified by:
hasLastAttemptCompleteTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- 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 = 4;- Specified by:
getLastAttemptCompleteTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The lastAttemptCompleteTime.
-
setLastAttemptCompleteTime
public NexusOperationExecutionCancellationInfo.Builder setLastAttemptCompleteTime(com.google.protobuf.Timestamp value) The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4; -
setLastAttemptCompleteTime
public NexusOperationExecutionCancellationInfo.Builder setLastAttemptCompleteTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4; -
mergeLastAttemptCompleteTime
public NexusOperationExecutionCancellationInfo.Builder mergeLastAttemptCompleteTime(com.google.protobuf.Timestamp value) The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4; -
clearLastAttemptCompleteTime
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4; -
getLastAttemptCompleteTimeBuilder
public com.google.protobuf.Timestamp.Builder getLastAttemptCompleteTimeBuilder()The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4; -
getLastAttemptCompleteTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastAttemptCompleteTimeOrBuilder()The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 4;- Specified by:
getLastAttemptCompleteTimeOrBuilderin interfaceNexusOperationExecutionCancellationInfoOrBuilder
-
hasLastAttemptFailure
public boolean hasLastAttemptFailure()The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5;- Specified by:
hasLastAttemptFailurein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- Whether the lastAttemptFailure field is set.
-
getLastAttemptFailure
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5;- Specified by:
getLastAttemptFailurein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The lastAttemptFailure.
-
setLastAttemptFailure
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5; -
setLastAttemptFailure
public NexusOperationExecutionCancellationInfo.Builder setLastAttemptFailure(Failure.Builder builderForValue) The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5; -
mergeLastAttemptFailure
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5; -
clearLastAttemptFailure
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5; -
getLastAttemptFailureBuilder
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5; -
getLastAttemptFailureOrBuilder
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 5;- Specified by:
getLastAttemptFailureOrBuilderin interfaceNexusOperationExecutionCancellationInfoOrBuilder
-
hasNextAttemptScheduleTime
public boolean hasNextAttemptScheduleTime()The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6;- Specified by:
hasNextAttemptScheduleTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- 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 = 6;- Specified by:
getNextAttemptScheduleTimein interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The nextAttemptScheduleTime.
-
setNextAttemptScheduleTime
public NexusOperationExecutionCancellationInfo.Builder setNextAttemptScheduleTime(com.google.protobuf.Timestamp value) The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6; -
setNextAttemptScheduleTime
public NexusOperationExecutionCancellationInfo.Builder setNextAttemptScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue) The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6; -
mergeNextAttemptScheduleTime
public NexusOperationExecutionCancellationInfo.Builder mergeNextAttemptScheduleTime(com.google.protobuf.Timestamp value) The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6; -
clearNextAttemptScheduleTime
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6; -
getNextAttemptScheduleTimeBuilder
public com.google.protobuf.Timestamp.Builder getNextAttemptScheduleTimeBuilder()The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6; -
getNextAttemptScheduleTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getNextAttemptScheduleTimeOrBuilder()The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 6;- Specified by:
getNextAttemptScheduleTimeOrBuilderin interfaceNexusOperationExecutionCancellationInfoOrBuilder
-
getBlockedReason
If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 7;- Specified by:
getBlockedReasonin interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The blockedReason.
-
getBlockedReasonBytes
public com.google.protobuf.ByteString getBlockedReasonBytes()If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 7;- Specified by:
getBlockedReasonBytesin interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The bytes for blockedReason.
-
setBlockedReason
If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 7;- Parameters:
value- The blockedReason to set.- Returns:
- This builder for chaining.
-
clearBlockedReason
If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 7;- Returns:
- This builder for chaining.
-
setBlockedReasonBytes
public NexusOperationExecutionCancellationInfo.Builder setBlockedReasonBytes(com.google.protobuf.ByteString value) If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 7;- Parameters:
value- The bytes for blockedReason to set.- Returns:
- This builder for chaining.
-
getReason
A reason that may be specified in the CancelNexusOperationRequest.
string reason = 8;- Specified by:
getReasonin interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The reason.
-
getReasonBytes
public com.google.protobuf.ByteString getReasonBytes()A reason that may be specified in the CancelNexusOperationRequest.
string reason = 8;- Specified by:
getReasonBytesin interfaceNexusOperationExecutionCancellationInfoOrBuilder- Returns:
- The bytes for reason.
-
setReason
A reason that may be specified in the CancelNexusOperationRequest.
string reason = 8;- Parameters:
value- The reason to set.- Returns:
- This builder for chaining.
-
clearReason
A reason that may be specified in the CancelNexusOperationRequest.
string reason = 8;- Returns:
- This builder for chaining.
-
setReasonBytes
public NexusOperationExecutionCancellationInfo.Builder setReasonBytes(com.google.protobuf.ByteString value) A reason that may be specified in the CancelNexusOperationRequest.
string reason = 8;- Parameters:
value- The bytes for reason to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final NexusOperationExecutionCancellationInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
-
mergeUnknownFields
public final NexusOperationExecutionCancellationInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<NexusOperationExecutionCancellationInfo.Builder>
-