Interface StandardOrBuilder

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

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

      • getVerify

        boolean getVerify()
         Whether to verify a deployment.
         
        bool verify = 1;
        Returns:
        The verify.
      • hasPredeploy

        boolean hasPredeploy()
         Optional. Configuration for the predeploy job. If this is not configured,
         predeploy job will not be present.
         
        .google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the predeploy field is set.
      • getPredeploy

        Predeploy getPredeploy()
         Optional. Configuration for the predeploy job. If this is not configured,
         predeploy job will not be present.
         
        .google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The predeploy.
      • getPredeployOrBuilder

        PredeployOrBuilder getPredeployOrBuilder()
         Optional. Configuration for the predeploy job. If this is not configured,
         predeploy job will not be present.
         
        .google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
      • hasPostdeploy

        boolean hasPostdeploy()
         Optional. Configuration for the postdeploy job. If this is not configured,
         postdeploy job will not be present.
         
        .google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the postdeploy field is set.
      • getPostdeploy

        Postdeploy getPostdeploy()
         Optional. Configuration for the postdeploy job. If this is not configured,
         postdeploy job will not be present.
         
        .google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The postdeploy.
      • getPostdeployOrBuilder

        PostdeployOrBuilder getPostdeployOrBuilder()
         Optional. Configuration for the postdeploy job. If this is not configured,
         postdeploy job will not be present.
         
        .google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];