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

    Interface EnumDescriptorProto_EnumReservedRange

    Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.

    Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.

    interface EnumDescriptorProto_EnumReservedRange {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.EnumDescriptorProto.EnumReservedRange";
        end?: number;
        start?: number;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.

      Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.

            Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.

            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.EnumDescriptorProto.EnumReservedRange"

    Contains the fully qualified protobuf type name.

    end?: number

    Inclusive.

    start?: number

    Inclusive.