public interface DiagnoseInterconnectResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getResult()
public abstract InterconnectDiagnostics getResult()
The network status of a specific interconnect.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;
Returns | |
---|---|
Type | Description |
InterconnectDiagnostics |
The result. |
getResultOrBuilder()
public abstract InterconnectDiagnosticsOrBuilder getResultOrBuilder()
The network status of a specific interconnect.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;
Returns | |
---|---|
Type | Description |
InterconnectDiagnosticsOrBuilder |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The time when the interconnect diagnostics was last updated.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the interconnect diagnostics was last updated.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasResult()
public abstract boolean hasResult()
The network status of a specific interconnect.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the result field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The time when the interconnect diagnostics was last updated.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |