Class FirewallPolicyRuleMatcherLayer4Config.Builder (1.51.0)

public static final class FirewallPolicyRuleMatcherLayer4Config.Builder extends GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder> implements FirewallPolicyRuleMatcherLayer4ConfigOrBuilder

Protobuf type google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config

Static Methods

getDescriptor()

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

Methods

addAllPorts(Iterable<String> values)

public FirewallPolicyRuleMatcherLayer4Config.Builder addAllPorts(Iterable<String> values)

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
valuesIterable<String>

The ports to add.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

addPorts(String value)

public FirewallPolicyRuleMatcherLayer4Config.Builder addPorts(String value)

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
valueString

The ports to add.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

addPortsBytes(ByteString value)

public FirewallPolicyRuleMatcherLayer4Config.Builder addPortsBytes(ByteString value)

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
valueByteString

The bytes of the ports to add.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FirewallPolicyRuleMatcherLayer4Config.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

build()

public FirewallPolicyRuleMatcherLayer4Config build()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config

buildPartial()

public FirewallPolicyRuleMatcherLayer4Config buildPartial()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config

clear()

public FirewallPolicyRuleMatcherLayer4Config.Builder clear()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FirewallPolicyRuleMatcherLayer4Config.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

clearIpProtocol()

public FirewallPolicyRuleMatcherLayer4Config.Builder clearIpProtocol()

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
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FirewallPolicyRuleMatcherLayer4Config.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

clearPorts()

public FirewallPolicyRuleMatcherLayer4Config.Builder clearPorts()

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
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

clone()

public FirewallPolicyRuleMatcherLayer4Config.Builder clone()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

getDefaultInstanceForType()

public FirewallPolicyRuleMatcherLayer4Config getDefaultInstanceForType()
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FirewallPolicyRuleMatcherLayer4Config other)

public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(FirewallPolicyRuleMatcherLayer4Config other)
Parameter
NameDescription
otherFirewallPolicyRuleMatcherLayer4Config
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FirewallPolicyRuleMatcherLayer4Config.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FirewallPolicyRuleMatcherLayer4Config.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

setIpProtocol(String value)

public FirewallPolicyRuleMatcherLayer4Config.Builder setIpProtocol(String value)

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;

Parameter
NameDescription
valueString

The ipProtocol to set.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

setIpProtocolBytes(ByteString value)

public FirewallPolicyRuleMatcherLayer4Config.Builder setIpProtocolBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for ipProtocol to set.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

setPorts(int index, String value)

public FirewallPolicyRuleMatcherLayer4Config.Builder setPorts(int index, String value)

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;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The ports to set.

Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FirewallPolicyRuleMatcherLayer4Config.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FirewallPolicyRuleMatcherLayer4Config.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FirewallPolicyRuleMatcherLayer4Config.Builder
Overrides