public interface RuntimeNetworkInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections()
public abstract NetworkConnectionList getConnections()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
NetworkConnectionList |
The connections. |
getConnectionsOrBuilder()
public abstract NetworkConnectionListOrBuilder getConnectionsOrBuilder()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
NetworkConnectionListOrBuilder |
|
getScanTime()
public abstract Timestamp getScanTime()Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The scanTime. |
getScanTimeOrBuilder()
public abstract TimestampOrBuilder getScanTimeOrBuilder()Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasConnections()
public abstract boolean hasConnections()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the scanTime field is set. |