Interface NamespaceAccessOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPermission()
      The permission to the namespace, should be one of [admin, write, read] admin - gives full access to the namespace, including assigning namespace access to other users write - gives write access to the namespace configuration and workflows within the namespace read - gives read only access to the namespace configuration and workflows within the namespace
      com.google.protobuf.ByteString getPermissionBytes()
      The permission to the namespace, should be one of [admin, write, read] admin - gives full access to the namespace, including assigning namespace access to other users write - gives write access to the namespace configuration and workflows within the namespace read - gives read only access to the namespace configuration and workflows within the namespace
      • 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

      • getPermission

        java.lang.String getPermission()
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         
        string permission = 1;
        Returns:
        The permission.
      • getPermissionBytes

        com.google.protobuf.ByteString getPermissionBytes()
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         
        string permission = 1;
        Returns:
        The bytes for permission.