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

    Interface FieldDescriptorProto_LabelValueMembers

    Defines the static values of FieldDescriptorProto_Label.

    interface FieldDescriptorProto_LabelValueMembers {
        LABEL_OPTIONAL: EnumInstance<
            "UNRECOGNIZED"
            | "LABEL_OPTIONAL"
            | "LABEL_REPEATED"
            | "LABEL_REQUIRED",
        >;
        LABEL_REPEATED: EnumInstance<
            "UNRECOGNIZED"
            | "LABEL_OPTIONAL"
            | "LABEL_REPEATED"
            | "LABEL_REQUIRED",
        >;
        LABEL_REQUIRED: EnumInstance<
            "UNRECOGNIZED"
            | "LABEL_OPTIONAL"
            | "LABEL_REPEATED"
            | "LABEL_REQUIRED",
        >;
    }
    Index
    LABEL_OPTIONAL: EnumInstance<
        "UNRECOGNIZED"
        | "LABEL_OPTIONAL"
        | "LABEL_REPEATED"
        | "LABEL_REQUIRED",
    >

    0 is reserved for errors

    LABEL_REPEATED: EnumInstance<
        "UNRECOGNIZED"
        | "LABEL_OPTIONAL"
        | "LABEL_REPEATED"
        | "LABEL_REQUIRED",
    >

    Represents the LABEL_REPEATED protobuf enum value.

    LABEL_REQUIRED: EnumInstance<
        "UNRECOGNIZED"
        | "LABEL_OPTIONAL"
        | "LABEL_REPEATED"
        | "LABEL_REQUIRED",
    >

    The required label is only allowed in google.protobuf. In proto3 and Editions it's explicitly prohibited. In Editions, the field_presence feature can be used to get this behavior.