public interface RetryPhaseOrBuilder extends MessageOrBuilder
Implements
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. |
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. |