Class Standard.Builder

  • All Implemented Interfaces:
    StandardOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Standard

    public static final class Standard.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
    implements StandardOrBuilder
     Standard represents the standard deployment strategy.
     
    Protobuf type google.cloud.deploy.v1.Standard
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • clear

        public Standard.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • getDefaultInstanceForType

        public Standard getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Standard build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Standard buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Standard.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • setField

        public Standard.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • clearField

        public Standard.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • clearOneof

        public Standard.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • setRepeatedField

        public Standard.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • addRepeatedField

        public Standard.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • mergeFrom

        public Standard.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Standard.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • mergeFrom

        public Standard.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Standard.Builder>
        Throws:
        IOException
      • getVerify

        public boolean getVerify()
         Whether to verify a deployment.
         
        bool verify = 1;
        Specified by:
        getVerify in interface StandardOrBuilder
        Returns:
        The verify.
      • setVerify

        public Standard.Builder setVerify​(boolean value)
         Whether to verify a deployment.
         
        bool verify = 1;
        Parameters:
        value - The verify to set.
        Returns:
        This builder for chaining.
      • clearVerify

        public Standard.Builder clearVerify()
         Whether to verify a deployment.
         
        bool verify = 1;
        Returns:
        This builder for chaining.
      • hasPredeploy

        public 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];
        Specified by:
        hasPredeploy in interface StandardOrBuilder
        Returns:
        Whether the predeploy field is set.
      • getPredeploy

        public 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];
        Specified by:
        getPredeploy in interface StandardOrBuilder
        Returns:
        The predeploy.
      • setPredeploy

        public Standard.Builder setPredeploy​(Predeploy value)
         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];
      • setPredeploy

        public Standard.Builder setPredeploy​(Predeploy.Builder builderForValue)
         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];
      • mergePredeploy

        public Standard.Builder mergePredeploy​(Predeploy value)
         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];
      • clearPredeploy

        public Standard.Builder clearPredeploy()
         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];
      • getPredeployBuilder

        public Predeploy.Builder getPredeployBuilder()
         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];
      • getPredeployOrBuilder

        public 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];
        Specified by:
        getPredeployOrBuilder in interface StandardOrBuilder
      • hasPostdeploy

        public 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];
        Specified by:
        hasPostdeploy in interface StandardOrBuilder
        Returns:
        Whether the postdeploy field is set.
      • getPostdeploy

        public 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];
        Specified by:
        getPostdeploy in interface StandardOrBuilder
        Returns:
        The postdeploy.
      • setPostdeploy

        public Standard.Builder setPostdeploy​(Postdeploy value)
         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];
      • setPostdeploy

        public Standard.Builder setPostdeploy​(Postdeploy.Builder builderForValue)
         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];
      • mergePostdeploy

        public Standard.Builder mergePostdeploy​(Postdeploy value)
         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];
      • clearPostdeploy

        public Standard.Builder clearPostdeploy()
         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];
      • getPostdeployBuilder

        public Postdeploy.Builder getPostdeployBuilder()
         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];
      • getPostdeployOrBuilder

        public 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];
        Specified by:
        getPostdeployOrBuilder in interface StandardOrBuilder
      • setUnknownFields

        public final Standard.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>
      • mergeUnknownFields

        public final Standard.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Standard.Builder>