public interface ListFriendsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
An optional next page cursor.
|
com.google.protobuf.ByteString |
getCursorBytes()
An optional next page cursor.
|
com.google.protobuf.Int32Value |
getLimit()
Max number of records to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of records to return.
|
com.google.protobuf.Int32Value |
getState()
The friend state to list.
|
com.google.protobuf.Int32ValueOrBuilder |
getStateOrBuilder()
The friend state to list.
|
boolean |
hasLimit()
Max number of records to return.
|
boolean |
hasState()
The friend state to list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
boolean hasState()
The friend state to list.
.google.protobuf.Int32Value state = 2 [json_name = "state"];
com.google.protobuf.Int32Value getState()
The friend state to list.
.google.protobuf.Int32Value state = 2 [json_name = "state"];
com.google.protobuf.Int32ValueOrBuilder getStateOrBuilder()
The friend state to list.
.google.protobuf.Int32Value state = 2 [json_name = "state"];
java.lang.String getCursor()
An optional next page cursor.
string cursor = 3 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
An optional next page cursor.
string cursor = 3 [json_name = "cursor"];