Class InterconnectDiagnostics.LinkLACPStatus (0.1.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.1.0keyboard_arrow_down
public static final class InterconnectDiagnostics . LinkLACPStatus extends GeneratedMessageV3 implements InterconnectDiagnostics . LinkLACPStatusOrBuilder
Describing the status of a LACP link.
Protobuf type google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus
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
AGGREGATABLE_FIELD_NUMBER
public static final int AGGREGATABLE_FIELD_NUMBER
Field Value
Type
Description
int
COLLECTING_FIELD_NUMBER
public static final int COLLECTING_FIELD_NUMBER
Field Value
Type
Description
int
DISTRIBUTING_FIELD_NUMBER
public static final int DISTRIBUTING_FIELD_NUMBER
Field Value
Type
Description
int
GOOGLE_SYSTEM_ID_FIELD_NUMBER
public static final int GOOGLE_SYSTEM_ID_FIELD_NUMBER
Field Value
Type
Description
int
NEIGHBOR_SYSTEM_ID_FIELD_NUMBER
public static final int NEIGHBOR_SYSTEM_ID_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectDiagnostics . LinkLACPStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectDiagnostics . LinkLACPStatus . Builder newBuilder ()
newBuilder(InterconnectDiagnostics.LinkLACPStatus prototype)
public static InterconnectDiagnostics . LinkLACPStatus . Builder newBuilder ( InterconnectDiagnostics . LinkLACPStatus prototype )
public static InterconnectDiagnostics . LinkLACPStatus parseDelimitedFrom ( InputStream input )
public static InterconnectDiagnostics . LinkLACPStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( CodedInputStream input )
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( InputStream input )
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics . LinkLACPStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectDiagnostics . LinkLACPStatus > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAggregatable()
public boolean getAggregatable ()
A true value indicates that the participant will allow the link to be
used as part of the aggregate.
A false value indicates the link should be used as an individual link.
bool aggregatable = 4;
Returns
Type
Description
boolean
The aggregatable.
getCollecting()
public boolean getCollecting ()
If true, the participant is collecting incoming frames on the link,
otherwise false
bool collecting = 5;
Returns
Type
Description
boolean
The collecting.
getDefaultInstanceForType()
public InterconnectDiagnostics . LinkLACPStatus getDefaultInstanceForType ()
getDistributing()
public boolean getDistributing ()
When true, the participant is distributing outgoing frames; when false,
distribution is disabled
bool distributing = 6;
Returns
Type
Description
boolean
The distributing.
getGoogleSystemId()
public String getGoogleSystemId ()
System ID of the port on Google's side of the LACP exchange.
string google_system_id = 2;
Returns
Type
Description
String
The googleSystemId.
getGoogleSystemIdBytes()
public ByteString getGoogleSystemIdBytes ()
System ID of the port on Google's side of the LACP exchange.
string google_system_id = 2;
Returns
Type
Description
ByteString
The bytes for googleSystemId.
getNeighborSystemId()
public String getNeighborSystemId ()
System ID of the port on the neighbor's side of the LACP exchange.
string neighbor_system_id = 3;
Returns
Type
Description
String
The neighborSystemId.
getNeighborSystemIdBytes()
public ByteString getNeighborSystemIdBytes ()
System ID of the port on the neighbor's side of the LACP exchange.
string neighbor_system_id = 3;
Returns
Type
Description
ByteString
The bytes for neighborSystemId.
getParserForType()
public Parser<InterconnectDiagnostics . LinkLACPStatus > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public InterconnectDiagnostics . LinkLACPStatus . State getState ()
The state of a LACP link.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State state = 1;
getStateValue()
public int getStateValue ()
The state of a LACP link.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State state = 1;
Returns
Type
Description
int
The enum numeric value on the wire for state.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectDiagnostics . LinkLACPStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectDiagnostics . LinkLACPStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectDiagnostics . LinkLACPStatus . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,[]]