Interface InterconnectAttachmentsScopedListOrBuilder

    • 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;