Class Allowed.Builder (1.53.0)

public static final class Allowed.Builder extends GeneratedMessageV3.Builder<Allowed.Builder> implements AllowedOrBuilder

Protobuf type google.cloud.compute.v1.Allowed

Implements

AllowedOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllPorts(Iterable<String> values)

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

An optional list of ports to which this rule applies. This field is only applicable for the 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
Name Description
values Iterable<String>

The ports to add.

Returns
Type Description
Allowed.Builder

This builder for chaining.

addPorts(String value)

public Allowed.Builder addPorts(String value)

An optional list of ports to which this rule applies. This field is only applicable for the 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
Name Description
value String

The ports to add.

Returns
Type Description
Allowed.Builder

This builder for chaining.

addPortsBytes(ByteString value)

public Allowed.Builder addPortsBytes(ByteString value)

An optional list of ports to which this rule applies. This field is only applicable for the 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
Name Description
value ByteString

The bytes of the ports to add.

Returns
Type Description
Allowed.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Allowed.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Allowed.Builder
Overrides

build()

public Allowed build()
Returns
Type Description
Allowed

buildPartial()

public Allowed buildPartial()
Returns
Type Description
Allowed

clear()

public Allowed.Builder clear()
Returns
Type Description
Allowed.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Allowed.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Allowed.Builder
Overrides

clearIPProtocol()

public Allowed.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 I_p_protocol = 488094525;

Returns
Type Description
Allowed.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Allowed.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Allowed.Builder
Overrides

clearPorts()

public Allowed.Builder clearPorts()

An optional list of ports to which this rule applies. This field is only applicable for the 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
Type Description
Allowed.Builder

This builder for chaining.

clone()

public Allowed.Builder clone()
Returns
Type Description
Allowed.Builder
Overrides

getDefaultInstanceForType()

public Allowed getDefaultInstanceForType()
Returns
Type Description
Allowed

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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 I_p_protocol = 488094525;

Returns
Type Description
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 I_p_protocol = 488094525;

Returns
Type Description
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 the 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
Name Description
index int

The index of the element to return.

Returns
Type Description
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 the 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
Name Description
index int

The index of the value to return.

Returns
Type Description
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 the 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
Type Description
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 the 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
Type Description
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 I_p_protocol = 488094525;

Returns
Type Description
boolean

Whether the iPProtocol field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Allowed other)

public Allowed.Builder mergeFrom(Allowed other)
Parameter
Name Description
other Allowed
Returns
Type Description
Allowed.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Allowed.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Allowed.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Allowed.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Allowed.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Allowed.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Allowed.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Allowed.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Allowed.Builder
Overrides

setIPProtocol(String value)

public Allowed.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 I_p_protocol = 488094525;

Parameter
Name Description
value String

The iPProtocol to set.

Returns
Type Description
Allowed.Builder

This builder for chaining.

setIPProtocolBytes(ByteString value)

public Allowed.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 I_p_protocol = 488094525;

Parameter
Name Description
value ByteString

The bytes for iPProtocol to set.

Returns
Type Description
Allowed.Builder

This builder for chaining.

setPorts(int index, String value)

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

An optional list of ports to which this rule applies. This field is only applicable for the 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
Name Description
index int

The index to set the value at.

value String

The ports to set.

Returns
Type Description
Allowed.Builder

This builder for chaining.

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

public Allowed.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Allowed.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Allowed.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Allowed.Builder
Overrides