- 0.56.0 (latest)
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.4
- 0.5.1
- 0.4.4
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AuthorizationPolicy.Rule.Source.BuilderImplements
AuthorizationPolicy.Rule.SourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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];
Name | Description |
values | Iterable<String> The ipBlocks to add. |
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];
Name | Description |
values | Iterable<String> The principals to add. |
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];
Name | Description |
value | String The ipBlocks to add. |
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];
Name | Description |
value | ByteString The bytes of the ipBlocks to add. |
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];
Name | Description |
value | String The principals to add. |
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];
Name | Description |
value | ByteString The bytes of the principals to add. |
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)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
build()
public AuthorizationPolicy.Rule.Source build()
Type | Description |
AuthorizationPolicy.Rule.Source |
buildPartial()
public AuthorizationPolicy.Rule.Source buildPartial()
Type | Description |
AuthorizationPolicy.Rule.Source |
clear()
public AuthorizationPolicy.Rule.Source.Builder clear()
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
clearField(Descriptors.FieldDescriptor field)
public AuthorizationPolicy.Rule.Source.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
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];
Type | Description |
AuthorizationPolicy.Rule.Source.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AuthorizationPolicy.Rule.Source.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
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];
Type | Description |
AuthorizationPolicy.Rule.Source.Builder | This builder for chaining. |
clone()
public AuthorizationPolicy.Rule.Source.Builder clone()
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
getDefaultInstanceForType()
public AuthorizationPolicy.Rule.Source getDefaultInstanceForType()
Type | Description |
AuthorizationPolicy.Rule.Source |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
Type | Description |
ProtocolStringList | A list containing the principals. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AuthorizationPolicy.Rule.Source other)
public AuthorizationPolicy.Rule.Source.Builder mergeFrom(AuthorizationPolicy.Rule.Source other)
Name | Description |
other | AuthorizationPolicy.Rule.Source |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AuthorizationPolicy.Rule.Source.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AuthorizationPolicy.Rule.Source.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AuthorizationPolicy.Rule.Source.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AuthorizationPolicy.Rule.Source.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
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];
Name | Description |
index | int The index to set the value at. |
value | String The ipBlocks to set. |
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];
Name | Description |
index | int The index to set the value at. |
value | String The principals to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AuthorizationPolicy.Rule.Source.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AuthorizationPolicy.Rule.Source.Builder |