Interface RuntimeNetworkInfoOrBuilder (0.22.0)

public interface RuntimeNetworkInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnections()

public abstract NetworkConnectionList getConnections()

Network connections.

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

Returns
TypeDescription
NetworkConnectionList

The connections.

getConnectionsOrBuilder()

public abstract NetworkConnectionListOrBuilder getConnectionsOrBuilder()

Network connections.

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

Returns
TypeDescription
NetworkConnectionListOrBuilder

getScanTime()

public abstract Timestamp getScanTime()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
TypeDescription
Timestamp

The scanTime.

getScanTimeOrBuilder()

public abstract TimestampOrBuilder getScanTimeOrBuilder()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasConnections()

public abstract boolean hasConnections()

Network connections.

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

Returns
TypeDescription
boolean

Whether the connections field is set.

hasScanTime()

public abstract boolean hasScanTime()

Time of the last network scan.

.google.protobuf.Timestamp scan_time = 1;

Returns
TypeDescription
boolean

Whether the scanTime field is set.