public static interface AuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
Required.
|
com.google.protobuf.ByteString |
getHeaderNameBytes()
Required.
|
String |
getRegexMatch()
Required.
|
com.google.protobuf.ByteString |
getRegexMatchBytes()
Required.
|
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.TypeCase |
getTypeCase() |
boolean |
hasRegexMatch()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegexMatch()
Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.
string regex_match = 2 [(.google.api.field_behavior) = REQUIRED];String getRegexMatch()
Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.
string regex_match = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRegexMatchBytes()
Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.
string regex_match = 2 [(.google.api.field_behavior) = REQUIRED];String getHeaderName()
Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method".
string header_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHeaderNameBytes()
Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method".
string header_name = 1 [(.google.api.field_behavior) = REQUIRED];AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.TypeCase getTypeCase()
Copyright © 2024 Google LLC. All rights reserved.