public final class InterconnectDiagnosticsLinkStatus extends GeneratedMessageV3 implements InterconnectDiagnosticsLinkStatusOrBuilder
Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ARP_CACHES_FIELD_NUMBER
public static final int ARP_CACHES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CIRCUIT_ID_FIELD_NUMBER
public static final int CIRCUIT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GOOGLE_DEMARC_FIELD_NUMBER
public static final int GOOGLE_DEMARC_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LACP_STATUS_FIELD_NUMBER
public static final int LACP_STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MACSEC_FIELD_NUMBER
public static final int MACSEC_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OPERATIONAL_STATUS_FIELD_NUMBER
public static final int OPERATIONAL_STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RECEIVING_OPTICAL_POWER_FIELD_NUMBER
public static final int RECEIVING_OPTICAL_POWER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRANSMITTING_OPTICAL_POWER_FIELD_NUMBER
public static final int TRANSMITTING_OPTICAL_POWER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static InterconnectDiagnosticsLinkStatus getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InterconnectDiagnosticsLinkStatus.Builder newBuilder()
newBuilder(InterconnectDiagnosticsLinkStatus prototype)
public static InterconnectDiagnosticsLinkStatus.Builder newBuilder(InterconnectDiagnosticsLinkStatus prototype)
public static InterconnectDiagnosticsLinkStatus parseDelimitedFrom(InputStream input)
public static InterconnectDiagnosticsLinkStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InterconnectDiagnosticsLinkStatus parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnosticsLinkStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InterconnectDiagnosticsLinkStatus parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnosticsLinkStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnosticsLinkStatus parseFrom(CodedInputStream input)
public static InterconnectDiagnosticsLinkStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnosticsLinkStatus parseFrom(InputStream input)
public static InterconnectDiagnosticsLinkStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InterconnectDiagnosticsLinkStatus parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnosticsLinkStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InterconnectDiagnosticsLinkStatus> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getArpCaches(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getArpCachesCount()
public 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;
Returns |
Type |
Description |
int |
|
getArpCachesList()
public 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;
getArpCachesOrBuilder(int index)
public 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;
Parameter |
Name |
Description |
index |
int
|
getArpCachesOrBuilderList()
public 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;
Returns |
Type |
Description |
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder> |
|
getCircuitId()
public String getCircuitId()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
Returns |
Type |
Description |
String |
The circuitId.
|
getCircuitIdBytes()
public ByteString getCircuitIdBytes()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
Returns |
Type |
Description |
ByteString |
The bytes for circuitId.
|
getDefaultInstanceForType()
public InterconnectDiagnosticsLinkStatus getDefaultInstanceForType()
getGoogleDemarc()
public String getGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
Returns |
Type |
Description |
String |
The googleDemarc.
|
getGoogleDemarcBytes()
public ByteString getGoogleDemarcBytes()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
Returns |
Type |
Description |
ByteString |
The bytes for googleDemarc.
|
getLacpStatus()
public InterconnectDiagnosticsLinkLACPStatus getLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
getLacpStatusOrBuilder()
public InterconnectDiagnosticsLinkLACPStatusOrBuilder getLacpStatusOrBuilder()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
getMacsec()
public InterconnectDiagnosticsMacsecStatus getMacsec()
Describes the status of MACsec encryption on this link.
optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490;
getMacsecOrBuilder()
public InterconnectDiagnosticsMacsecStatusOrBuilder getMacsecOrBuilder()
Describes the status of MACsec encryption on this link.
optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490;
getOperationalStatus()
public String getOperationalStatus()
The operational status of the link.
Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns |
Type |
Description |
String |
The operationalStatus.
|
getOperationalStatusBytes()
public ByteString getOperationalStatusBytes()
The operational status of the link.
Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns |
Type |
Description |
ByteString |
The bytes for operationalStatus.
|
getParserForType()
public Parser<InterconnectDiagnosticsLinkStatus> getParserForType()
Overrides
getReceivingOpticalPower()
public 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;
getReceivingOpticalPowerOrBuilder()
public 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;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTransmittingOpticalPower()
public 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;
getTransmittingOpticalPowerOrBuilder()
public 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;
hasCircuitId()
public boolean hasCircuitId()
The unique ID for this link assigned during turn up by Google.
optional string circuit_id = 225180977;
Returns |
Type |
Description |
boolean |
Whether the circuitId field is set.
|
hasGoogleDemarc()
public boolean hasGoogleDemarc()
The Demarc address assigned by Google and provided in the LoA.
optional string google_demarc = 51084;
Returns |
Type |
Description |
boolean |
Whether the googleDemarc field is set.
|
hasLacpStatus()
public boolean hasLacpStatus()
optional .google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus lacp_status = 361210415;
Returns |
Type |
Description |
boolean |
Whether the lacpStatus field is set.
|
hasMacsec()
public boolean hasMacsec()
Describes the status of MACsec encryption on this link.
optional .google.cloud.compute.v1.InterconnectDiagnosticsMacsecStatus macsec = 528867490;
Returns |
Type |
Description |
boolean |
Whether the macsec field is set.
|
hasOperationalStatus()
public boolean hasOperationalStatus()
The operational status of the link.
Check the OperationalStatus enum for the list of possible values.
optional string operational_status = 201070847;
Returns |
Type |
Description |
boolean |
Whether the operationalStatus field is set.
|
hasReceivingOpticalPower()
public 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 |
Type |
Description |
boolean |
Whether the receivingOpticalPower field is set.
|
hasTransmittingOpticalPower()
public 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 |
Type |
Description |
boolean |
Whether the transmittingOpticalPower field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InterconnectDiagnosticsLinkStatus.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectDiagnosticsLinkStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public InterconnectDiagnosticsLinkStatus.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides