Interface PhaseOrBuilder

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

    public interface PhaseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        String getId()
         Output only. The ID of the Phase.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Output only. The ID of the Phase.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for id.
      • getStateValue

        int getStateValue()
         Output only. Current state of the Phase.
         
        .google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        Phase.State getState()
         Output only. Current state of the Phase.
         
        .google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • getSkipMessage

        String getSkipMessage()
         Output only. Additional information on why the Phase was skipped, if
         available.
         
        string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The skipMessage.
      • getSkipMessageBytes

        com.google.protobuf.ByteString getSkipMessageBytes()
         Output only. Additional information on why the Phase was skipped, if
         available.
         
        string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for skipMessage.
      • hasDeploymentJobs

        boolean hasDeploymentJobs()
         Output only. Deployment job composition.
         
        .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the deploymentJobs field is set.
      • getDeploymentJobs

        DeploymentJobs getDeploymentJobs()
         Output only. Deployment job composition.
         
        .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The deploymentJobs.
      • getDeploymentJobsOrBuilder

        DeploymentJobsOrBuilder getDeploymentJobsOrBuilder()
         Output only. Deployment job composition.
         
        .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasChildRolloutJobs

        boolean hasChildRolloutJobs()
         Output only. ChildRollout job composition.
         
        .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the childRolloutJobs field is set.
      • getChildRolloutJobs

        ChildRolloutJobs getChildRolloutJobs()
         Output only. ChildRollout job composition.
         
        .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The childRolloutJobs.
      • getChildRolloutJobsOrBuilder

        ChildRolloutJobsOrBuilder getChildRolloutJobsOrBuilder()
         Output only. ChildRollout job composition.
         
        .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];