Class AuthorizationPolicy.Rule.Source.Builder (0.45.0)

public static final class AuthorizationPolicy.Rule.Source.Builder extends GeneratedMessageV3.Builder<AuthorizationPolicy.Rule.Source.Builder> implements AuthorizationPolicy.Rule.SourceOrBuilder

Specification of traffic source attributes.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllIpBlocks(Iterable<String> values)

public AuthorizationPolicy.Rule.Source.Builder addAllIpBlocks(Iterable<String> values)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The ipBlocks to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addAllPrincipals(Iterable<String> values)

public AuthorizationPolicy.Rule.Source.Builder addAllPrincipals(Iterable<String> values)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The principals to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addIpBlocks(String value)

public AuthorizationPolicy.Rule.Source.Builder addIpBlocks(String value)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The ipBlocks to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addIpBlocksBytes(ByteString value)

public AuthorizationPolicy.Rule.Source.Builder addIpBlocksBytes(ByteString value)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the ipBlocks to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addPrincipals(String value)

public AuthorizationPolicy.Rule.Source.Builder addPrincipals(String value)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The principals to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addPrincipalsBytes(ByteString value)

public AuthorizationPolicy.Rule.Source.Builder addPrincipalsBytes(ByteString value)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the principals to add.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AuthorizationPolicy.Rule.Source.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

build()

public AuthorizationPolicy.Rule.Source build()
Returns
Type Description
AuthorizationPolicy.Rule.Source

buildPartial()

public AuthorizationPolicy.Rule.Source buildPartial()
Returns
Type Description
AuthorizationPolicy.Rule.Source

clear()

public AuthorizationPolicy.Rule.Source.Builder clear()
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AuthorizationPolicy.Rule.Source.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

clearIpBlocks()

public AuthorizationPolicy.Rule.Source.Builder clearIpBlocks()

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AuthorizationPolicy.Rule.Source.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

clearPrincipals()

public AuthorizationPolicy.Rule.Source.Builder clearPrincipals()

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

clone()

public AuthorizationPolicy.Rule.Source.Builder clone()
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

getDefaultInstanceForType()

public AuthorizationPolicy.Rule.Source getDefaultInstanceForType()
Returns
Type Description
AuthorizationPolicy.Rule.Source

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIpBlocks(int index)

public String getIpBlocks(int index)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ipBlocks at the given index.

getIpBlocksBytes(int index)

public ByteString getIpBlocksBytes(int index)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.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 ipBlocks at the given index.

getIpBlocksCount()

public int getIpBlocksCount()

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of ipBlocks.

getIpBlocksList()

public ProtocolStringList getIpBlocksList()

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the ipBlocks.

getPrincipals(int index)

public String getPrincipals(int index)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The principals at the given index.

getPrincipalsBytes(int index)

public ByteString getPrincipalsBytes(int index)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.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 principals at the given index.

getPrincipalsCount()

public int getPrincipalsCount()

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of principals.

getPrincipalsList()

public ProtocolStringList getPrincipalsList()

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the principals.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AuthorizationPolicy.Rule.Source other)

public AuthorizationPolicy.Rule.Source.Builder mergeFrom(AuthorizationPolicy.Rule.Source other)
Parameter
Name Description
other AuthorizationPolicy.Rule.Source
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AuthorizationPolicy.Rule.Source.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AuthorizationPolicy.Rule.Source.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AuthorizationPolicy.Rule.Source.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AuthorizationPolicy.Rule.Source.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

setIpBlocks(int index, String value)

public AuthorizationPolicy.Rule.Source.Builder setIpBlocks(int index, String value)

Optional. List of CIDR ranges to match based on source IP address. At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported. Authorization based on source IP alone should be avoided. The IP addresses of any load balancers or proxies should be considered untrusted.

repeated string ip_blocks = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The ipBlocks to set.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

setPrincipals(int index, String value)

public AuthorizationPolicy.Rule.Source.Builder setPrincipals(int index, String value)

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/*") or a suffix match (example, "/service-account") or a presence match "". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

repeated string principals = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The principals to set.

Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

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

public AuthorizationPolicy.Rule.Source.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AuthorizationPolicy.Rule.Source.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AuthorizationPolicy.Rule.Source.Builder
Overrides