Interface: IUpdateNamespaceInfo
namespace.v1.IUpdateNamespaceInfo
Properties of an UpdateNamespaceInfo.
Implemented by
Properties
data
• Optional data: null | { [k: string]: string; }
A key-value map for any customized purpose. If data already exists on the namespace, this will merge with the existing key values.
description
• Optional description: null | string
UpdateNamespaceInfo description
ownerEmail
• Optional ownerEmail: null | string
UpdateNamespaceInfo ownerEmail
state
• Optional state: null | NamespaceState
New namespace state, server will reject if transition is not allowed. Allowed transitions are: Registered -> [ Deleted | Deprecated | Handover ] Handover -> [ Registered ] Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.