Interface GetUsersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetUsersRequest,GetUsersRequest.Builder
@Generated(value="protoc",
comments="annotations:GetUsersRequestOrBuilder.java.pb.meta")
public interface GetUsersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Filter users by email address - optional.com.google.protobuf.ByteStringFilter users by email address - optional.Filter users by the namespace they have access to - optional.com.google.protobuf.ByteStringFilter users by the namespace they have access to - optional.intThe requested size of the page to retrieve - optional.The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringThe page token if this is continuing from another response - optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPageSize
int getPageSize()The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
getEmail
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()Filter users by email address - optional.
string email = 3;- Returns:
- The bytes for email.
-
getNamespace
String getNamespace()Filter users by the namespace they have access to - optional.
string namespace = 4;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Filter users by the namespace they have access to - optional.
string namespace = 4;- Returns:
- The bytes for namespace.
-