public static final class InterconnectAttachmentsScopedList.Builder extends GeneratedMessage.Builder<InterconnectAttachmentsScopedList.Builder> implements InterconnectAttachmentsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.InterconnectAttachmentsScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllInterconnectAttachments(Iterable<? extends InterconnectAttachment> values)
public InterconnectAttachmentsScopedList.Builder addAllInterconnectAttachments(Iterable<? extends InterconnectAttachment> values)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InterconnectAttachment>
|
addInterconnectAttachments(InterconnectAttachment value)
public InterconnectAttachmentsScopedList.Builder addInterconnectAttachments(InterconnectAttachment value)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
addInterconnectAttachments(InterconnectAttachment.Builder builderForValue)
public InterconnectAttachmentsScopedList.Builder addInterconnectAttachments(InterconnectAttachment.Builder builderForValue)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
addInterconnectAttachments(int index, InterconnectAttachment value)
public InterconnectAttachmentsScopedList.Builder addInterconnectAttachments(int index, InterconnectAttachment value)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
addInterconnectAttachments(int index, InterconnectAttachment.Builder builderForValue)
public InterconnectAttachmentsScopedList.Builder addInterconnectAttachments(int index, InterconnectAttachment.Builder builderForValue)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
addInterconnectAttachmentsBuilder()
public InterconnectAttachment.Builder addInterconnectAttachmentsBuilder()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
addInterconnectAttachmentsBuilder(int index)
public InterconnectAttachment.Builder addInterconnectAttachmentsBuilder(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
|
build()
public InterconnectAttachmentsScopedList build()
buildPartial()
public InterconnectAttachmentsScopedList buildPartial()
clear()
public InterconnectAttachmentsScopedList.Builder clear()
Overrides
clearInterconnectAttachments()
public InterconnectAttachmentsScopedList.Builder clearInterconnectAttachments()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
clearWarning()
public InterconnectAttachmentsScopedList.Builder clearWarning()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public InterconnectAttachmentsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInterconnectAttachments(int index)
public 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
|
getInterconnectAttachmentsBuilder(int index)
public InterconnectAttachment.Builder getInterconnectAttachmentsBuilder(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
|
getInterconnectAttachmentsBuilderList()
public List<InterconnectAttachment.Builder> getInterconnectAttachmentsBuilderList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
getInterconnectAttachmentsCount()
public 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 List<InterconnectAttachment> getInterconnectAttachmentsList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
getInterconnectAttachmentsOrBuilder(int index)
public 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
|
getInterconnectAttachmentsOrBuilderList()
public 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 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.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InterconnectAttachmentsScopedList other)
public InterconnectAttachmentsScopedList.Builder mergeFrom(InterconnectAttachmentsScopedList other)
public InterconnectAttachmentsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InterconnectAttachmentsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public InterconnectAttachmentsScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeInterconnectAttachments(int index)
public InterconnectAttachmentsScopedList.Builder removeInterconnectAttachments(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
|
setInterconnectAttachments(int index, InterconnectAttachment value)
public InterconnectAttachmentsScopedList.Builder setInterconnectAttachments(int index, InterconnectAttachment value)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
setInterconnectAttachments(int index, InterconnectAttachment.Builder builderForValue)
public InterconnectAttachmentsScopedList.Builder setInterconnectAttachments(int index, InterconnectAttachment.Builder builderForValue)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
setWarning(Warning value)
public InterconnectAttachmentsScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public InterconnectAttachmentsScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;