Package ai.vectros.types
Interface NamespaceRequest._FinalStage
- All Known Implementing Classes:
NamespaceRequest.Builder
- Enclosing class:
NamespaceRequest
public static interface NamespaceRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()defaultSchemaId(String defaultSchemaId) defaultSchemaId(Optional<String> defaultSchemaId) Optional ID of a record schema (created viaPOST /v1/schemas) bound as the default governing schema for entities created in this namespace.entityBacked(Boolean entityBacked) entityBacked(Optional<Boolean> entityBacked) Whentrue, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent.
-
Method Details
-
build
NamespaceRequest build() -
additionalProperty
-
additionalProperties
-
entityBacked
When
true, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent. Whenfalse(the default), values in this namespace are free-form strings validated by grammar only. -
entityBacked
-
defaultSchemaId
Optional ID of a record schema (created via
POST /v1/schemas) bound as the default governing schema for entities created in this namespace. Must belong to your account. -
defaultSchemaId
-