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

    Interface OneofOptions

    Represents the google.protobuf.OneofOptions protobuf message.

    interface OneofOptions {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.OneofOptions";
        features?: FeatureSet;
        oneof?: OneofRules;
        oneofBehavior?: FieldBehavior[];
        oneofPySdk?: OneofPySDKSettings;
        uninterpretedOption: UninterpretedOption[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the google.protobuf.OneofOptions protobuf message.

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

    Contains the fully qualified protobuf type name.

    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.

    oneof?: OneofRules

    Contains the oneof.

    oneofBehavior?: FieldBehavior[]

    Contains the oneof behavior.

    oneofPySdk?: OneofPySDKSettings

    Contains the oneof py SDK.

    uninterpretedOption: UninterpretedOption[]

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