public static final class InterconnectAttachmentsScopedList.Builder extends GeneratedMessageV3.Builder<InterconnectAttachmentsScopedList.Builder> implements InterconnectAttachmentsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.InterconnectAttachmentsScopedList
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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>
|
Returns
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
addInterconnectAttachmentsBuilder()
public InterconnectAttachment.Builder addInterconnectAttachmentsBuilder()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
Returns
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectAttachmentsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public InterconnectAttachmentsScopedList build()
Returns
buildPartial()
public InterconnectAttachmentsScopedList buildPartial()
Returns
clear()
public InterconnectAttachmentsScopedList.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public InterconnectAttachmentsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearInterconnectAttachments()
public InterconnectAttachmentsScopedList.Builder clearInterconnectAttachments()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectAttachmentsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
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;
Returns
clone()
public InterconnectAttachmentsScopedList.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public InterconnectAttachmentsScopedList getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
getInterconnectAttachmentsBuilderList()
public List<InterconnectAttachment.Builder> getInterconnectAttachmentsBuilderList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
Returns
getInterconnectAttachmentsCount()
public int getInterconnectAttachmentsCount()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
Returns
getInterconnectAttachmentsList()
public List<InterconnectAttachment> getInterconnectAttachmentsList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
Returns
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
Returns
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
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;
Returns
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;
Returns
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(InterconnectAttachmentsScopedList other)
public InterconnectAttachmentsScopedList.Builder mergeFrom(InterconnectAttachmentsScopedList other)
Parameter
Returns
public InterconnectAttachmentsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public InterconnectAttachmentsScopedList.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectAttachmentsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectAttachmentsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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;
Parameters
Returns
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;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectAttachmentsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectAttachmentsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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
Returns
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;
Parameter
Returns