Interface RuntimeNetworkInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeNetworkInfo,RuntimeNetworkInfo.Builder
public interface RuntimeNetworkInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkConnectionListgetConnections()Network connections.NetworkConnectionListOrBuildergetConnectionsOrBuilder()Network connections.com.google.protobuf.TimestampgetScanTime()Time of the last network scan.com.google.protobuf.TimestampOrBuildergetScanTimeOrBuilder()Time of the last network scan.booleanhasConnections()Network connections.booleanhasScanTime()Time of the last network scan.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasScanTime
boolean hasScanTime()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;- Returns:
- Whether the scanTime field is set.
-
getScanTime
com.google.protobuf.Timestamp getScanTime()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;- Returns:
- The scanTime.
-
getScanTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getScanTimeOrBuilder()
Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
-
hasConnections
boolean hasConnections()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;- Returns:
- Whether the connections field is set.
-
getConnections
NetworkConnectionList getConnections()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;- Returns:
- The connections.
-
getConnectionsOrBuilder
NetworkConnectionListOrBuilder getConnectionsOrBuilder()
Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
-
-