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

    Interface EnumValueOptions

    Represents the google.protobuf.EnumValueOptions protobuf message.

    interface EnumValueOptions {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.EnumValueOptions";
        debugRedact?: boolean;
        deprecated?: boolean;
        enumValueDeprecationDetails?: DeprecationDetails;
        enumValuePySdk?: EnumValuePySDKSettings;
        features?: FeatureSet;
        featureSupport?: FieldOptions_FeatureSupport;
        uninterpretedOption: UninterpretedOption[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the google.protobuf.EnumValueOptions protobuf message.

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

    Contains the fully qualified protobuf type name.

    debugRedact?: boolean

    Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials.

    deprecated?: boolean

    Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.

    enumValueDeprecationDetails?: DeprecationDetails

    Contains the enum value deprecation details.

    enumValuePySdk?: EnumValuePySDKSettings

    Contains the enum value py SDK.

    features?: FeatureSet

    Any features defined in the specific edition. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.

    Information about the support window of a feature value.

    uninterpretedOption: UninterpretedOption[]

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