Package com.google.cloud.deploy.v1
Interface IgnoreJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IgnoreJobRequest
,IgnoreJobRequest.Builder
public interface IgnoreJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRollout
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) = { ... }
- Returns:
- The rollout.
-
getRolloutBytes
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) = { ... }
- Returns:
- The bytes for rollout.
-
getPhaseId
String getPhaseId()
Required. The phase ID the Job to ignore belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The phaseId.
-
getPhaseIdBytes
com.google.protobuf.ByteString getPhaseIdBytes()
Required. The phase ID the Job to ignore belongs to.
string phase_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for phaseId.
-
getJobId
String getJobId()
Required. The job ID for the Job to ignore.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
Required. The job ID for the Job to ignore.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for jobId.
-
-