public interface RetryPhaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttempts(int index)
public abstract RetryAttempt getAttempts(int index)Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetryAttempt |
|
getAttemptsCount()
public abstract int getAttemptsCount()Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttemptsList()
public abstract List<RetryAttempt> getAttemptsList()Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<RetryAttempt> |
|
getAttemptsOrBuilder(int index)
public abstract RetryAttemptOrBuilder getAttemptsOrBuilder(int index)Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetryAttemptOrBuilder |
|
getAttemptsOrBuilderList()
public abstract List<? extends RetryAttemptOrBuilder> getAttemptsOrBuilderList()Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.deploy.v1.RetryAttemptOrBuilder> |
|
getBackoffMode()
public abstract BackoffMode getBackoffMode()Output only. The pattern of how the wait time of the retry attempt is calculated.
.google.cloud.deploy.v1.BackoffMode backoff_mode = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BackoffMode |
The backoffMode. |
getBackoffModeValue()
public abstract int getBackoffModeValue()Output only. The pattern of how the wait time of the retry attempt is calculated.
.google.cloud.deploy.v1.BackoffMode backoff_mode = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for backoffMode. |
getJobId()
public abstract String getJobId()Output only. The job ID for the Job to retry.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()Output only. The job ID for the Job to retry.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobId. |
getPhaseId()
public abstract String getPhaseId()Output only. The phase ID of the phase that includes the job being retried.
string phase_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The phaseId. |
getPhaseIdBytes()
public abstract ByteString getPhaseIdBytes()Output only. The phase ID of the phase that includes the job being retried.
string phase_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phaseId. |
getTotalAttempts()
public abstract long getTotalAttempts()Output only. The number of attempts that have been made.
int64 total_attempts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The totalAttempts. |