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

    Class MethodOptions

    from message google.protobuf.MethodOptions

    Hierarchy

    Index

    Constructors

    Properties

    deprecated?: boolean

    Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.

    from field: optional bool deprecated = 33 [default = false];

    from field: optional google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];

    uninterpretedOption: UninterpretedOption[] = []

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

    from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;

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

    Methods