Interface DiagnoseInterconnectResponseOrBuilder (0.4.0)

public interface DiagnoseInterconnectResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResult()

public abstract InterconnectDiagnostics getResult()

The network status of a specific interconnect.

.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;

Returns
TypeDescription
InterconnectDiagnostics

The result.

getResultOrBuilder()

public abstract InterconnectDiagnosticsOrBuilder getResultOrBuilder()

The network status of a specific interconnect.

.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;

Returns
TypeDescription
InterconnectDiagnosticsOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

The time when the interconnect diagnostics was last updated.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The time when the interconnect diagnostics was last updated.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasResult()

public abstract boolean hasResult()

The network status of a specific interconnect.

.google.cloud.edgenetwork.v1.InterconnectDiagnostics result = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.