envoy.extensions.rate_limit_descriptors.expr.v3.Descriptor
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.rate_limit_descriptors.expr.v3.Descriptor
.withDescriptorKey('string')
.withParsed(types.google.api.expr.v1alpha1.Expr)
.withSkipIfError(false)
.withText('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
descriptor_key |
string
|
|
|
{"String_":{"WellKnown":null,"min_len":1}}
|
parsed |
google.api.expr.v1alpha1.Expr
|
expr_specifier |
|
|
skip_if_error |
bool
|
|
|
|
text |
string
|
expr_specifier |
|
{"String_":{"WellKnown":null,"min_len":1}}
|