Class CleanupAllRequest.Builder

    • Method Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • clear

        public CleanupAllRequest.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • getDefaultInstanceForType

        public CleanupAllRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public CleanupAllRequest build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public CleanupAllRequest buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public CleanupAllRequest.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • setField

        public CleanupAllRequest.Builder setField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        setField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • clearField

        public CleanupAllRequest.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • clearOneof

        public CleanupAllRequest.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • setRepeatedField

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

        public CleanupAllRequest.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                          Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • mergeFrom

        public CleanupAllRequest.Builder mergeFrom​(org.nd4j.shade.protobuf.Message other)
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<CleanupAllRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • mergeFrom

        public CleanupAllRequest.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                   org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<CleanupAllRequest.Builder>
        Throws:
        IOException
      • getContainerList

        public org.nd4j.shade.protobuf.ProtocolStringList getContainerList()
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Specified by:
        getContainerList in interface CleanupAllRequestOrBuilder
        Returns:
        A list containing the container.
      • getContainerCount

        public int getContainerCount()
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Specified by:
        getContainerCount in interface CleanupAllRequestOrBuilder
        Returns:
        The count of container.
      • getContainer

        public String getContainer​(int index)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Specified by:
        getContainer in interface CleanupAllRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The container at the given index.
      • getContainerBytes

        public org.nd4j.shade.protobuf.ByteString getContainerBytes​(int index)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Specified by:
        getContainerBytes in interface CleanupAllRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the container at the given index.
      • setContainer

        public CleanupAllRequest.Builder setContainer​(int index,
                                                      String value)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Parameters:
        index - The index to set the value at.
        value - The container to set.
        Returns:
        This builder for chaining.
      • addContainer

        public CleanupAllRequest.Builder addContainer​(String value)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Parameters:
        value - The container to add.
        Returns:
        This builder for chaining.
      • addAllContainer

        public CleanupAllRequest.Builder addAllContainer​(Iterable<String> values)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Parameters:
        values - The container to add.
        Returns:
        This builder for chaining.
      • clearContainer

        public CleanupAllRequest.Builder clearContainer()
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Returns:
        This builder for chaining.
      • addContainerBytes

        public CleanupAllRequest.Builder addContainerBytes​(org.nd4j.shade.protobuf.ByteString value)
         A list of container names.
         If 'container' is not empty, releases resources in the given
         containers in all devices.
         If 'container' is empty, releases resources in the default
         container in all devices.
         
        repeated string container = 1;
        Parameters:
        value - The bytes of the container to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CleanupAllRequest.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>
      • mergeUnknownFields

        public final CleanupAllRequest.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CleanupAllRequest.Builder>