Send feedback
Class InterconnectDiagnostics.LinkLLDPStatus (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.17.0 keyboard_arrow_down
public static final class InterconnectDiagnostics . LinkLLDPStatus extends GeneratedMessageV3 implements InterconnectDiagnostics . LinkLLDPStatusOrBuilder
Describing a LLDP link.
Protobuf type google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLLDPStatus
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
PEER_CHASSIS_ID_FIELD_NUMBER
public static final int PEER_CHASSIS_ID_FIELD_NUMBER
Field Value
Type
Description
int
PEER_CHASSIS_ID_TYPE_FIELD_NUMBER
public static final int PEER_CHASSIS_ID_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
PEER_PORT_ID_FIELD_NUMBER
public static final int PEER_PORT_ID_FIELD_NUMBER
Field Value
Type
Description
int
PEER_PORT_ID_TYPE_FIELD_NUMBER
public static final int PEER_PORT_ID_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
PEER_SYSTEM_DESCRIPTION_FIELD_NUMBER
public static final int PEER_SYSTEM_DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
PEER_SYSTEM_NAME_FIELD_NUMBER
public static final int PEER_SYSTEM_NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectDiagnostics . LinkLLDPStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectDiagnostics . LinkLLDPStatus . Builder newBuilder ()
newBuilder(InterconnectDiagnostics.LinkLLDPStatus prototype)
public static InterconnectDiagnostics . LinkLLDPStatus . Builder newBuilder ( InterconnectDiagnostics . LinkLLDPStatus prototype )
public static InterconnectDiagnostics . LinkLLDPStatus parseDelimitedFrom ( InputStream input )
public static InterconnectDiagnostics . LinkLLDPStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( CodedInputStream input )
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( InputStream input )
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLLDPStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectDiagnostics . LinkLLDPStatus > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public InterconnectDiagnostics . LinkLLDPStatus getDefaultInstanceForType ()
getParserForType()
public Parser<InterconnectDiagnostics . LinkLLDPStatus > getParserForType ()
Overrides
getPeerChassisId()
public String getPeerChassisId ()
The peer chassis component of the endpoint identifier associated with the
transmitting LLDP agent.
string peer_chassis_id = 3;
Returns
Type
Description
String
The peerChassisId.
getPeerChassisIdBytes()
public ByteString getPeerChassisIdBytes ()
The peer chassis component of the endpoint identifier associated with the
transmitting LLDP agent.
string peer_chassis_id = 3;
Returns
Type
Description
ByteString
The bytes for peerChassisId.
getPeerChassisIdType()
public String getPeerChassisIdType ()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;
Returns
Type
Description
String
The peerChassisIdType.
getPeerChassisIdTypeBytes()
public ByteString getPeerChassisIdTypeBytes ()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;
Returns
Type
Description
ByteString
The bytes for peerChassisIdType.
getPeerPortId()
public String getPeerPortId ()
The port component of the endpoint identifier associated with the
transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater
port, then this TLV is optional.
string peer_port_id = 5;
Returns
Type
Description
String
The peerPortId.
getPeerPortIdBytes()
public ByteString getPeerPortIdBytes ()
The port component of the endpoint identifier associated with the
transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater
port, then this TLV is optional.
string peer_port_id = 5;
Returns
Type
Description
ByteString
The bytes for peerPortId.
getPeerPortIdType()
public String getPeerPortIdType ()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;
Returns
Type
Description
String
The peerPortIdType.
getPeerPortIdTypeBytes()
public ByteString getPeerPortIdTypeBytes ()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;
Returns
Type
Description
ByteString
The bytes for peerPortIdType.
getPeerSystemDescription()
public String getPeerSystemDescription ()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;
Returns
Type
Description
String
The peerSystemDescription.
getPeerSystemDescriptionBytes()
public ByteString getPeerSystemDescriptionBytes ()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;
Returns
Type
Description
ByteString
The bytes for peerSystemDescription.
getPeerSystemName()
public String getPeerSystemName ()
The peer system's administratively assigned name.
string peer_system_name = 1;
Returns
Type
Description
String
The peerSystemName.
getPeerSystemNameBytes()
public ByteString getPeerSystemNameBytes ()
The peer system's administratively assigned name.
string peer_system_name = 1;
Returns
Type
Description
ByteString
The bytes for peerSystemName.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectDiagnostics . LinkLLDPStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectDiagnostics . LinkLLDPStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectDiagnostics . LinkLLDPStatus . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]