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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
IP_BLOCKS_FIELD_NUMBER
public static final int IP_BLOCKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PRINCIPALS_FIELD_NUMBER
public static final int PRINCIPALS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AuthorizationPolicy.Rule.Source getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AuthorizationPolicy.Rule.Source.Builder newBuilder()
newBuilder(AuthorizationPolicy.Rule.Source prototype)
public static AuthorizationPolicy.Rule.Source.Builder newBuilder(AuthorizationPolicy.Rule.Source prototype)
public static AuthorizationPolicy.Rule.Source parseDelimitedFrom(InputStream input)
public static AuthorizationPolicy.Rule.Source parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AuthorizationPolicy.Rule.Source parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(CodedInputStream input)
public static AuthorizationPolicy.Rule.Source parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(InputStream input)
public static AuthorizationPolicy.Rule.Source parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AuthorizationPolicy.Rule.Source parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AuthorizationPolicy.Rule.Source> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public AuthorizationPolicy.Rule.Source getDefaultInstanceForType()
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];
getParserForType()
public Parser<AuthorizationPolicy.Rule.Source> getParserForType()
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];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AuthorizationPolicy.Rule.Source.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AuthorizationPolicy.Rule.Source.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AuthorizationPolicy.Rule.Source.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides