Interface CleanupAllRequestOrBuilder

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

    public interface CleanupAllRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContainer​(int index)
      A list of container names.
      com.google.protobuf.ByteString getContainerBytes​(int index)
      A list of container names.
      int getContainerCount()
      A list of container names.
      java.util.List<java.lang.String> getContainerList()
      A list of container names.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContainerList

        java.util.List<java.lang.String> 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;
        Returns:
        A list containing the container.
      • getContainerCount

        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;
        Returns:
        The count of container.
      • getContainer

        java.lang.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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The container at the given index.
      • getContainerBytes

        com.google.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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the container at the given index.