View Source Envoy.Service.RateLimitQuota.V3.RateLimitQuotaUsageReports.BucketQuotaUsage (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Service.RateLimitQuota.V3.RateLimitQuotaUsageReports.BucketQuotaUsage{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], bucket_id: Envoy.Service.RateLimitQuota.V3.BucketId.t() | nil, num_requests_allowed: non_neg_integer(), num_requests_denied: non_neg_integer(), time_elapsed: Google.Protobuf.Duration.t() | nil }