Interface SetUserGroupNamespaceAccessRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetUserGroupNamespaceAccessRequest, SetUserGroupNamespaceAccessRequest.Builder

@Generated(value="protoc", comments="annotations:SetUserGroupNamespaceAccessRequestOrBuilder.java.pb.meta") public interface SetUserGroupNamespaceAccessRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The namespace access to assign the group.
    The namespace access to assign the group.
    The id to use for this async operation - optional.
    com.google.protobuf.ByteString
    The id to use for this async operation - optional.
    The id of the group to set permissions for.
    com.google.protobuf.ByteString
    The id of the group to set permissions for.
    The namespace to set permissions for.
    com.google.protobuf.ByteString
    The namespace to set permissions for.
    The version of the group for which this update is intended for.
    com.google.protobuf.ByteString
    The version of the group for which this update is intended for.
    boolean
    The namespace access to assign the group.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNamespace

      String getNamespace()
       The namespace to set permissions for.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to set permissions for.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getGroupId

      String getGroupId()
       The id of the group to set permissions for.
       
      string group_id = 2;
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
       The id of the group to set permissions for.
       
      string group_id = 2;
      Returns:
      The bytes for groupId.
    • hasAccess

      boolean hasAccess()
       The namespace access to assign the group. If left empty, the group will be removed from the namespace access.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
      Returns:
      Whether the access field is set.
    • getAccess

      NamespaceAccess getAccess()
       The namespace access to assign the group. If left empty, the group will be removed from the namespace access.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
      Returns:
      The access.
    • getAccessOrBuilder

      NamespaceAccessOrBuilder getAccessOrBuilder()
       The namespace access to assign the group. If left empty, the group will be removed from the namespace access.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
    • getResourceVersion

      String getResourceVersion()
       The version of the group for which this update is intended for.
       The latest version can be found in the GetGroup operation response.
       
      string resource_version = 4;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The version of the group for which this update is intended for.
       The latest version can be found in the GetGroup operation response.
       
      string resource_version = 4;
      Returns:
      The bytes for resourceVersion.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id to use for this async operation - optional.
       
      string async_operation_id = 5;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id to use for this async operation - optional.
       
      string async_operation_id = 5;
      Returns:
      The bytes for asyncOperationId.