public interface InterconnectAttachmentsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInterconnectAttachments(int index)
public abstract InterconnectAttachment getInterconnectAttachments(int index)A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachment |
|
getInterconnectAttachmentsCount()
public abstract int getInterconnectAttachmentsCount()A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInterconnectAttachmentsList()
public abstract List<InterconnectAttachment> getInterconnectAttachmentsList()A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Returns | |
|---|---|
| Type | Description |
List<InterconnectAttachment> |
|
getInterconnectAttachmentsOrBuilder(int index)
public abstract InterconnectAttachmentOrBuilder getInterconnectAttachmentsOrBuilder(int index)A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachmentOrBuilder |
|
getInterconnectAttachmentsOrBuilderList()
public abstract List<? extends InterconnectAttachmentOrBuilder> getInterconnectAttachmentsOrBuilderList()A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectAttachmentOrBuilder> |
|
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
WarningOrBuilder |
|
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |