Package io.temporal.api.workflow.v1
Class PendingNexusOperationInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.temporal.api.workflow.v1.PendingNexusOperationInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PendingNexusOperationInfoOrBuilder,java.io.Serializable
@Generated(value="protoc", comments="annotations:PendingNexusOperationInfo.java.pb.meta") public final class PendingNexusOperationInfo extends com.google.protobuf.GeneratedMessageV3 implements PendingNexusOperationInfoOrBuilderPendingNexusOperationInfo contains the state of a pending Nexus operation.
Protobuf typetemporal.api.workflow.v1.PendingNexusOperationInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPendingNexusOperationInfo.BuilderPendingNexusOperationInfo contains the state of a pending Nexus operation.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intATTEMPT_FIELD_NUMBERstatic intBLOCKED_REASON_FIELD_NUMBERstatic intCANCELLATION_INFO_FIELD_NUMBERstatic intENDPOINT_FIELD_NUMBERstatic intLAST_ATTEMPT_COMPLETE_TIME_FIELD_NUMBERstatic intLAST_ATTEMPT_FAILURE_FIELD_NUMBERstatic intNEXT_ATTEMPT_SCHEDULE_TIME_FIELD_NUMBERstatic intOPERATION_FIELD_NUMBERstatic intOPERATION_ID_FIELD_NUMBERstatic intOPERATION_TOKEN_FIELD_NUMBERstatic intSCHEDULE_TO_CLOSE_TIMEOUT_FIELD_NUMBERstatic intSCHEDULED_EVENT_ID_FIELD_NUMBERstatic intSCHEDULED_TIME_FIELD_NUMBERstatic intSERVICE_FIELD_NUMBERstatic intSTATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetAttempt()The number of attempts made to deliver the start operation request.java.lang.StringgetBlockedReason()If the state is BLOCKED, blocked reason provides additional information.com.google.protobuf.ByteStringgetBlockedReasonBytes()If the state is BLOCKED, blocked reason provides additional information.NexusOperationCancellationInfogetCancellationInfo().temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;NexusOperationCancellationInfoOrBuildergetCancellationInfoOrBuilder().temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;static PendingNexusOperationInfogetDefaultInstance()PendingNexusOperationInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.lang.StringgetEndpoint()Endpoint name.com.google.protobuf.ByteStringgetEndpointBytes()Endpoint name.com.google.protobuf.TimestampgetLastAttemptCompleteTime()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.FailureOrBuildergetLastAttemptFailureOrBuilder()The last attempt's failure, if any.com.google.protobuf.TimestampgetNextAttemptScheduleTime()The time when the next attempt is scheduled.com.google.protobuf.TimestampOrBuildergetNextAttemptScheduleTimeOrBuilder()The time when the next attempt is scheduled.java.lang.StringgetOperation()Operation name.com.google.protobuf.ByteStringgetOperationBytes()Operation name.java.lang.StringgetOperationId()Operation ID.com.google.protobuf.ByteStringgetOperationIdBytes()Operation ID.java.lang.StringgetOperationToken()Operation token.com.google.protobuf.ByteStringgetOperationTokenBytes()Operation token.com.google.protobuf.Parser<PendingNexusOperationInfo>getParserForType()longgetScheduledEventId()The event ID of the NexusOperationScheduled event.com.google.protobuf.TimestampgetScheduledTime()The time when the operation was scheduled.com.google.protobuf.TimestampOrBuildergetScheduledTimeOrBuilder()The time when the operation was scheduled.com.google.protobuf.DurationgetScheduleToCloseTimeout()Schedule-to-close timeout for this operation.com.google.protobuf.DurationOrBuildergetScheduleToCloseTimeoutOrBuilder()Schedule-to-close timeout for this operation.intgetSerializedSize()java.lang.StringgetService()Service name.com.google.protobuf.ByteStringgetServiceBytes()Service name.PendingNexusOperationStategetState().temporal.api.enums.v1.PendingNexusOperationState state = 7;intgetStateValue().temporal.api.enums.v1.PendingNexusOperationState state = 7;booleanhasCancellationInfo().temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;inthashCode()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.booleanhasScheduledTime()The time when the operation was scheduled.booleanhasScheduleToCloseTimeout()Schedule-to-close timeout for this operation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static PendingNexusOperationInfo.BuildernewBuilder()static PendingNexusOperationInfo.BuildernewBuilder(PendingNexusOperationInfo prototype)PendingNexusOperationInfo.BuildernewBuilderForType()protected PendingNexusOperationInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static PendingNexusOperationInfoparseDelimitedFrom(java.io.InputStream input)static PendingNexusOperationInfoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PendingNexusOperationInfoparseFrom(byte[] data)static PendingNexusOperationInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PendingNexusOperationInfoparseFrom(com.google.protobuf.ByteString data)static PendingNexusOperationInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PendingNexusOperationInfoparseFrom(com.google.protobuf.CodedInputStream input)static PendingNexusOperationInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PendingNexusOperationInfoparseFrom(java.io.InputStream input)static PendingNexusOperationInfoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PendingNexusOperationInfoparseFrom(java.nio.ByteBuffer data)static PendingNexusOperationInfoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PendingNexusOperationInfo>parser()PendingNexusOperationInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_ID_FIELD_NUMBER
public static final int OPERATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULE_TO_CLOSE_TIMEOUT_FIELD_NUMBER
public static final int SCHEDULE_TO_CLOSE_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULED_TIME_FIELD_NUMBER
public static final int SCHEDULED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ATTEMPT_FIELD_NUMBER
public static final int ATTEMPT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_ATTEMPT_COMPLETE_TIME_FIELD_NUMBER
public static final int LAST_ATTEMPT_COMPLETE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_ATTEMPT_FAILURE_FIELD_NUMBER
public static final int LAST_ATTEMPT_FAILURE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEXT_ATTEMPT_SCHEDULE_TIME_FIELD_NUMBER
public static final int NEXT_ATTEMPT_SCHEDULE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CANCELLATION_INFO_FIELD_NUMBER
public static final int CANCELLATION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULED_EVENT_ID_FIELD_NUMBER
public static final int SCHEDULED_EVENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BLOCKED_REASON_FIELD_NUMBER
public static final int BLOCKED_REASON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_TOKEN_FIELD_NUMBER
public static final int OPERATION_TOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
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
-
getEndpoint
public java.lang.String getEndpoint()
Endpoint name. Resolved to a URL via the cluster's endpoint registry.
string endpoint = 1;- Specified by:
getEndpointin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The endpoint.
-
getEndpointBytes
public com.google.protobuf.ByteString getEndpointBytes()
Endpoint name. Resolved to a URL via the cluster's endpoint registry.
string endpoint = 1;- Specified by:
getEndpointBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for endpoint.
-
getService
public java.lang.String getService()
Service name.
string service = 2;- Specified by:
getServicein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The service.
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()
Service name.
string service = 2;- Specified by:
getServiceBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for service.
-
getOperation
public java.lang.String getOperation()
Operation name.
string operation = 3;- Specified by:
getOperationin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The operation.
-
getOperationBytes
public com.google.protobuf.ByteString getOperationBytes()
Operation name.
string operation = 3;- Specified by:
getOperationBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for operation.
-
getOperationId
public java.lang.String getOperationId()
Operation ID. Only set for asynchronous operations after a successful StartOperation call. Deprecated: Renamed to operation_token.
string operation_id = 4;- Specified by:
getOperationIdin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The operationId.
-
getOperationIdBytes
public com.google.protobuf.ByteString getOperationIdBytes()
Operation ID. Only set for asynchronous operations after a successful StartOperation call. Deprecated: Renamed to operation_token.
string operation_id = 4;- Specified by:
getOperationIdBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for operationId.
-
hasScheduleToCloseTimeout
public boolean hasScheduleToCloseTimeout()
Schedule-to-close timeout for this operation. This is the only timeout settable by a workflow. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration schedule_to_close_timeout = 5;- Specified by:
hasScheduleToCloseTimeoutin interfacePendingNexusOperationInfoOrBuilder- Returns:
- Whether the scheduleToCloseTimeout field is set.
-
getScheduleToCloseTimeout
public com.google.protobuf.Duration getScheduleToCloseTimeout()
Schedule-to-close timeout for this operation. This is the only timeout settable by a workflow. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration schedule_to_close_timeout = 5;- Specified by:
getScheduleToCloseTimeoutin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The scheduleToCloseTimeout.
-
getScheduleToCloseTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getScheduleToCloseTimeoutOrBuilder()
Schedule-to-close timeout for this operation. This is the only timeout settable by a workflow. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration schedule_to_close_timeout = 5;- Specified by:
getScheduleToCloseTimeoutOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
hasScheduledTime
public boolean hasScheduledTime()
The time when the operation was scheduled.
.google.protobuf.Timestamp scheduled_time = 6;- Specified by:
hasScheduledTimein interfacePendingNexusOperationInfoOrBuilder- Returns:
- Whether the scheduledTime field is set.
-
getScheduledTime
public com.google.protobuf.Timestamp getScheduledTime()
The time when the operation was scheduled.
.google.protobuf.Timestamp scheduled_time = 6;- Specified by:
getScheduledTimein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The scheduledTime.
-
getScheduledTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getScheduledTimeOrBuilder()
The time when the operation was scheduled.
.google.protobuf.Timestamp scheduled_time = 6;- Specified by:
getScheduledTimeOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
getStateValue
public int getStateValue()
.temporal.api.enums.v1.PendingNexusOperationState state = 7;- Specified by:
getStateValuein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public PendingNexusOperationState getState()
.temporal.api.enums.v1.PendingNexusOperationState state = 7;- Specified by:
getStatein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The state.
-
getAttempt
public int getAttempt()
The number of attempts made to deliver the start operation request. This number represents a minimum bound since the attempt is incremented after the request completes.
int32 attempt = 8;- Specified by:
getAttemptin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The attempt.
-
hasLastAttemptCompleteTime
public boolean hasLastAttemptCompleteTime()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 9;- Specified by:
hasLastAttemptCompleteTimein interfacePendingNexusOperationInfoOrBuilder- 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 = 9;- Specified by:
getLastAttemptCompleteTimein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The lastAttemptCompleteTime.
-
getLastAttemptCompleteTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastAttemptCompleteTimeOrBuilder()
The time when the last attempt completed.
.google.protobuf.Timestamp last_attempt_complete_time = 9;- Specified by:
getLastAttemptCompleteTimeOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
hasLastAttemptFailure
public boolean hasLastAttemptFailure()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 10;- Specified by:
hasLastAttemptFailurein interfacePendingNexusOperationInfoOrBuilder- 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 = 10;- Specified by:
getLastAttemptFailurein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The lastAttemptFailure.
-
getLastAttemptFailureOrBuilder
public FailureOrBuilder getLastAttemptFailureOrBuilder()
The last attempt's failure, if any.
.temporal.api.failure.v1.Failure last_attempt_failure = 10;- Specified by:
getLastAttemptFailureOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
hasNextAttemptScheduleTime
public boolean hasNextAttemptScheduleTime()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 11;- Specified by:
hasNextAttemptScheduleTimein interfacePendingNexusOperationInfoOrBuilder- 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 = 11;- Specified by:
getNextAttemptScheduleTimein interfacePendingNexusOperationInfoOrBuilder- Returns:
- The nextAttemptScheduleTime.
-
getNextAttemptScheduleTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getNextAttemptScheduleTimeOrBuilder()
The time when the next attempt is scheduled.
.google.protobuf.Timestamp next_attempt_schedule_time = 11;- Specified by:
getNextAttemptScheduleTimeOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
hasCancellationInfo
public boolean hasCancellationInfo()
.temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;- Specified by:
hasCancellationInfoin interfacePendingNexusOperationInfoOrBuilder- Returns:
- Whether the cancellationInfo field is set.
-
getCancellationInfo
public NexusOperationCancellationInfo getCancellationInfo()
.temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;- Specified by:
getCancellationInfoin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The cancellationInfo.
-
getCancellationInfoOrBuilder
public NexusOperationCancellationInfoOrBuilder getCancellationInfoOrBuilder()
.temporal.api.workflow.v1.NexusOperationCancellationInfo cancellation_info = 12;- Specified by:
getCancellationInfoOrBuilderin interfacePendingNexusOperationInfoOrBuilder
-
getScheduledEventId
public long getScheduledEventId()
The event ID of the NexusOperationScheduled event. Can be used to correlate an operation in the DescribeWorkflowExecution response with workflow history.
int64 scheduled_event_id = 13;- Specified by:
getScheduledEventIdin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The scheduledEventId.
-
getBlockedReason
public java.lang.String getBlockedReason()
If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 14;- Specified by:
getBlockedReasonin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The blockedReason.
-
getBlockedReasonBytes
public com.google.protobuf.ByteString getBlockedReasonBytes()
If the state is BLOCKED, blocked reason provides additional information.
string blocked_reason = 14;- Specified by:
getBlockedReasonBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for blockedReason.
-
getOperationToken
public java.lang.String getOperationToken()
Operation token. Only set for asynchronous operations after a successful StartOperation call.
string operation_token = 15;- Specified by:
getOperationTokenin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The operationToken.
-
getOperationTokenBytes
public com.google.protobuf.ByteString getOperationTokenBytes()
Operation token. Only set for asynchronous operations after a successful StartOperation call.
string operation_token = 15;- Specified by:
getOperationTokenBytesin interfacePendingNexusOperationInfoOrBuilder- Returns:
- The bytes for operationToken.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PendingNexusOperationInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PendingNexusOperationInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PendingNexusOperationInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PendingNexusOperationInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public PendingNexusOperationInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PendingNexusOperationInfo.Builder newBuilder()
-
newBuilder
public static PendingNexusOperationInfo.Builder newBuilder(PendingNexusOperationInfo prototype)
-
toBuilder
public PendingNexusOperationInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PendingNexusOperationInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PendingNexusOperationInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PendingNexusOperationInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<PendingNexusOperationInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PendingNexusOperationInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-