Package ai.vectros.types
Interface NamespaceRequest.NamespaceStage
- All Known Implementing Classes:
NamespaceRequest.Builder
- Enclosing class:
NamespaceRequest
public static interface NamespaceRequest.NamespaceStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(NamespaceRequest other) The namespace to register: 2-32 characters, a lowercase letter first, then lowercase letters, digits,_or-.
-
Method Details
-
namespace
The namespace to register: 2-32 characters, a lowercase letter first, then lowercase letters, digits,
_or-.organdclientare reserved names, registered the same way as any other namespace. Deleting any namespace — these two included — is refused while entities still reference it. Required on registration; on update it must match the path and is otherwise ignored (the namespace is immutable). -
from
-