Class NatIpInfoNatIpInfoMapping (1.51.0)

public final class NatIpInfoNatIpInfoMapping extends GeneratedMessageV3 implements NatIpInfoNatIpInfoMappingOrBuilder

Contains information of a NAT IP.

Protobuf type google.cloud.compute.v1.NatIpInfoNatIpInfoMapping

Static Fields

MODE_FIELD_NUMBER

public static final int MODE_FIELD_NUMBER
Field Value
TypeDescription
int

NAT_IP_FIELD_NUMBER

public static final int NAT_IP_FIELD_NUMBER
Field Value
TypeDescription
int

USAGE_FIELD_NUMBER

public static final int USAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NatIpInfoNatIpInfoMapping getDefaultInstance()
Returns
TypeDescription
NatIpInfoNatIpInfoMapping

getDescriptor()

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

newBuilder()

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

newBuilder(NatIpInfoNatIpInfoMapping prototype)

public static NatIpInfoNatIpInfoMapping.Builder newBuilder(NatIpInfoNatIpInfoMapping prototype)
Parameter
NameDescription
prototypeNatIpInfoNatIpInfoMapping
Returns
TypeDescription
NatIpInfoNatIpInfoMapping.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NatIpInfoNatIpInfoMapping getDefaultInstanceForType()
Returns
TypeDescription
NatIpInfoNatIpInfoMapping

getMode()

public String getMode()

Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
TypeDescription
String

The mode.

getModeBytes()

public ByteString getModeBytes()

Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
TypeDescription
ByteString

The bytes for mode.

getNatIp()

public String getNatIp()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
String

The natIp.

getNatIpBytes()

public ByteString getNatIpBytes()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
ByteString

The bytes for natIp.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUsage()

public String getUsage()

Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
TypeDescription
String

The usage.

getUsageBytes()

public ByteString getUsageBytes()

Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
TypeDescription
ByteString

The bytes for usage.

hasMode()

public boolean hasMode()

Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
TypeDescription
boolean

Whether the mode field is set.

hasNatIp()

public boolean hasNatIp()

NAT IP address. For example: 203.0.113.11.

optional string nat_ip = 21113093;

Returns
TypeDescription
boolean

Whether the natIp field is set.

hasUsage()

public boolean hasUsage()

Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.

optional string usage = 111574433;

Returns
TypeDescription
boolean

Whether the usage 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 NatIpInfoNatIpInfoMapping.Builder newBuilderForType()
Returns
TypeDescription
NatIpInfoNatIpInfoMapping.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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