Class Denied (1.52.0)

public final class Denied extends GeneratedMessageV3 implements DeniedOrBuilder

Protobuf type google.cloud.compute.v1.Denied

Implements

DeniedOrBuilder

Static Fields

I_P_PROTOCOL_FIELD_NUMBER

public static final int I_P_PROTOCOL_FIELD_NUMBER
Field Value
Type Description
int

PORTS_FIELD_NUMBER

public static final int PORTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Denied getDefaultInstance()
Returns
Type Description
Denied

getDescriptor()

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

newBuilder()

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

newBuilder(Denied prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Denied getDefaultInstanceForType()
Returns
Type Description
Denied

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.

getParserForType()

public Parser<Denied> getParserForType()
Returns
Type Description
Parser<Denied>
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 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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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 I_p_protocol = 488094525;

Returns
Type Description
boolean

Whether the iPProtocol field is set.

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 Denied.Builder newBuilderForType()
Returns
Type Description
Denied.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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