Network Services V1 API - Module Google::Cloud::NetworkServices::V1::GrpcRoute::HeaderMatch::Type (v0.2.0)

Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::GrpcRoute::HeaderMatch::Type.

The type of match.

Constants

TYPE_UNSPECIFIED

value: 0
Unspecified.

EXACT

value: 1
Will only match the exact value provided.

REGULAR_EXPRESSION

value: 2
Will match paths conforming to the prefix specified by value. RE2 syntax is supported.