public interface ListSubscriptionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
Cursor to retrieve a page of records from
|
com.google.protobuf.ByteString |
getCursorBytes()
Cursor to retrieve a page of records from
|
com.google.protobuf.Int32Value |
getLimit()
Max number of results per page
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of results per page
|
boolean |
hasLimit()
Max number of results per page
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLimit()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
java.lang.String getCursor()
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];