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

    Class Http

    Defines the HTTP configuration for an API service. It contains a list of [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method to one or more HTTP REST API methods.

    from message google.api.Http

    Hierarchy

    Index

    Constructors

    Properties

    fullyDecodeReservedExpansion: boolean = false

    When set to true, URL path parmeters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded.

    The default behavior is to not decode RFC 6570 reserved characters in multi segment matches.

    from field: bool fully_decode_reserved_expansion = 2;

    rules: HttpRule[] = []

    A list of HTTP configuration rules that apply to individual API methods.

    NOTE: All service configuration rules follow "last one wins" order.

    from field: repeated google.api.HttpRule rules = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "google.api.Http"

    Methods