Package com.google.cloud.compute.v1
Interface InterconnectAttachmentsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectAttachmentsScopedList,InterconnectAttachmentsScopedList.Builder
public interface InterconnectAttachmentsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterconnectAttachmentgetInterconnectAttachments(int index)A list of interconnect attachments contained in this scope.intgetInterconnectAttachmentsCount()A list of interconnect attachments contained in this scope.List<InterconnectAttachment>getInterconnectAttachmentsList()A list of interconnect attachments contained in this scope.InterconnectAttachmentOrBuildergetInterconnectAttachmentsOrBuilder(int index)A list of interconnect attachments contained in this scope.List<? extends InterconnectAttachmentOrBuilder>getInterconnectAttachmentsOrBuilderList()A list of interconnect attachments contained in this scope.WarninggetWarning()Informational warning which replaces the list of addresses when the list is empty.WarningOrBuildergetWarningOrBuilder()Informational warning which replaces the list of addresses when the list is empty.booleanhasWarning()Informational warning which replaces the list of addresses when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInterconnectAttachmentsList
List<InterconnectAttachment> getInterconnectAttachmentsList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
-
getInterconnectAttachments
InterconnectAttachment getInterconnectAttachments(int index)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
-
getInterconnectAttachmentsCount
int getInterconnectAttachmentsCount()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
-
getInterconnectAttachmentsOrBuilderList
List<? extends InterconnectAttachmentOrBuilder> getInterconnectAttachmentsOrBuilderList()
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
-
getInterconnectAttachmentsOrBuilder
InterconnectAttachmentOrBuilder getInterconnectAttachmentsOrBuilder(int index)
A list of interconnect attachments contained in this scope.
repeated .google.cloud.compute.v1.InterconnectAttachment interconnect_attachments = 425388415;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-