public interface ListGroupsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
Optional pagination cursor.
|
com.google.protobuf.ByteString |
getCursorBytes()
Optional pagination cursor.
|
java.lang.String |
getLangTag()
Language tag filter
|
com.google.protobuf.ByteString |
getLangTagBytes()
Language tag filter
|
com.google.protobuf.Int32Value |
getLimit()
Max number of groups to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of groups to return.
|
com.google.protobuf.Int32Value |
getMembers()
Number of group members
|
com.google.protobuf.Int32ValueOrBuilder |
getMembersOrBuilder()
Number of group members
|
java.lang.String |
getName()
List groups that contain this value in their names.
|
com.google.protobuf.ByteString |
getNameBytes()
List groups that contain this value in their names.
|
com.google.protobuf.BoolValue |
getOpen()
Optional Open/Closed filter.
|
com.google.protobuf.BoolValueOrBuilder |
getOpenOrBuilder()
Optional Open/Closed filter.
|
boolean |
hasLimit()
Max number of groups to return.
|
boolean |
hasMembers()
Number of group members
|
boolean |
hasOpen()
Optional Open/Closed filter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
List groups that contain this value in their names.
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
List groups that contain this value in their names.
string name = 1 [json_name = "name"];
java.lang.String getCursor()
Optional pagination cursor.
string cursor = 2 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
Optional pagination cursor.
string cursor = 2 [json_name = "cursor"];
boolean hasLimit()
Max number of groups to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of groups to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of groups to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
java.lang.String getLangTag()
Language tag filter
string lang_tag = 4 [json_name = "langTag"];
com.google.protobuf.ByteString getLangTagBytes()
Language tag filter
string lang_tag = 4 [json_name = "langTag"];
boolean hasMembers()
Number of group members
.google.protobuf.Int32Value members = 5 [json_name = "members"];
com.google.protobuf.Int32Value getMembers()
Number of group members
.google.protobuf.Int32Value members = 5 [json_name = "members"];
com.google.protobuf.Int32ValueOrBuilder getMembersOrBuilder()
Number of group members
.google.protobuf.Int32Value members = 5 [json_name = "members"];
boolean hasOpen()
Optional Open/Closed filter.
.google.protobuf.BoolValue open = 6 [json_name = "open"];
com.google.protobuf.BoolValue getOpen()
Optional Open/Closed filter.
.google.protobuf.BoolValue open = 6 [json_name = "open"];
com.google.protobuf.BoolValueOrBuilder getOpenOrBuilder()
Optional Open/Closed filter.
.google.protobuf.BoolValue open = 6 [json_name = "open"];