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