Interface GetUserGroupsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetUserGroupsRequest,GetUserGroupsRequest.Builder
@Generated(value="protoc", comments="annotations:GetUserGroupsRequestOrBuilder.java.pb.meta") public interface GetUserGroupsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Filter groups by the display name - optional.com.google.protobuf.ByteStringgetDisplayNameBytes()Filter groups by the display name - optional.GetUserGroupsRequest.GoogleGroupFiltergetGoogleGroup()Filter groups by the google group specification - optional.GetUserGroupsRequest.GoogleGroupFilterOrBuildergetGoogleGroupOrBuilder()Filter groups by the google group specification - optional.java.lang.StringgetNamespace()Filter groups by the namespace they have access to - optional.com.google.protobuf.ByteStringgetNamespaceBytes()Filter groups by the namespace they have access to - optional.intgetPageSize()The requested size of the page to retrieve - optional.java.lang.StringgetPageToken()The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringgetPageTokenBytes()The page token if this is continuing from another response - optional.booleanhasGoogleGroup()Filter groups by the google group specification - optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
getNamespace
java.lang.String getNamespace()
Filter groups by the namespace they have access to - optional.
string namespace = 3;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Filter groups by the namespace they have access to - optional.
string namespace = 3;- Returns:
- The bytes for namespace.
-
getDisplayName
java.lang.String getDisplayName()
Filter groups by the display name - optional.
string display_name = 4;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Filter groups by the display name - optional.
string display_name = 4;- Returns:
- The bytes for displayName.
-
hasGoogleGroup
boolean hasGoogleGroup()
Filter groups by the google group specification - optional.
.temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;- Returns:
- Whether the googleGroup field is set.
-
getGoogleGroup
GetUserGroupsRequest.GoogleGroupFilter getGoogleGroup()
Filter groups by the google group specification - optional.
.temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;- Returns:
- The googleGroup.
-
getGoogleGroupOrBuilder
GetUserGroupsRequest.GoogleGroupFilterOrBuilder getGoogleGroupOrBuilder()
Filter groups by the google group specification - optional.
.temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
-
-