@Generated(value="by GAPIC") @BetaApi public final class InterconnectDiagnosticsLinkStatus extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InterconnectDiagnosticsLinkStatus.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
List<InterconnectDiagnosticsARPEntry> |
getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on
this link.
|
String |
getCircuitId()
The unique ID for this link assigned during turn up by Google.
|
static InterconnectDiagnosticsLinkStatus |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.
|
InterconnectDiagnosticsLinkLACPStatus |
getLacpStatus() |
InterconnectDiagnosticsLinkOpticalPower |
getReceivingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of
the received light level.
|
InterconnectDiagnosticsLinkOpticalPower |
getTransmittingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of
the transmitted light level.
|
int |
hashCode() |
static InterconnectDiagnosticsLinkStatus.Builder |
newBuilder() |
static InterconnectDiagnosticsLinkStatus.Builder |
newBuilder(InterconnectDiagnosticsLinkStatus prototype) |
InterconnectDiagnosticsLinkStatus.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public List<InterconnectDiagnosticsARPEntry> getArpCachesList()
public String getCircuitId()
public String getGoogleDemarc()
public InterconnectDiagnosticsLinkLACPStatus getLacpStatus()
public InterconnectDiagnosticsLinkOpticalPower getReceivingOpticalPower()
public InterconnectDiagnosticsLinkOpticalPower getTransmittingOpticalPower()
public static InterconnectDiagnosticsLinkStatus.Builder newBuilder()
public static InterconnectDiagnosticsLinkStatus.Builder newBuilder(InterconnectDiagnosticsLinkStatus prototype)
public InterconnectDiagnosticsLinkStatus.Builder toBuilder()
public static InterconnectDiagnosticsLinkStatus getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.