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

    Interface FeatureSetDefaults

    A compiled specification for the defaults of a set of features. These messages are generated from FeatureSet extensions and can be used to seed feature resolution. The resolution with this object becomes a simple search for the closest matching edition, followed by proto merges.

    interface FeatureSetDefaults {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.FeatureSetDefaults";
        defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
        maximumEdition?: Edition;
        minimumEdition?: Edition;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      A compiled specification for the defaults of a set of features. These messages are generated from FeatureSet extensions and can be used to seed feature resolution. The resolution with this object becomes a simple search for the closest matching edition, followed by proto merges.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • A compiled specification for the defaults of a set of features. These messages are generated from FeatureSet extensions and can be used to seed feature resolution. The resolution with this object becomes a simple search for the closest matching edition, followed by proto merges.

            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.FeatureSetDefaults"

    Contains the fully qualified protobuf type name.

    Contains the defaults protobuf field.

    maximumEdition?: Edition

    The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults.

    minimumEdition?: Edition

    The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults.