Package com.google.cloud.compute.v1
Interface InterconnectDiagnosticsLinkStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectDiagnosticsLinkStatus
,InterconnectDiagnosticsLinkStatus.Builder
public interface InterconnectDiagnosticsLinkStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterconnectDiagnosticsARPEntry
getArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.int
getArpCachesCount()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.List<InterconnectDiagnosticsARPEntry>
getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.InterconnectDiagnosticsARPEntryOrBuilder
getArpCachesOrBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.List<? extends InterconnectDiagnosticsARPEntryOrBuilder>
getArpCachesOrBuilderList()
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.com.google.protobuf.ByteString
getCircuitIdBytes()
The unique ID for this link assigned during turn up by Google.String
getGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.com.google.protobuf.ByteString
getGoogleDemarcBytes()
The Demarc address assigned by Google and provided in the LoA.InterconnectDiagnosticsLinkLACPStatus
getLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
InterconnectDiagnosticsLinkLACPStatusOrBuilder
getLacpStatusOrBuilder()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
String
getOperationalStatus()
The operational status of the link.com.google.protobuf.ByteString
getOperationalStatusBytes()
The operational status of the link.InterconnectDiagnosticsLinkOpticalPower
getReceivingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.InterconnectDiagnosticsLinkOpticalPowerOrBuilder
getReceivingOpticalPowerOrBuilder()
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.InterconnectDiagnosticsLinkOpticalPowerOrBuilder
getTransmittingOpticalPowerOrBuilder()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.boolean
hasCircuitId()
The unique ID for this link assigned during turn up by Google.boolean
hasGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.boolean
hasLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
boolean
hasOperationalStatus()
The operational status of the link.boolean
hasReceivingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.boolean
hasTransmittingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArpCachesList
List<InterconnectDiagnosticsARPEntry> getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
-
getArpCaches
InterconnectDiagnosticsARPEntry getArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
-
getArpCachesCount
int getArpCachesCount()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
-
getArpCachesOrBuilderList
List<? extends InterconnectDiagnosticsARPEntryOrBuilder> getArpCachesOrBuilderList()
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
-
getArpCachesOrBuilder
InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
-
hasCircuitId
boolean hasCircuitId()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
- Returns:
- Whether the circuitId field is set.
-
getCircuitId
String getCircuitId()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
- Returns:
- The circuitId.
-
getCircuitIdBytes
com.google.protobuf.ByteString getCircuitIdBytes()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
- Returns:
- The bytes for circuitId.
-
hasGoogleDemarc
boolean hasGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
- Returns:
- Whether the googleDemarc field is set.
-
getGoogleDemarc
String getGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
- Returns:
- The googleDemarc.
-
getGoogleDemarcBytes
com.google.protobuf.ByteString getGoogleDemarcBytes()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
- Returns:
- The bytes for googleDemarc.
-
hasLacpStatus
boolean hasLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
- Returns:
- Whether the lacpStatus field is set.
-
getLacpStatus
InterconnectDiagnosticsLinkLACPStatus getLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
- Returns:
- The lacpStatus.
-
getLacpStatusOrBuilder
InterconnectDiagnosticsLinkLACPStatusOrBuilder getLacpStatusOrBuilder()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
-
hasOperationalStatus
boolean hasOperationalStatus()
The operational status of the link. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
- Returns:
- Whether the operationalStatus field is set.
-
getOperationalStatus
String getOperationalStatus()
The operational status of the link. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
- Returns:
- The operationalStatus.
-
getOperationalStatusBytes
com.google.protobuf.ByteString getOperationalStatusBytes()
The operational status of the link. Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
- Returns:
- The bytes for operationalStatus.
-
hasReceivingOpticalPower
boolean hasReceivingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
- Returns:
- Whether the receivingOpticalPower field is set.
-
getReceivingOpticalPower
InterconnectDiagnosticsLinkOpticalPower getReceivingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
- Returns:
- The receivingOpticalPower.
-
getReceivingOpticalPowerOrBuilder
InterconnectDiagnosticsLinkOpticalPowerOrBuilder getReceivingOpticalPowerOrBuilder()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower receiving_optical_power = 244717279;
-
hasTransmittingOpticalPower
boolean hasTransmittingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
- Returns:
- Whether the transmittingOpticalPower field is set.
-
getTransmittingOpticalPower
InterconnectDiagnosticsLinkOpticalPower getTransmittingOpticalPower()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
- Returns:
- The transmittingOpticalPower.
-
getTransmittingOpticalPowerOrBuilder
InterconnectDiagnosticsLinkOpticalPowerOrBuilder getTransmittingOpticalPowerOrBuilder()
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower transmitting_optical_power = 459431197;
-
-