View Source Google.Api.HttpRule (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Google.Api.HttpRule{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  additional_bindings: [t()],
  body: String.t(),
  pattern:
    {:get, String.t()}
    | {:put, String.t()}
    | {:post, String.t()}
    | {:delete, String.t()}
    | {:patch, String.t()}
    | {:custom, Google.Api.CustomHttpPattern.t() | nil}
    | nil,
  response_body: String.t(),
  selector: String.t()
}