| Modifier and Type | Method and Description |
|---|---|
InterconnectAttachment |
InterconnectAttachment.Builder.build() |
InterconnectAttachment |
InterconnectAttachment.Builder.buildPartial() |
static InterconnectAttachment |
InterconnectAttachment.getDefaultInstance() |
InterconnectAttachment |
InterconnectAttachment.getDefaultInstanceForType() |
InterconnectAttachment |
InterconnectAttachment.Builder.getDefaultInstanceForType() |
InterconnectAttachment |
CreateInterconnectAttachmentRequest.getInterconnectAttachment()
Required.
|
InterconnectAttachment |
CreateInterconnectAttachmentRequest.Builder.getInterconnectAttachment()
Required.
|
InterconnectAttachment |
CreateInterconnectAttachmentRequestOrBuilder.getInterconnectAttachment()
Required.
|
InterconnectAttachment |
ListInterconnectAttachmentsResponseOrBuilder.getInterconnectAttachments(int index)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
InterconnectAttachment |
ListInterconnectAttachmentsResponse.getInterconnectAttachments(int index)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
InterconnectAttachment |
ListInterconnectAttachmentsResponse.Builder.getInterconnectAttachments(int index)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
static InterconnectAttachment |
InterconnectAttachment.parseDelimitedFrom(InputStream input) |
static InterconnectAttachment |
InterconnectAttachment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(byte[] data) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(ByteBuffer data) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(com.google.protobuf.ByteString data) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(com.google.protobuf.CodedInputStream input) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(InputStream input) |
static InterconnectAttachment |
InterconnectAttachment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<InterconnectAttachment> |
ListInterconnectAttachmentsResponseOrBuilder.getInterconnectAttachmentsList()
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
List<InterconnectAttachment> |
ListInterconnectAttachmentsResponse.getInterconnectAttachmentsList()
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
List<InterconnectAttachment> |
ListInterconnectAttachmentsResponse.Builder.getInterconnectAttachmentsList()
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
com.google.protobuf.Parser<InterconnectAttachment> |
InterconnectAttachment.getParserForType() |
static com.google.protobuf.Parser<InterconnectAttachment> |
InterconnectAttachment.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListInterconnectAttachmentsResponse.Builder |
ListInterconnectAttachmentsResponse.Builder.addInterconnectAttachments(InterconnectAttachment value)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
ListInterconnectAttachmentsResponse.Builder |
ListInterconnectAttachmentsResponse.Builder.addInterconnectAttachments(int index,
InterconnectAttachment value)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
InterconnectAttachment.Builder |
InterconnectAttachment.Builder.mergeFrom(InterconnectAttachment other) |
CreateInterconnectAttachmentRequest.Builder |
CreateInterconnectAttachmentRequest.Builder.mergeInterconnectAttachment(InterconnectAttachment value)
Required.
|
static InterconnectAttachment.Builder |
InterconnectAttachment.newBuilder(InterconnectAttachment prototype) |
CreateInterconnectAttachmentRequest.Builder |
CreateInterconnectAttachmentRequest.Builder.setInterconnectAttachment(InterconnectAttachment value)
Required.
|
ListInterconnectAttachmentsResponse.Builder |
ListInterconnectAttachmentsResponse.Builder.setInterconnectAttachments(int index,
InterconnectAttachment value)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
| Modifier and Type | Method and Description |
|---|---|
ListInterconnectAttachmentsResponse.Builder |
ListInterconnectAttachmentsResponse.Builder.addAllInterconnectAttachments(Iterable<? extends InterconnectAttachment> values)
The list of InterconnectAttachment
repeated .google.cloud.edgenetwork.v1.InterconnectAttachment interconnect_attachments = 1;
|
Copyright © 2025 Google LLC. All rights reserved.