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

    Interface FileDescriptorSet

    The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.

    interface FileDescriptorSet {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.FileDescriptorSet";
        file: FileDescriptorProto[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.

            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: "google.protobuf.FileDescriptorSet"

    Contains the fully qualified protobuf type name.

    Contains the file protobuf field.