@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface NIDFieldSettings

    Represents the nebius.NIDFieldSettings protobuf message.

    interface NIDFieldSettings {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.NIDFieldSettings";
        parentResource: string[];
        resource: string[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Represents the nebius.NIDFieldSettings protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.NIDFieldSettings protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.NIDFieldSettings"

    Contains the fully qualified protobuf type name.

    parentResource: string[]

    For metadata fields, parent_resource lists allowed parent resource types for metadata.parent_id. Leave empty or set to * to allow any type. Validation only produces warnings. Typically set on the resource message; request-level overrides are supported.

    resource: string[]

    Fields annotated with this option are treated as NIDs. resource lists allowed NID resource types (prefixes). Leave empty or set to * to accept any type. Validation only produces warnings.