Class RuntimeNetworkInfo (0.26.0)

public final class RuntimeNetworkInfo extends GeneratedMessageV3 implements RuntimeNetworkInfoOrBuilder

Runtime networking information.

Protobuf type google.cloud.migrationcenter.v1.RuntimeNetworkInfo

Static Fields

CONNECTIONS_FIELD_NUMBER

public static final int CONNECTIONS_FIELD_NUMBER
Field Value
Type Description
int

SCAN_TIME_FIELD_NUMBER

public static final int SCAN_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RuntimeNetworkInfo getDefaultInstance()
Returns
Type Description
RuntimeNetworkInfo

getDescriptor()

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

newBuilder()

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

newBuilder(RuntimeNetworkInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getConnections()

public NetworkConnectionList getConnections()

Network connections.

.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;

Returns
Type Description
NetworkConnectionList

The connections.

getConnectionsOrBuilder()

public NetworkConnectionListOrBuilder getConnectionsOrBuilder()

Network connections.

.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;

Returns
Type Description
NetworkConnectionListOrBuilder

getDefaultInstanceForType()

public RuntimeNetworkInfo getDefaultInstanceForType()
Returns
Type Description
RuntimeNetworkInfo

getParserForType()

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

getScanTime()

public Timestamp getScanTime()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
Type Description
Timestamp

The scanTime.

getScanTimeOrBuilder()

public TimestampOrBuilder getScanTimeOrBuilder()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
Type Description
TimestampOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasConnections()

public boolean hasConnections()

Network connections.

.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;

Returns
Type Description
boolean

Whether the connections field is set.

hasScanTime()

public boolean hasScanTime()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
Type Description
boolean

Whether the scanTime 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 RuntimeNetworkInfo.Builder newBuilderForType()
Returns
Type Description
RuntimeNetworkInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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