Class AuthorizationPolicy.Rule.Destination.HttpHeaderMatch (0.49.0)

publicstaticfinalclass AuthorizationPolicy.Rule.Destination.HttpHeaderMatchextendsGeneratedMessageV3implementsAuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuilder

Specification of HTTP header match attributes.

Protobuf type google.cloud.networksecurity.v1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

HEADER_NAME_FIELD_NUMBER

publicstaticfinalintHEADER_NAME_FIELD_NUMBER
Field Value
Type Description
int

REGEX_MATCH_FIELD_NUMBER

publicstaticfinalintREGEX_MATCH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchgetDefaultInstance()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildernewBuilder()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

newBuilder(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch prototype)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildernewBuilder(AuthorizationPolicy.Rule.Destination.HttpHeaderMatchprototype)
Parameter
Name Description
prototype AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

parseDelimitedFrom(InputStream input)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthorizationPolicy.Rule.Destination.HttpHeaderMatchparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<AuthorizationPolicy.Rule.Destination.HttpHeaderMatch>parser()
Returns
Type Description
Parser<HttpHeaderMatch>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatchgetDefaultInstanceForType()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

getHeaderName()

publicStringgetHeaderName()

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];

Returns
Type Description
String

The headerName.

getHeaderNameBytes()

publicByteStringgetHeaderNameBytes()

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];

Returns
Type Description
ByteString

The bytes for headerName.

getParserForType()

publicParser<AuthorizationPolicy.Rule.Destination.HttpHeaderMatch>getParserForType()
Returns
Type Description
Parser<HttpHeaderMatch>
Overrides

getRegexMatch()

publicStringgetRegexMatch()

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];

Returns
Type Description
String

The regexMatch.

getRegexMatchBytes()

publicByteStringgetRegexMatchBytes()

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];

Returns
Type Description
ByteString

The bytes for regexMatch.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getTypeCase()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.TypeCasegetTypeCase()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.TypeCase

hasRegexMatch()

publicbooleanhasRegexMatch()

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];

Returns
Type Description
boolean

Whether the regexMatch field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildernewBuilderForType()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildertoBuilder()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.