public interface RuntimeNetworkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionList |
getConnections()
Network connections.
|
NetworkConnectionListOrBuilder |
getConnectionsOrBuilder()
Network connections.
|
com.google.protobuf.Timestamp |
getScanTime()
Time of the last network scan.
|
com.google.protobuf.TimestampOrBuilder |
getScanTimeOrBuilder()
Time of the last network scan.
|
boolean |
hasConnections()
Network connections.
|
boolean |
hasScanTime()
Time of the last network scan.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScanTime()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;com.google.protobuf.Timestamp getScanTime()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;com.google.protobuf.TimestampOrBuilder getScanTimeOrBuilder()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;boolean hasConnections()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;NetworkConnectionList getConnections()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;NetworkConnectionListOrBuilder getConnectionsOrBuilder()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;Copyright © 2024 Google LLC. All rights reserved.