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-. The reserved namesorgandclientare built in and cannot be registered, changed, or deleted. Required on registration; on update it must match the path and is otherwise ignored (the namespace is immutable). -
from
-