@Generated(value="by GAPIC") @BetaApi public final class InterconnectDiagnostics extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InterconnectDiagnostics.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
List<InterconnectDiagnosticsARPEntry> |
getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
seen by the Google router in the ARP cache for the Interconnect.
|
static InterconnectDiagnostics |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<InterconnectDiagnosticsLinkStatus> |
getLinksList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
the Interconnect.
|
String |
getMacAddress()
The MAC address of the Interconnect's bundle interface.
|
int |
hashCode() |
static InterconnectDiagnostics.Builder |
newBuilder() |
static InterconnectDiagnostics.Builder |
newBuilder(InterconnectDiagnostics prototype) |
InterconnectDiagnostics.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<InterconnectDiagnosticsARPEntry> getArpCachesList()
public List<InterconnectDiagnosticsLinkStatus> getLinksList()
public String getMacAddress()
public static InterconnectDiagnostics.Builder newBuilder()
public static InterconnectDiagnostics.Builder newBuilder(InterconnectDiagnostics prototype)
public InterconnectDiagnostics.Builder toBuilder()
public static InterconnectDiagnostics getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.