View Source Envoy.Service.Ratelimit.V3.RateLimitResponse (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Service.Ratelimit.V3.RateLimitResponse{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  dynamic_metadata: Google.Protobuf.Struct.t() | nil,
  overall_code: Envoy.Service.Ratelimit.V3.RateLimitResponse.Code.t(),
  quota: Envoy.Service.Ratelimit.V3.RateLimitResponse.Quota.t() | nil,
  raw_body: binary(),
  request_headers_to_add: [Envoy.Config.Core.V3.HeaderValue.t()],
  response_headers_to_add: [Envoy.Config.Core.V3.HeaderValue.t()],
  statuses: [Envoy.Service.Ratelimit.V3.RateLimitResponse.DescriptorStatus.t()]
}