Class AuthorizationPolicy.Rule.Source.Builder (0.14.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.v1.AuthorizationPolicy.Rule.Source

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The ipBlocks to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The principals to add.

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

The ipBlocks to add.

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

The bytes of the ipBlocks to add.

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

The principals to add.

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

The bytes of the principals to add.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AuthorizationPolicy.Rule.Source.Builder
Overrides

build()

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

buildPartial()

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

clear()

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

clearField(Descriptors.FieldDescriptor field)

public AuthorizationPolicy.Rule.Source.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AuthorizationPolicy.Rule.Source.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
AuthorizationPolicy.Rule.Source.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

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

The index of the value to return.

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

The index of the element to return.

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

The index of the value to return.

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

A list containing the principals.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AuthorizationPolicy.Rule.Source other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public AuthorizationPolicy.Rule.Source.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The ipBlocks to set.

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

The index to set the value at.

valueString

The principals to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AuthorizationPolicy.Rule.Source.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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