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

    Class UninterpretedOption_NamePart

    The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents "foo.(bar.baz).qux".

    from message google.protobuf.UninterpretedOption.NamePart

    Hierarchy

    Index

    Constructors

    Properties

    isExtension?: boolean

    from field: required bool is_extension = 2;

    namePart?: string

    from field: required string name_part = 1;

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

    Methods