public interface ListMatchesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getAuthoritative()
Authoritative or relayed matches.
|
com.google.protobuf.BoolValueOrBuilder |
getAuthoritativeOrBuilder()
Authoritative or relayed matches.
|
com.google.protobuf.StringValue |
getLabel()
Label filter.
|
com.google.protobuf.StringValueOrBuilder |
getLabelOrBuilder()
Label filter.
|
com.google.protobuf.Int32Value |
getLimit()
Limit the number of returned matches.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Limit the number of returned matches.
|
com.google.protobuf.Int32Value |
getMaxSize()
Maximum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMaxSizeOrBuilder()
Maximum user count.
|
com.google.protobuf.Int32Value |
getMinSize()
Minimum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMinSizeOrBuilder()
Minimum user count.
|
com.google.protobuf.StringValue |
getQuery()
Arbitrary label query.
|
com.google.protobuf.StringValueOrBuilder |
getQueryOrBuilder()
Arbitrary label query.
|
boolean |
hasAuthoritative()
Authoritative or relayed matches.
|
boolean |
hasLabel()
Label filter.
|
boolean |
hasLimit()
Limit the number of returned matches.
|
boolean |
hasMaxSize()
Maximum user count.
|
boolean |
hasMinSize()
Minimum user count.
|
boolean |
hasQuery()
Arbitrary label query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
boolean hasAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
com.google.protobuf.BoolValue getAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
com.google.protobuf.BoolValueOrBuilder getAuthoritativeOrBuilder()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
boolean hasLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
com.google.protobuf.StringValue getLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
com.google.protobuf.StringValueOrBuilder getLabelOrBuilder()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
boolean hasMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
com.google.protobuf.Int32Value getMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
com.google.protobuf.Int32ValueOrBuilder getMinSizeOrBuilder()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
boolean hasMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
com.google.protobuf.Int32Value getMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
com.google.protobuf.Int32ValueOrBuilder getMaxSizeOrBuilder()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
boolean hasQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
com.google.protobuf.StringValue getQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
com.google.protobuf.StringValueOrBuilder getQueryOrBuilder()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];