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

    Interface ExtensionRangeOptions

    Represents the google.protobuf.ExtensionRangeOptions protobuf message.

    interface ExtensionRangeOptions {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.ExtensionRangeOptions";
        declaration: ExtensionRangeOptions_Declaration[];
        features?: FeatureSet;
        uninterpretedOption: UninterpretedOption[];
        verification?: ExtensionRangeOptions_VerificationState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the google.protobuf.ExtensionRangeOptions protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the google.protobuf.ExtensionRangeOptions 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: "google.protobuf.ExtensionRangeOptions"

    Contains the fully qualified protobuf type name.

    For external users: DO NOT USE. We are in the process of open sourcing extension declaration and executing internal cleanups before it can be used externally.

    features?: FeatureSet

    Any features defined in the specific edition.

    uninterpretedOption: UninterpretedOption[]

    The parser stores options it doesn't recognize here. See above.

    The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED.