Class Allowed (2.76.0)

public final class Allowed extends GeneratedMessageV3 implements AllowedOrBuilder

Allowed IP rule.

Protobuf type google.cloud.securitycenter.v2.Allowed

Implements

AllowedOrBuilder

Static Fields

IP_RULES_FIELD_NUMBER

public static final int IP_RULES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Allowed getDefaultInstance()
Returns
Type Description
Allowed

getDescriptor()

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

newBuilder()

public static Allowed.Builder newBuilder()
Returns
Type Description
Allowed.Builder

newBuilder(Allowed prototype)

public static Allowed.Builder newBuilder(Allowed prototype)
Parameter
Name Description
prototype Allowed
Returns
Type Description
Allowed.Builder

parseDelimitedFrom(InputStream input)

public static Allowed parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Allowed parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Allowed parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Allowed parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Allowed parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Allowed parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Allowed parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Allowed parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Allowed parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Allowed parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Allowed parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Allowed parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Allowed> parser()
Returns
Type Description
Parser<Allowed>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Allowed getDefaultInstanceForType()
Returns
Type Description
Allowed

getIpRules(int index)

public IpRule getIpRules(int index)

Optional. Optional list of allowed IP rules.

repeated .google.cloud.securitycenter.v2.IpRule ip_rules = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
IpRule

getIpRulesCount()

public int getIpRulesCount()

Optional. Optional list of allowed IP rules.

repeated .google.cloud.securitycenter.v2.IpRule ip_rules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getIpRulesList()

public List<IpRule> getIpRulesList()

Optional. Optional list of allowed IP rules.

repeated .google.cloud.securitycenter.v2.IpRule ip_rules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<IpRule>

getIpRulesOrBuilder(int index)

public IpRuleOrBuilder getIpRulesOrBuilder(int index)

Optional. Optional list of allowed IP rules.

repeated .google.cloud.securitycenter.v2.IpRule ip_rules = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
IpRuleOrBuilder

getIpRulesOrBuilderList()

public List<? extends IpRuleOrBuilder> getIpRulesOrBuilderList()

Optional. Optional list of allowed IP rules.

repeated .google.cloud.securitycenter.v2.IpRule ip_rules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v2.IpRuleOrBuilder>

getParserForType()

public Parser<Allowed> getParserForType()
Returns
Type Description
Parser<Allowed>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Allowed.Builder newBuilderForType()
Returns
Type Description
Allowed.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Allowed.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Allowed.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Allowed.Builder toBuilder()
Returns
Type Description
Allowed.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException