Class FirewallPolicyRuleMatcherLayer4Config (1.27.0)

public final class FirewallPolicyRuleMatcherLayer4Config extends GeneratedMessageV3 implements FirewallPolicyRuleMatcherLayer4ConfigOrBuilder

Protobuf type google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FirewallPolicyRuleMatcherLayer4Config

Static Fields

IP_PROTOCOL_FIELD_NUMBER

public static final int IP_PROTOCOL_FIELD_NUMBER
Field Value
TypeDescription
int

PORTS_FIELD_NUMBER

public static final int PORTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FirewallPolicyRuleMatcherLayer4Config getDefaultInstance()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FirewallPolicyRuleMatcherLayer4Config.Builder newBuilder()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

newBuilder(FirewallPolicyRuleMatcherLayer4Config prototype)

public static FirewallPolicyRuleMatcherLayer4Config.Builder newBuilder(FirewallPolicyRuleMatcherLayer4Config prototype)
Parameter
NameDescription
prototypeFirewallPolicyRuleMatcherLayer4Config
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

parseDelimitedFrom(InputStream input)

public static FirewallPolicyRuleMatcherLayer4Config parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FirewallPolicyRuleMatcherLayer4Config parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FirewallPolicyRuleMatcherLayer4Config> parser()
Returns
TypeDescription
Parser<FirewallPolicyRuleMatcherLayer4Config>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FirewallPolicyRuleMatcherLayer4Config getDefaultInstanceForType()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config

getIpProtocol()

public String getIpProtocol()

The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.

optional string ip_protocol = 475958960;

Returns
TypeDescription
String

The ipProtocol.

getIpProtocolBytes()

public ByteString getIpProtocolBytes()

The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.

optional string ip_protocol = 475958960;

Returns
TypeDescription
ByteString

The bytes for ipProtocol.

getParserForType()

public Parser<FirewallPolicyRuleMatcherLayer4Config> getParserForType()
Returns
TypeDescription
Parser<FirewallPolicyRuleMatcherLayer4Config>
Overrides

getPorts(int index)

public String getPorts(int index)

An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].

repeated string ports = 106854418;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The ports at the given index.

getPortsBytes(int index)

public ByteString getPortsBytes(int index)

An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].

repeated string ports = 106854418;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the ports at the given index.

getPortsCount()

public int getPortsCount()

An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].

repeated string ports = 106854418;

Returns
TypeDescription
int

The count of ports.

getPortsList()

public ProtocolStringList getPortsList()

An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].

repeated string ports = 106854418;

Returns
TypeDescription
ProtocolStringList

A list containing the ports.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasIpProtocol()

public boolean hasIpProtocol()

The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.

optional string ip_protocol = 475958960;

Returns
TypeDescription
boolean

Whether the ipProtocol field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FirewallPolicyRuleMatcherLayer4Config.Builder newBuilderForType()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FirewallPolicyRuleMatcherLayer4Config.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FirewallPolicyRuleMatcherLayer4Config.Builder toBuilder()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException