bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class UninterpretedOption

    A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.

    from message google.protobuf.UninterpretedOption

    Hierarchy

    Index

    Constructors

    Properties

    aggregateValue?: string

    from field: optional string aggregate_value = 8;

    doubleValue?: number

    from field: optional double double_value = 6;

    identifierValue?: string

    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.

    from field: optional string identifier_value = 3;

    from field: repeated google.protobuf.UninterpretedOption.NamePart name = 2;

    negativeIntValue?: bigint

    from field: optional int64 negative_int_value = 5;

    positiveIntValue?: bigint

    from field: optional uint64 positive_int_value = 4;

    stringValue?: Uint8Array<ArrayBufferLike>

    from field: optional bytes string_value = 7;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto2
    typeName: "google.protobuf.UninterpretedOption"

    Methods