public static final class AuthorizationPolicy.Rule.Source extends GeneratedMessageV3 implements AuthorizationPolicy.Rule.SourceOrBuilder
Specification of traffic source attributes.
Protobuf type google.cloud.networksecurity.v1beta1.AuthorizationPolicy.Rule.Source
Static Fields
IP_BLOCKS_FIELD_NUMBER
public static final int IP_BLOCKS_FIELD_NUMBER
Field Value
PRINCIPALS_FIELD_NUMBER
public static final int PRINCIPALS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AuthorizationPolicy.Rule.Source getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AuthorizationPolicy.Rule.Source.Builder newBuilder()
Returns
newBuilder(AuthorizationPolicy.Rule.Source prototype)
public static AuthorizationPolicy.Rule.Source.Builder newBuilder(AuthorizationPolicy.Rule.Source prototype)
Parameter
Returns
public static AuthorizationPolicy.Rule.Source parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuthorizationPolicy.Rule.Source parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AuthorizationPolicy.Rule.Source parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuthorizationPolicy.Rule.Source parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AuthorizationPolicy.Rule.Source parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuthorizationPolicy.Rule.Source parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuthorizationPolicy.Rule.Source parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AuthorizationPolicy.Rule.Source> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AuthorizationPolicy.Rule.Source getDefaultInstanceForType()
Returns
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
getParserForType()
public Parser<AuthorizationPolicy.Rule.Source> getParserForType()
Returns
Overrides
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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AuthorizationPolicy.Rule.Source.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AuthorizationPolicy.Rule.Source.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AuthorizationPolicy.Rule.Source.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions