public interface ListStorageObjectsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollection()
The collection which stores the object.
|
com.google.protobuf.ByteString |
getCollectionBytes()
The collection which stores the object.
|
java.lang.String |
getCursor()
The cursor to page through results from.
|
com.google.protobuf.ByteString |
getCursorBytes()
The cursor to page through results from.
|
com.google.protobuf.Int32Value |
getLimit()
The number of storage objects to list.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
The number of storage objects to list.
|
java.lang.String |
getUserId()
ID of the user.
|
com.google.protobuf.ByteString |
getUserIdBytes()
ID of the user.
|
boolean |
hasLimit()
The number of storage objects to list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getUserId()
ID of the user.
string user_id = 1 [json_name = "userId"];
com.google.protobuf.ByteString getUserIdBytes()
ID of the user.
string user_id = 1 [json_name = "userId"];
java.lang.String getCollection()
The collection which stores the object.
string collection = 2 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 2 [json_name = "collection"];
boolean hasLimit()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
java.lang.String getCursor()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];