Send feedback
Class InterconnectAttachmentGroupsOperationalStatus (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class InterconnectAttachmentGroupsOperationalStatus extends GeneratedMessageV3 implements InterconnectAttachmentGroupsOperationalStatusOrBuilder
Protobuf type google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatus
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
ATTACHMENT_STATUSES_FIELD_NUMBER
public static final int ATTACHMENT_STATUSES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int CONFIGURED_FIELD_NUMBER
Field Value
Type
Description
int
GROUP_STATUS_FIELD_NUMBER
public static final int GROUP_STATUS_FIELD_NUMBER
Field Value
Type
Description
int
INTENT_FIELD_NUMBER
public static final int INTENT_FIELD_NUMBER
Field Value
Type
Description
int
OPERATIONAL_FIELD_NUMBER
public static final int OPERATIONAL_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectAttachmentGroupsOperationalStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectAttachmentGroupsOperationalStatus . Builder newBuilder ()
newBuilder(InterconnectAttachmentGroupsOperationalStatus prototype)
public static InterconnectAttachmentGroupsOperationalStatus . Builder newBuilder ( InterconnectAttachmentGroupsOperationalStatus prototype )
public static InterconnectAttachmentGroupsOperationalStatus parseDelimitedFrom ( InputStream input )
public static InterconnectAttachmentGroupsOperationalStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( CodedInputStream input )
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( InputStream input )
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupsOperationalStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectAttachmentGroupsOperationalStatus> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAttachmentStatuses(int index)
public InterconnectAttachmentGroupsOperationalStatusAttachmentStatus getAttachmentStatuses ( int index )
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Parameter
Name
Description
index
int
getAttachmentStatusesCount()
public int getAttachmentStatusesCount ()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Returns
Type
Description
int
getAttachmentStatusesList()
public List<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus> getAttachmentStatusesList ()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
getAttachmentStatusesOrBuilder(int index)
public InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder getAttachmentStatusesOrBuilder ( int index )
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Parameter
Name
Description
index
int
getAttachmentStatusesOrBuilderList()
public List <? extends InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder > getAttachmentStatusesOrBuilderList ()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
Returns
Type
Description
List <? extends com.google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder >
public InterconnectAttachmentGroupConfigured getConfigured ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
public InterconnectAttachmentGroupConfiguredOrBuilder getConfiguredOrBuilder ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
getDefaultInstanceForType()
public InterconnectAttachmentGroupsOperationalStatus getDefaultInstanceForType ()
getGroupStatus()
public String getGroupStatus ()
Summarizes the status of the group.
Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns
Type
Description
String
The groupStatus.
getGroupStatusBytes()
public ByteString getGroupStatusBytes ()
Summarizes the status of the group.
Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns
Type
Description
ByteString
The bytes for groupStatus.
getIntent()
public InterconnectAttachmentGroupIntent getIntent ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
getIntentOrBuilder()
public InterconnectAttachmentGroupIntentOrBuilder getIntentOrBuilder ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
getOperational()
public InterconnectAttachmentGroupConfigured getOperational ()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
getOperationalOrBuilder()
public InterconnectAttachmentGroupConfiguredOrBuilder getOperationalOrBuilder ()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
getParserForType()
public Parser<InterconnectAttachmentGroupsOperationalStatus> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasConfigured ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
Returns
Type
Description
boolean
Whether the configured field is set.
hasGroupStatus()
public boolean hasGroupStatus ()
Summarizes the status of the group.
Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
Returns
Type
Description
boolean
Whether the groupStatus field is set.
hasIntent()
public boolean hasIntent ()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
Returns
Type
Description
boolean
Whether the intent field is set.
hasOperational()
public boolean hasOperational ()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
Returns
Type
Description
boolean
Whether the operational field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectAttachmentGroupsOperationalStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectAttachmentGroupsOperationalStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectAttachmentGroupsOperationalStatus . 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-06-12 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-06-12 UTC."],[],[]]