Class AuthorizationPolicy.Rule.Destination.Builder (0.35.0)

publicstaticfinalclass AuthorizationPolicy.Rule.Destination.BuilderextendsGeneratedMessageV3.Builder<AuthorizationPolicy.Rule.Destination.Builder>implementsAuthorizationPolicy.Rule.DestinationOrBuilder

Specification of traffic destination attributes.

Protobuf type google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addAllHosts(Iterable<String> values)

publicAuthorizationPolicy.Rule.Destination.BuilderaddAllHosts(Iterable<String>values)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<String>

The hosts to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addAllMethods(Iterable<String> values)

publicAuthorizationPolicy.Rule.Destination.BuilderaddAllMethods(Iterable<String>values)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The methods to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addAllPorts(Iterable<? extends Integer> values)

publicAuthorizationPolicy.Rule.Destination.BuilderaddAllPorts(Iterable<?extendsInteger>values)

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends java.lang.Integer>

The ports to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addHosts(String value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddHosts(Stringvalue)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The hosts to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addHostsBytes(ByteString value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddHostsBytes(ByteStringvalue)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes of the hosts to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addMethods(String value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddMethods(Stringvalue)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The methods to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addMethodsBytes(ByteString value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddMethodsBytes(ByteStringvalue)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the methods to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addPorts(int value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddPorts(intvalue)

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The ports to add.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicAuthorizationPolicy.Rule.Destination.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

build()

publicAuthorizationPolicy.Rule.Destinationbuild()
Returns
Type Description
AuthorizationPolicy.Rule.Destination

buildPartial()

publicAuthorizationPolicy.Rule.DestinationbuildPartial()
Returns
Type Description
AuthorizationPolicy.Rule.Destination

clear()

publicAuthorizationPolicy.Rule.Destination.Builderclear()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicAuthorizationPolicy.Rule.Destination.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearHosts()

publicAuthorizationPolicy.Rule.Destination.BuilderclearHosts()

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clearHttpHeaderMatch()

publicAuthorizationPolicy.Rule.Destination.BuilderclearHttpHeaderMatch()

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

clearMethods()

publicAuthorizationPolicy.Rule.Destination.BuilderclearMethods()

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicAuthorizationPolicy.Rule.Destination.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearPorts()

publicAuthorizationPolicy.Rule.Destination.BuilderclearPorts()

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clone()

publicAuthorizationPolicy.Rule.Destination.Builderclone()
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

getDefaultInstanceForType()

publicAuthorizationPolicy.Rule.DestinationgetDefaultInstanceForType()
Returns
Type Description
AuthorizationPolicy.Rule.Destination

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHosts(int index)

publicStringgetHosts(intindex)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The hosts at the given index.

getHostsBytes(int index)

publicByteStringgetHostsBytes(intindex)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the hosts at the given index.

getHostsCount()

publicintgetHostsCount()

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of hosts.

getHostsList()

publicProtocolStringListgetHostsList()

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProtocolStringList

A list containing the hosts.

getHttpHeaderMatch()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatchgetHttpHeaderMatch()

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

The httpHeaderMatch.

getHttpHeaderMatchBuilder()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuildergetHttpHeaderMatchBuilder()

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

getHttpHeaderMatchOrBuilder()

publicAuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuildergetHttpHeaderMatchOrBuilder()

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuilder

getMethods(int index)

publicStringgetMethods(intindex)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The methods at the given index.

getMethodsBytes(int index)

publicByteStringgetMethodsBytes(intindex)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the methods at the given index.

getMethodsCount()

publicintgetMethodsCount()

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of methods.

getMethodsList()

publicProtocolStringListgetMethodsList()

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the methods.

getPorts(int index)

publicintgetPorts(intindex)

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The ports at the given index.

getPortsCount()

publicintgetPortsCount()

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of ports.

getPortsList()

publicList<Integer>getPortsList()

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Integer>

A list containing the ports.

hasHttpHeaderMatch()

publicbooleanhasHttpHeaderMatch()

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the httpHeaderMatch field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AuthorizationPolicy.Rule.Destination other)

publicAuthorizationPolicy.Rule.Destination.BuildermergeFrom(AuthorizationPolicy.Rule.Destinationother)
Parameter
Name Description
other AuthorizationPolicy.Rule.Destination
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicAuthorizationPolicy.Rule.Destination.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicAuthorizationPolicy.Rule.Destination.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

mergeHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

publicAuthorizationPolicy.Rule.Destination.BuildermergeHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatchvalue)

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalAuthorizationPolicy.Rule.Destination.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicAuthorizationPolicy.Rule.Destination.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setHosts(int index, String value)

publicAuthorizationPolicy.Rule.Destination.BuildersetHosts(intindex,Stringvalue)

Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".

repeated string hosts = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int

The index to set the value at.

value String

The hosts to set.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

setHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

publicAuthorizationPolicy.Rule.Destination.BuildersetHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatchvalue)

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value AuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

setHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder builderForValue)

publicAuthorizationPolicy.Rule.Destination.BuildersetHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.BuilderbuilderForValue)

Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.

.google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Destination.HttpHeaderMatch http_header_match = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

setMethods(int index, String value)

publicAuthorizationPolicy.Rule.Destination.BuildersetMethods(intindex,Stringvalue)

Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.

repeated string methods = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The methods to set.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

setPorts(int index, int value)

publicAuthorizationPolicy.Rule.Destination.BuildersetPorts(intindex,intvalue)

Required. List of destination ports to match. At least one port should match.

repeated uint32 ports = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int

The index to set the value at.

value int

The ports to set.

Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicAuthorizationPolicy.Rule.Destination.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalAuthorizationPolicy.Rule.Destination.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizationPolicy.Rule.Destination.Builder
Overrides

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.