public interface RetryJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId()
Required.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Required.
|
String |
getPhaseId()
Required.
|
com.google.protobuf.ByteString |
getPhaseIdBytes()
Required.
|
String |
getRollout()
Required.
|
com.google.protobuf.ByteString |
getRolloutBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
String getPhaseId()
Required. The phase ID the Job to retry belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPhaseIdBytes()
Required. The phase ID the Job to retry belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];String getJobId()
Required. The job ID for the Job to retry.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getJobIdBytes()
Required. The job ID for the Job to retry.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.