Interface DataserviceMessages.GetObjectsRequestOrBuilder

    • Method Detail

      • getSessionID

        String getSessionID()
        string sessionID = 1;
        Returns:
        The sessionID.
      • getSessionIDBytes

        com.google.protobuf.ByteString getSessionIDBytes()
        string sessionID = 1;
        Returns:
        The bytes for sessionID.
      • getObjectIDSList

        List<String> getObjectIDSList()
        repeated string objectIDS = 2;
        Returns:
        A list containing the objectIDS.
      • getObjectIDSCount

        int getObjectIDSCount()
        repeated string objectIDS = 2;
        Returns:
        The count of objectIDS.
      • getObjectIDS

        String getObjectIDS​(int index)
        repeated string objectIDS = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The objectIDS at the given index.
      • getObjectIDSBytes

        com.google.protobuf.ByteString getObjectIDSBytes​(int index)
        repeated string objectIDS = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the objectIDS at the given index.
      • getAlreadyObtainedObjectsList

        List<String> getAlreadyObtainedObjectsList()
        repeated string alreadyObtainedObjects = 3;
        Returns:
        A list containing the alreadyObtainedObjects.
      • getAlreadyObtainedObjectsCount

        int getAlreadyObtainedObjectsCount()
        repeated string alreadyObtainedObjects = 3;
        Returns:
        The count of alreadyObtainedObjects.
      • getAlreadyObtainedObjects

        String getAlreadyObtainedObjects​(int index)
        repeated string alreadyObtainedObjects = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The alreadyObtainedObjects at the given index.
      • getAlreadyObtainedObjectsBytes

        com.google.protobuf.ByteString getAlreadyObtainedObjectsBytes​(int index)
        repeated string alreadyObtainedObjects = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the alreadyObtainedObjects at the given index.
      • getRecursive

        boolean getRecursive()
        bool recursive = 4;
        Returns:
        The recursive.
      • getDestBackendID

        String getDestBackendID()
        string destBackendID = 5;
        Returns:
        The destBackendID.
      • getDestBackendIDBytes

        com.google.protobuf.ByteString getDestBackendIDBytes()
        string destBackendID = 5;
        Returns:
        The bytes for destBackendID.
      • getUpdateReplicaLocs

        int getUpdateReplicaLocs()
        int32 updateReplicaLocs = 6;
        Returns:
        The updateReplicaLocs.