Interface RetryJobRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RetryJobRequest, RetryJobRequest.Builder

    public interface RetryJobRequestOrBuilder
    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.MessageLiteOrBuilder

        isInitialized
      • 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 retry 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 retry 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 retry.
         
        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 retry.
         
        string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for jobId.