public interface DiagnoseNetworkResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DiagnoseNetworkResponse.NetworkStatus |
getResult()
The network status of a specific network.
|
DiagnoseNetworkResponse.NetworkStatusOrBuilder |
getResultOrBuilder()
The network status of a specific network.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The time when the network status was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time when the network status was last updated.
|
boolean |
hasResult()
The network status of a specific network.
|
boolean |
hasUpdateTime()
The time when the network status was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdateTime()
The time when the network status was last updated.
.google.protobuf.Timestamp update_time = 1;com.google.protobuf.Timestamp getUpdateTime()
The time when the network status was last updated.
.google.protobuf.Timestamp update_time = 1;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the network status was last updated.
.google.protobuf.Timestamp update_time = 1;boolean hasResult()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;DiagnoseNetworkResponse.NetworkStatus getResult()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;DiagnoseNetworkResponse.NetworkStatusOrBuilder getResultOrBuilder()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;Copyright © 2025 Google LLC. All rights reserved.