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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NamespaceAccess getAccess()
      The namespace access assigned to the service account - mutable.
      NamespaceAccessOrBuilder getAccessOrBuilder()
      The namespace access assigned to the service account - mutable.
      java.lang.String getNamespace()
      The namespace the service account is assigned to - immutable.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace the service account is assigned to - immutable.
      boolean hasAccess()
      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 Detail

      • getNamespace

        java.lang.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;