public interface InterconnectAttachmentsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InterconnectAttachment |
getInterconnectAttachments(int index)
A list of interconnect attachments contained in this scope.
|
int |
getInterconnectAttachmentsCount()
A list of interconnect attachments contained in this scope.
|
List<InterconnectAttachment> |
getInterconnectAttachmentsList()
A list of interconnect attachments contained in this scope.
|
InterconnectAttachmentOrBuilder |
getInterconnectAttachmentsOrBuilder(int index)
A list of interconnect attachments contained in this scope.
|
List<? extends InterconnectAttachmentOrBuilder> |
getInterconnectAttachmentsOrBuilderList()
A list of interconnect attachments contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InterconnectAttachment> getInterconnectAttachmentsList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
InterconnectAttachment getInterconnectAttachments(int index)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
int getInterconnectAttachmentsCount()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
List<? extends InterconnectAttachmentOrBuilder> getInterconnectAttachmentsOrBuilderList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
InterconnectAttachmentOrBuilder getInterconnectAttachmentsOrBuilder(int index)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.