public interface RetryJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobId()
public abstract String getJobId()Required. The job ID for the Job to retry.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()Required. The job ID for the Job to retry.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for jobId. |
getPhaseId()
public abstract String getPhaseId()Required. The phase ID the Job to retry belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The phaseId. |
getPhaseIdBytes()
public abstract ByteString getPhaseIdBytes()Required. The phase ID the Job to retry belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for phaseId. |
getRollout()
public abstract String getRollout()Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/{rollout}.
string rollout = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The rollout. |
getRolloutBytes()
public abstract ByteString getRolloutBytes()Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/{rollout}.
string rollout = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for rollout. |