Send feedback
Class InterconnectGroupsOperationalStatus (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class InterconnectGroupsOperationalStatus extends GeneratedMessageV3 implements InterconnectGroupsOperationalStatusOrBuilder
Request to get the status of the interconnect group with extra detail.
Protobuf type google.cloud.compute.v1.InterconnectGroupsOperationalStatus
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
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
INTERCONNECT_STATUSES_FIELD_NUMBER
public static final int INTERCONNECT_STATUSES_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 InterconnectGroupsOperationalStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectGroupsOperationalStatus . Builder newBuilder ()
newBuilder(InterconnectGroupsOperationalStatus prototype)
public static InterconnectGroupsOperationalStatus . Builder newBuilder ( InterconnectGroupsOperationalStatus prototype )
public static InterconnectGroupsOperationalStatus parseDelimitedFrom ( InputStream input )
public static InterconnectGroupsOperationalStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectGroupsOperationalStatus parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectGroupsOperationalStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectGroupsOperationalStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectGroupsOperationalStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectGroupsOperationalStatus parseFrom ( CodedInputStream input )
public static InterconnectGroupsOperationalStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectGroupsOperationalStatus parseFrom ( InputStream input )
public static InterconnectGroupsOperationalStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectGroupsOperationalStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectGroupsOperationalStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectGroupsOperationalStatus> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public InterconnectGroupConfigured getConfigured ()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
public InterconnectGroupConfiguredOrBuilder getConfiguredOrBuilder ()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
getDefaultInstanceForType()
public InterconnectGroupsOperationalStatus 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 InterconnectGroupIntent getIntent ()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
getIntentOrBuilder()
public InterconnectGroupIntentOrBuilder getIntentOrBuilder ()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
getInterconnectStatuses(int index)
public InterconnectGroupsOperationalStatusInterconnectStatus getInterconnectStatuses ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Parameter
Name
Description
index
int
getInterconnectStatusesCount()
public int getInterconnectStatusesCount ()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Returns
Type
Description
int
getInterconnectStatusesList()
public List<InterconnectGroupsOperationalStatusInterconnectStatus> getInterconnectStatusesList ()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
getInterconnectStatusesOrBuilder(int index)
public InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder getInterconnectStatusesOrBuilder ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Parameter
Name
Description
index
int
getInterconnectStatusesOrBuilderList()
public List <? extends InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder > getInterconnectStatusesOrBuilderList ()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
Returns
Type
Description
List <? extends com.google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder >
getOperational()
public InterconnectGroupConfigured getOperational ()
The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
getOperationalOrBuilder()
public InterconnectGroupConfiguredOrBuilder getOperationalOrBuilder ()
The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
getParserForType()
public Parser<InterconnectGroupsOperationalStatus> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasConfigured ()
The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured 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 ()
The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent 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 Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured 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 InterconnectGroupsOperationalStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectGroupsOperationalStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectGroupsOperationalStatus . 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."],[],[]]