Class PostdeployJob.Builder

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

    public static final class PostdeployJob.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<PostdeployJob.Builder>
    implements PostdeployJobOrBuilder
     A postdeploy Job.
     
    Protobuf type google.cloud.deploy.v1.PostdeployJob
    • 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<PostdeployJob.Builder>
      • clear

        public PostdeployJob.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<PostdeployJob.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<PostdeployJob.Builder>
      • getDefaultInstanceForType

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

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

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

        public PostdeployJob.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<PostdeployJob.Builder>
      • setField

        public PostdeployJob.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<PostdeployJob.Builder>
      • clearField

        public PostdeployJob.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<PostdeployJob.Builder>
      • clearOneof

        public PostdeployJob.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<PostdeployJob.Builder>
      • setRepeatedField

        public PostdeployJob.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<PostdeployJob.Builder>
      • addRepeatedField

        public PostdeployJob.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<PostdeployJob.Builder>
      • mergeFrom

        public PostdeployJob.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<PostdeployJob.Builder>
      • isInitialized

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

        public PostdeployJob.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<PostdeployJob.Builder>
        Throws:
        IOException
      • getActionsList

        public com.google.protobuf.ProtocolStringList getActionsList()
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getActionsList in interface PostdeployJobOrBuilder
        Returns:
        A list containing the actions.
      • getActionsCount

        public int getActionsCount()
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getActionsCount in interface PostdeployJobOrBuilder
        Returns:
        The count of actions.
      • getActions

        public String getActions​(int index)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getActions in interface PostdeployJobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The actions at the given index.
      • getActionsBytes

        public com.google.protobuf.ByteString getActionsBytes​(int index)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getActionsBytes in interface PostdeployJobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the actions at the given index.
      • setActions

        public PostdeployJob.Builder setActions​(int index,
                                                String value)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The actions to set.
        Returns:
        This builder for chaining.
      • addActions

        public PostdeployJob.Builder addActions​(String value)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The actions to add.
        Returns:
        This builder for chaining.
      • addAllActions

        public PostdeployJob.Builder addAllActions​(Iterable<String> values)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The actions to add.
        Returns:
        This builder for chaining.
      • clearActions

        public PostdeployJob.Builder clearActions()
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • addActionsBytes

        public PostdeployJob.Builder addActionsBytes​(com.google.protobuf.ByteString value)
         Output only. The custom actions that the postdeploy Job executes.
         
        repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes of the actions to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final PostdeployJob.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<PostdeployJob.Builder>
      • mergeUnknownFields

        public final PostdeployJob.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<PostdeployJob.Builder>