public interface RetryPhaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RetryAttempt |
getAttempts(int index)
Output only.
|
int |
getAttemptsCount()
Output only.
|
List<RetryAttempt> |
getAttemptsList()
Output only.
|
RetryAttemptOrBuilder |
getAttemptsOrBuilder(int index)
Output only.
|
List<? extends RetryAttemptOrBuilder> |
getAttemptsOrBuilderList()
Output only.
|
BackoffMode |
getBackoffMode()
Output only.
|
int |
getBackoffModeValue()
Output only.
|
String |
getJobId()
Output only.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Output only.
|
String |
getPhaseId()
Output only.
|
com.google.protobuf.ByteString |
getPhaseIdBytes()
Output only.
|
long |
getTotalAttempts()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTotalAttempts()
Output only. The number of attempts that have been made.
int64 total_attempts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];
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];
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];com.google.protobuf.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];String getJobId()
Output only. The job ID for the Job to retry.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getJobIdBytes()
Output only. The job ID for the Job to retry.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];List<RetryAttempt> getAttemptsList()
Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
int getAttemptsCount()
Output only. Detail of a retry action.
repeated .google.cloud.deploy.v1.RetryAttempt attempts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.