Interface DataserviceMessages.GetObjectsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.GetObjectsRequest
,DataserviceMessages.GetObjectsRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.GetObjectsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAlreadyObtainedObjects(int index)
repeated string alreadyObtainedObjects = 3;
com.google.protobuf.ByteString
getAlreadyObtainedObjectsBytes(int index)
repeated string alreadyObtainedObjects = 3;
int
getAlreadyObtainedObjectsCount()
repeated string alreadyObtainedObjects = 3;
List<String>
getAlreadyObtainedObjectsList()
repeated string alreadyObtainedObjects = 3;
String
getDestBackendID()
string destBackendID = 5;
com.google.protobuf.ByteString
getDestBackendIDBytes()
string destBackendID = 5;
String
getObjectIDS(int index)
repeated string objectIDS = 2;
com.google.protobuf.ByteString
getObjectIDSBytes(int index)
repeated string objectIDS = 2;
int
getObjectIDSCount()
repeated string objectIDS = 2;
List<String>
getObjectIDSList()
repeated string objectIDS = 2;
boolean
getRecursive()
bool recursive = 4;
String
getSessionID()
string sessionID = 1;
com.google.protobuf.ByteString
getSessionIDBytes()
string sessionID = 1;
int
getUpdateReplicaLocs()
int32 updateReplicaLocs = 6;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-