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 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;
      • 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

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

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