Interface NamespaceScopedAccessOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The namespace access assigned to the service account - mutable.
    The namespace access assigned to the service account - mutable.
    The namespace the service account is assigned to - immutable.
    com.google.protobuf.ByteString
    The namespace the service account is assigned to - immutable.
    boolean
    The namespace access assigned to the service account - mutable.

    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 the service account is assigned to - immutable.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace the service account is assigned to - immutable.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasAccess

      boolean hasAccess()
       The namespace access assigned to the service account - mutable.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 2;
      Returns:
      Whether the access field is set.
    • getAccess

      NamespaceAccess getAccess()
       The namespace access assigned to the service account - mutable.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 2;
      Returns:
      The access.
    • getAccessOrBuilder

      NamespaceAccessOrBuilder getAccessOrBuilder()
       The namespace access assigned to the service account - mutable.
       
      .temporal.api.cloud.identity.v1.NamespaceAccess access = 2;