All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.deploy.v1.PhaseOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/deploy/v1/cloud_deploy.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.deploy.v1;

public interface PhaseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.deploy.v1.Phase)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The ID of the Phase.
   * 
* * string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The id. */ java.lang.String getId(); /** * * *
   * Output only. The ID of the Phase.
   * 
* * string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** * * *
   * Output only. Current state of the Phase.
   * 
* * * .google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * Output only. Current state of the Phase.
   * 
* * * .google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ com.google.cloud.deploy.v1.Phase.State getState(); /** * * *
   * Output only. Additional information on why the Phase was skipped, if
   * available.
   * 
* * string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The skipMessage. */ java.lang.String getSkipMessage(); /** * * *
   * Output only. Additional information on why the Phase was skipped, if
   * available.
   * 
* * string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for skipMessage. */ com.google.protobuf.ByteString getSkipMessageBytes(); /** * * *
   * Output only. Deployment job composition.
   * 
* * * .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the deploymentJobs field is set. */ boolean hasDeploymentJobs(); /** * * *
   * Output only. Deployment job composition.
   * 
* * * .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The deploymentJobs. */ com.google.cloud.deploy.v1.DeploymentJobs getDeploymentJobs(); /** * * *
   * Output only. Deployment job composition.
   * 
* * * .google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.deploy.v1.DeploymentJobsOrBuilder getDeploymentJobsOrBuilder(); /** * * *
   * Output only. ChildRollout job composition.
   * 
* * * .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the childRolloutJobs field is set. */ boolean hasChildRolloutJobs(); /** * * *
   * Output only. ChildRollout job composition.
   * 
* * * .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The childRolloutJobs. */ com.google.cloud.deploy.v1.ChildRolloutJobs getChildRolloutJobs(); /** * * *
   * Output only. ChildRollout job composition.
   * 
* * * .google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.deploy.v1.ChildRolloutJobsOrBuilder getChildRolloutJobsOrBuilder(); com.google.cloud.deploy.v1.Phase.JobsCase getJobsCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy