Class GetUserGroupsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GetUserGroupsRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
io.temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetUserGroupsRequestOrBuilder, Cloneable
Enclosing class:
GetUserGroupsRequest

public static final class GetUserGroupsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder> implements GetUserGroupsRequestOrBuilder
Protobuf type temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • getDefaultInstanceForType

      public GetUserGroupsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public GetUserGroupsRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetUserGroupsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • setField

      public GetUserGroupsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • clearField

      public GetUserGroupsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • clearOneof

      public GetUserGroupsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • setRepeatedField

      public GetUserGroupsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • addRepeatedField

      public GetUserGroupsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • mergeFrom

      public GetUserGroupsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetUserGroupsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • mergeFrom

      public GetUserGroupsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetUserGroupsRequest.Builder>
      Throws:
      IOException
    • getPageSize

      public int getPageSize()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Specified by:
      getPageSize in interface GetUserGroupsRequestOrBuilder
      Returns:
      The pageSize.
    • setPageSize

      public GetUserGroupsRequest.Builder setPageSize(int value)
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Parameters:
      value - The pageSize to set.
      Returns:
      This builder for chaining.
    • clearPageSize

      public GetUserGroupsRequest.Builder clearPageSize()
       The requested size of the page to retrieve - optional.
       Cannot exceed 1000. Defaults to 100.
       
      int32 page_size = 1;
      Returns:
      This builder for chaining.
    • getPageToken

      public String getPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Specified by:
      getPageToken in interface GetUserGroupsRequestOrBuilder
      Returns:
      The pageToken.
    • getPageTokenBytes

      public com.google.protobuf.ByteString getPageTokenBytes()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Specified by:
      getPageTokenBytes in interface GetUserGroupsRequestOrBuilder
      Returns:
      The bytes for pageToken.
    • setPageToken

      public GetUserGroupsRequest.Builder setPageToken(String value)
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Parameters:
      value - The pageToken to set.
      Returns:
      This builder for chaining.
    • clearPageToken

      public GetUserGroupsRequest.Builder clearPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Returns:
      This builder for chaining.
    • setPageTokenBytes

      public GetUserGroupsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
       The page token if this is continuing from another response - optional.
       
      string page_token = 2;
      Parameters:
      value - The bytes for pageToken to set.
      Returns:
      This builder for chaining.
    • getNamespace

      public String getNamespace()
       Filter groups by the namespace they have access to - optional.
       
      string namespace = 3;
      Specified by:
      getNamespace in interface GetUserGroupsRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
       Filter groups by the namespace they have access to - optional.
       
      string namespace = 3;
      Specified by:
      getNamespaceBytes in interface GetUserGroupsRequestOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

      public GetUserGroupsRequest.Builder setNamespace(String value)
       Filter groups by the namespace they have access to - optional.
       
      string namespace = 3;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      public GetUserGroupsRequest.Builder clearNamespace()
       Filter groups by the namespace they have access to - optional.
       
      string namespace = 3;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public GetUserGroupsRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
       Filter groups by the namespace they have access to - optional.
       
      string namespace = 3;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getDisplayName

      public String getDisplayName()
       Filter groups by the display name - optional.
       
      string display_name = 4;
      Specified by:
      getDisplayName in interface GetUserGroupsRequestOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Filter groups by the display name - optional.
       
      string display_name = 4;
      Specified by:
      getDisplayNameBytes in interface GetUserGroupsRequestOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public GetUserGroupsRequest.Builder setDisplayName(String value)
       Filter groups by the display name - optional.
       
      string display_name = 4;
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public GetUserGroupsRequest.Builder clearDisplayName()
       Filter groups by the display name - optional.
       
      string display_name = 4;
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public GetUserGroupsRequest.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Filter groups by the display name - optional.
       
      string display_name = 4;
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • hasGoogleGroup

      public boolean hasGoogleGroup()
       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
      Specified by:
      hasGoogleGroup in interface GetUserGroupsRequestOrBuilder
      Returns:
      Whether the googleGroup field is set.
    • getGoogleGroup

      public GetUserGroupsRequest.GoogleGroupFilter getGoogleGroup()
       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
      Specified by:
      getGoogleGroup in interface GetUserGroupsRequestOrBuilder
      Returns:
      The googleGroup.
    • setGoogleGroup

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

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

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

      public GetUserGroupsRequest.Builder clearGoogleGroup()
       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
    • getGoogleGroupBuilder

      public GetUserGroupsRequest.GoogleGroupFilter.Builder getGoogleGroupBuilder()
       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
    • getGoogleGroupOrBuilder

      public GetUserGroupsRequest.GoogleGroupFilterOrBuilder getGoogleGroupOrBuilder()
       Filter groups by the google group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
      Specified by:
      getGoogleGroupOrBuilder in interface GetUserGroupsRequestOrBuilder
    • hasScimGroup

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

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

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

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

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

      public GetUserGroupsRequest.Builder clearScimGroup()
       Filter groups by the SCIM group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;
    • getScimGroupBuilder

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

      public GetUserGroupsRequest.SCIMGroupFilterOrBuilder getScimGroupOrBuilder()
       Filter groups by the SCIM group specification - optional.
       
      .temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;
      Specified by:
      getScimGroupOrBuilder in interface GetUserGroupsRequestOrBuilder
    • setUnknownFields

      public final GetUserGroupsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>
    • mergeUnknownFields

      public final GetUserGroupsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetUserGroupsRequest.Builder>