Class AuthorizationPolicy.Rule.Destination.Builder (0.14.0)

public static final class AuthorizationPolicy.Rule.Destination.Builder extends GeneratedMessageV3.Builder<AuthorizationPolicy.Rule.Destination.Builder> implements AuthorizationPolicy.Rule.DestinationOrBuilder

Specification of traffic destination attributes.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllHosts(Iterable<String> values)

public AuthorizationPolicy.Rule.Destination.Builder addAllHosts(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
NameDescription
valuesIterable<String>

The hosts to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addAllMethods(Iterable<String> values)

public AuthorizationPolicy.Rule.Destination.Builder addAllMethods(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
NameDescription
valuesIterable<String>

The methods to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addAllPorts(Iterable<? extends Integer> values)

public AuthorizationPolicy.Rule.Destination.Builder addAllPorts(Iterable<? extends Integer> values)

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

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

Parameter
NameDescription
valuesIterable<? extends java.lang.Integer>

The ports to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addHosts(String value)

public AuthorizationPolicy.Rule.Destination.Builder addHosts(String value)

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
NameDescription
valueString

The hosts to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addHostsBytes(ByteString value)

public AuthorizationPolicy.Rule.Destination.Builder addHostsBytes(ByteString value)

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
NameDescription
valueByteString

The bytes of the hosts to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addMethods(String value)

public AuthorizationPolicy.Rule.Destination.Builder addMethods(String value)

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
NameDescription
valueString

The methods to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addMethodsBytes(ByteString value)

public AuthorizationPolicy.Rule.Destination.Builder addMethodsBytes(ByteString value)

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
NameDescription
valueByteString

The bytes of the methods to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addPorts(int value)

public AuthorizationPolicy.Rule.Destination.Builder addPorts(int value)

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

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

Parameter
NameDescription
valueint

The ports to add.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AuthorizationPolicy.Rule.Destination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

build()

public AuthorizationPolicy.Rule.Destination build()
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination

buildPartial()

public AuthorizationPolicy.Rule.Destination buildPartial()
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination

clear()

public AuthorizationPolicy.Rule.Destination.Builder clear()
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AuthorizationPolicy.Rule.Destination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearHosts()

public AuthorizationPolicy.Rule.Destination.Builder clearHosts()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clearHttpHeaderMatch()

public AuthorizationPolicy.Rule.Destination.Builder clearHttpHeaderMatch()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

clearMethods()

public AuthorizationPolicy.Rule.Destination.Builder clearMethods()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AuthorizationPolicy.Rule.Destination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

clearPorts()

public AuthorizationPolicy.Rule.Destination.Builder clearPorts()

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

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

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

clone()

public AuthorizationPolicy.Rule.Destination.Builder clone()
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

getDefaultInstanceForType()

public AuthorizationPolicy.Rule.Destination getDefaultInstanceForType()
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHosts(int index)

public String getHosts(int index)

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The hosts at the given index.

getHostsBytes(int index)

public ByteString getHostsBytes(int index)

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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the hosts at the given index.

getHostsCount()

public int getHostsCount()

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
TypeDescription
int

The count of hosts.

getHostsList()

public ProtocolStringList getHostsList()

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
TypeDescription
ProtocolStringList

A list containing the hosts.

getHttpHeaderMatch()

public AuthorizationPolicy.Rule.Destination.HttpHeaderMatch getHttpHeaderMatch()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch

The httpHeaderMatch.

getHttpHeaderMatchBuilder()

public AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder getHttpHeaderMatchBuilder()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder

getHttpHeaderMatchOrBuilder()

public AuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuilder getHttpHeaderMatchOrBuilder()

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
TypeDescription
AuthorizationPolicy.Rule.Destination.HttpHeaderMatchOrBuilder

getMethods(int index)

public String getMethods(int index)

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The methods at the given index.

getMethodsBytes(int index)

public ByteString getMethodsBytes(int index)

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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the methods at the given index.

getMethodsCount()

public int getMethodsCount()

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
TypeDescription
int

The count of methods.

getMethodsList()

public ProtocolStringList getMethodsList()

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
TypeDescription
ProtocolStringList

A list containing the methods.

getPorts(int index)

public int getPorts(int index)

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

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

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The ports at the given index.

getPortsCount()

public int getPortsCount()

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

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

Returns
TypeDescription
int

The count of ports.

getPortsList()

public List<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
TypeDescription
List<Integer>

A list containing the ports.

hasHttpHeaderMatch()

public boolean hasHttpHeaderMatch()

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
TypeDescription
boolean

Whether the httpHeaderMatch field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AuthorizationPolicy.Rule.Destination other)

public AuthorizationPolicy.Rule.Destination.Builder mergeFrom(AuthorizationPolicy.Rule.Destination other)
Parameter
NameDescription
otherAuthorizationPolicy.Rule.Destination
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AuthorizationPolicy.Rule.Destination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AuthorizationPolicy.Rule.Destination.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

mergeHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

public AuthorizationPolicy.Rule.Destination.Builder mergeHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

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
NameDescription
valueAuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AuthorizationPolicy.Rule.Destination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AuthorizationPolicy.Rule.Destination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setHosts(int index, String value)

public AuthorizationPolicy.Rule.Destination.Builder setHosts(int index, String value)

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
NameDescription
indexint

The index to set the value at.

valueString

The hosts to set.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

setHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

public AuthorizationPolicy.Rule.Destination.Builder setHttpHeaderMatch(AuthorizationPolicy.Rule.Destination.HttpHeaderMatch value)

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
NameDescription
valueAuthorizationPolicy.Rule.Destination.HttpHeaderMatch
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

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

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

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
NameDescription
builderForValueAuthorizationPolicy.Rule.Destination.HttpHeaderMatch.Builder
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

setMethods(int index, String value)

public AuthorizationPolicy.Rule.Destination.Builder setMethods(int index, String value)

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
NameDescription
indexint

The index to set the value at.

valueString

The methods to set.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

setPorts(int index, int value)

public AuthorizationPolicy.Rule.Destination.Builder setPorts(int index, int value)

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

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

Parameters
NameDescription
indexint

The index to set the value at.

valueint

The ports to set.

Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder

This builder for chaining.

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

public AuthorizationPolicy.Rule.Destination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AuthorizationPolicy.Rule.Destination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AuthorizationPolicy.Rule.Destination.Builder
Overrides