Class NetworkAddressList (0.26.0)

public final class NetworkAddressList extends GeneratedMessageV3 implements NetworkAddressListOrBuilder

List of allocated/assigned network addresses.

Protobuf type google.cloud.migrationcenter.v1.NetworkAddressList

Static Fields

ENTRIES_FIELD_NUMBER

public static final int ENTRIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NetworkAddressList getDefaultInstance()
Returns
Type Description
NetworkAddressList

getDescriptor()

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

newBuilder()

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

newBuilder(NetworkAddressList prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NetworkAddressList getDefaultInstanceForType()
Returns
Type Description
NetworkAddressList

getEntries(int index)

public NetworkAddress getEntries(int index)

Network address entries.

repeated .google.cloud.migrationcenter.v1.NetworkAddress entries = 1;

Parameter
Name Description
index int
Returns
Type Description
NetworkAddress

getEntriesCount()

public int getEntriesCount()

Network address entries.

repeated .google.cloud.migrationcenter.v1.NetworkAddress entries = 1;

Returns
Type Description
int

getEntriesList()

public List<NetworkAddress> getEntriesList()

Network address entries.

repeated .google.cloud.migrationcenter.v1.NetworkAddress entries = 1;

Returns
Type Description
List<NetworkAddress>

getEntriesOrBuilder(int index)

public NetworkAddressOrBuilder getEntriesOrBuilder(int index)

Network address entries.

repeated .google.cloud.migrationcenter.v1.NetworkAddress entries = 1;

Parameter
Name Description
index int
Returns
Type Description
NetworkAddressOrBuilder

getEntriesOrBuilderList()

public List<? extends NetworkAddressOrBuilder> getEntriesOrBuilderList()

Network address entries.

repeated .google.cloud.migrationcenter.v1.NetworkAddress entries = 1;

Returns
Type Description
List<? extends com.google.cloud.migrationcenter.v1.NetworkAddressOrBuilder>

getParserForType()

public Parser<NetworkAddressList> getParserForType()
Returns
Type Description
Parser<NetworkAddressList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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