Class Denied.Builder (1.51.0)

public static final class Denied.Builder extends GeneratedMessageV3.Builder<Denied.Builder> implements DeniedOrBuilder

Protobuf type google.cloud.compute.v1.Denied

Implements

DeniedOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllPorts(Iterable<String> values)

public Denied.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
NameDescription
valuesIterable<String>

The ports to add.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

addPorts(String value)

public Denied.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
NameDescription
valueString

The ports to add.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

addPortsBytes(ByteString value)

public Denied.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
NameDescription
valueByteString

The bytes of the ports to add.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Denied build()
Returns
TypeDescription
Denied

buildPartial()

public Denied buildPartial()
Returns
TypeDescription
Denied

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearIPProtocol()

public Denied.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
TypeDescription
Denied.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPorts()

public Denied.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
TypeDescription
Denied.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public Denied getDefaultInstanceForType()
Returns
TypeDescription
Denied

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

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

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

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(Denied other)

public Denied.Builder mergeFrom(Denied other)
Parameter
NameDescription
otherDenied
Returns
TypeDescription
Denied.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setIPProtocol(String value)

public Denied.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
NameDescription
valueString

The iPProtocol to set.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

setIPProtocolBytes(ByteString value)

public Denied.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
NameDescription
valueByteString

The bytes for iPProtocol to set.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

setPorts(int index, String value)

public Denied.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
NameDescription
indexint

The index to set the value at.

valueString

The ports to set.

Returns
TypeDescription
Denied.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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