public interface InterconnectAttachmentGroupsOperationalStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InterconnectAttachmentGroupsOperationalStatusAttachmentStatus |
getAttachmentStatuses(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
|
int |
getAttachmentStatusesCount()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
|
List<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus> |
getAttachmentStatusesList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
|
InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder |
getAttachmentStatusesOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
|
List<? extends InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder> |
getAttachmentStatusesOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
|
InterconnectAttachmentGroupConfigured |
getConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
|
InterconnectAttachmentGroupConfiguredOrBuilder |
getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
|
String |
getGroupStatus()
Summarizes the status of the group.
|
com.google.protobuf.ByteString |
getGroupStatusBytes()
Summarizes the status of the group.
|
InterconnectAttachmentGroupIntent |
getIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
|
InterconnectAttachmentGroupIntentOrBuilder |
getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
|
InterconnectAttachmentGroupConfigured |
getOperational()
The operational state of the group, including only active Attachments.
|
InterconnectAttachmentGroupConfiguredOrBuilder |
getOperationalOrBuilder()
The operational state of the group, including only active Attachments.
|
boolean |
hasConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
|
boolean |
hasGroupStatus()
Summarizes the status of the group.
|
boolean |
hasIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
|
boolean |
hasOperational()
The operational state of the group, including only active Attachments.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus> getAttachmentStatusesList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
InterconnectAttachmentGroupsOperationalStatusAttachmentStatus getAttachmentStatuses(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
int getAttachmentStatusesCount()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
List<? extends InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder> getAttachmentStatusesOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder getAttachmentStatusesOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;
boolean hasConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
InterconnectAttachmentGroupConfigured getConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
InterconnectAttachmentGroupConfiguredOrBuilder getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
boolean hasGroupStatus()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;String getGroupStatus()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;com.google.protobuf.ByteString getGroupStatusBytes()
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;boolean hasIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
InterconnectAttachmentGroupIntent getIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
InterconnectAttachmentGroupIntentOrBuilder getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
boolean hasOperational()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
InterconnectAttachmentGroupConfigured getOperational()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
InterconnectAttachmentGroupConfiguredOrBuilder getOperationalOrBuilder()
The operational state of the group, including only active Attachments.
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;
Copyright © 2025 Google LLC. All rights reserved.