Class RetryAttempt (1.39.0)

public final class RetryAttempt extends GeneratedMessageV3 implements RetryAttemptOrBuilder

RetryAttempt represents an action of retrying the failed Cloud Deploy job.

Protobuf type google.cloud.deploy.v1.RetryAttempt

Static Fields

ATTEMPT_FIELD_NUMBER

public static final int ATTEMPT_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_DESC_FIELD_NUMBER

public static final int STATE_DESC_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

WAIT_FIELD_NUMBER

public static final int WAIT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RetryAttempt getDefaultInstance()
Returns
TypeDescription
RetryAttempt

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RetryAttempt.Builder newBuilder()
Returns
TypeDescription
RetryAttempt.Builder

newBuilder(RetryAttempt prototype)

public static RetryAttempt.Builder newBuilder(RetryAttempt prototype)
Parameter
NameDescription
prototypeRetryAttempt
Returns
TypeDescription
RetryAttempt.Builder

parseDelimitedFrom(InputStream input)

public static RetryAttempt parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RetryAttempt parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RetryAttempt parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RetryAttempt parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RetryAttempt parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RetryAttempt parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RetryAttempt parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RetryAttempt
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RetryAttempt> parser()
Returns
TypeDescription
Parser<RetryAttempt>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttempt()

public long getAttempt()

Output only. The index of this retry attempt.

int64 attempt = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The attempt.

getDefaultInstanceForType()

public RetryAttempt getDefaultInstanceForType()
Returns
TypeDescription
RetryAttempt

getParserForType()

public Parser<RetryAttempt> getParserForType()
Returns
TypeDescription
Parser<RetryAttempt>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public RepairState getState()

Output only. Valid state of this retry action.

.google.cloud.deploy.v1.RepairState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RepairState

The state.

getStateDesc()

public String getStateDesc()

Output only. Description of the state of the Retry.

string state_desc = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The stateDesc.

getStateDescBytes()

public ByteString getStateDescBytes()

Output only. Description of the state of the Retry.

string state_desc = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for stateDesc.

getStateValue()

public int getStateValue()

Output only. Valid state of this retry action.

.google.cloud.deploy.v1.RepairState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getWait()

public Duration getWait()

Output only. How long the operation will be paused.

.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Duration

The wait.

getWaitOrBuilder()

public DurationOrBuilder getWaitOrBuilder()

Output only. How long the operation will be paused.

.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DurationOrBuilder

hasWait()

public boolean hasWait()

Output only. How long the operation will be paused.

.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the wait field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RetryAttempt.Builder newBuilderForType()
Returns
TypeDescription
RetryAttempt.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RetryAttempt.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RetryAttempt.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RetryAttempt.Builder toBuilder()
Returns
TypeDescription
RetryAttempt.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException