GoogleApi.ServiceNetworking.V1.Model.Http (google_api_service_networking v0.40.0)
View SourceDefines the HTTP configuration for an API service. It contains a list of HttpRule, each specifying the mapping of an RPC method to one or more HTTP REST API methods.
Attributes
-
fullyDecodeReservedExpansion
(type:boolean()
, default:nil
) - When set to true, URL path parameters 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. -
rules
(type:list(GoogleApi.ServiceNetworking.V1.Model.HttpRule.t)
, default:nil
) - A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.Http{ fullyDecodeReservedExpansion: boolean() | nil, rules: [GoogleApi.ServiceNetworking.V1.Model.HttpRule.t()] | nil }