Class HeaderMatch (0.3.0)

HeaderMatch(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A match against a collection of headers.

Attributes

NameDescription
type_ google.cloud.network_services_v1.types.GrpcRoute.HeaderMatch.Type
Optional. Specifies how to match against the value of the header. If not specified, a default value of EXACT is used.
key str
Required. The key of the header.
value str
Required. The value of the header.

Classes

Type

Type(value)

The type of match.