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 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.
    • getNamespace

      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

      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

       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
      Returns:
      The googleGroup.
    • getGoogleGroupOrBuilder

       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
    • hasScimGroup

      boolean hasScimGroup()
       Filter groups by the SCIM group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;
      Returns:
      Whether the scimGroup field is set.
    • getScimGroup

       Filter groups by the SCIM group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;
      Returns:
      The scimGroup.
    • getScimGroupOrBuilder

       Filter groups by the SCIM group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;