Interface AdvanceChildRolloutJobRunOrBuilder

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

    public interface AdvanceChildRolloutJobRunOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRollout()
      Output only.
      com.google.protobuf.ByteString getRolloutBytes()
      Output only.
      String getRolloutPhaseId()
      Output only.
      com.google.protobuf.ByteString getRolloutPhaseIdBytes()
      Output only.
      • 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()
         Output only. Name of the `ChildRollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The rollout.
      • getRolloutBytes

        com.google.protobuf.ByteString getRolloutBytes()
         Output only. Name of the `ChildRollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for rollout.
      • getRolloutPhaseId

        String getRolloutPhaseId()
         Output only. the ID of the ChildRollout's Phase.
         
        string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The rolloutPhaseId.
      • getRolloutPhaseIdBytes

        com.google.protobuf.ByteString getRolloutPhaseIdBytes()
         Output only. the ID of the ChildRollout's Phase.
         
        string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for rolloutPhaseId.