Class NodeGroupsDeleteNodesRequest.Builder

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

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

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

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

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

        public NodeGroupsDeleteNodesRequest.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<NodeGroupsDeleteNodesRequest.Builder>
        Throws:
        IOException
      • getNodesList

        public com.google.protobuf.ProtocolStringList getNodesList()
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Specified by:
        getNodesList in interface NodeGroupsDeleteNodesRequestOrBuilder
        Returns:
        A list containing the nodes.
      • getNodes

        public String getNodes​(int index)
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Specified by:
        getNodes in interface NodeGroupsDeleteNodesRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The nodes at the given index.
      • getNodesBytes

        public com.google.protobuf.ByteString getNodesBytes​(int index)
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Specified by:
        getNodesBytes in interface NodeGroupsDeleteNodesRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the nodes at the given index.
      • setNodes

        public NodeGroupsDeleteNodesRequest.Builder setNodes​(int index,
                                                             String value)
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Parameters:
        index - The index to set the value at.
        value - The nodes to set.
        Returns:
        This builder for chaining.
      • addNodes

        public NodeGroupsDeleteNodesRequest.Builder addNodes​(String value)
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Parameters:
        value - The nodes to add.
        Returns:
        This builder for chaining.
      • addNodesBytes

        public NodeGroupsDeleteNodesRequest.Builder addNodesBytes​(com.google.protobuf.ByteString value)
         Names of the nodes to delete.
         
        repeated string nodes = 104993457;
        Parameters:
        value - The bytes of the nodes to add.
        Returns:
        This builder for chaining.