Google.Api.Http (googleapis v0.1.0)
View SourceDefines 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.
Summary
Types
@type t() :: %Google.Api.Http{ __unknown_fields__: [Protobuf.unknown_field()], fully_decode_reserved_expansion: boolean(), rules: [Google.Api.HttpRule.t()] }