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

    Interface OneofDescriptorProto

    Describes a oneof.

    interface OneofDescriptorProto {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.OneofDescriptorProto";
        name?: string;
        options?: OneofOptions;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Describes a oneof.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Describes a oneof.

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

    Contains the fully qualified protobuf type name.

    name?: string

    Contains the name protobuf field.

    options?: OneofOptions

    Contains the options protobuf field.