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