Interface NetworkAttachmentsScopedListOrBuilder

    • Method Detail

      • getNetworkAttachmentsList

        List<NetworkAttachment> getNetworkAttachmentsList()
         A list of NetworkAttachments contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
      • getNetworkAttachments

        NetworkAttachment getNetworkAttachments​(int index)
         A list of NetworkAttachments contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
      • getNetworkAttachmentsCount

        int getNetworkAttachmentsCount()
         A list of NetworkAttachments contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
      • getNetworkAttachmentsOrBuilderList

        List<? extends NetworkAttachmentOrBuilder> getNetworkAttachmentsOrBuilderList()
         A list of NetworkAttachments contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
      • getNetworkAttachmentsOrBuilder

        NetworkAttachmentOrBuilder getNetworkAttachmentsOrBuilder​(int index)
         A list of NetworkAttachments contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkAttachment network_attachments = 521514783;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of network attachments 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 network attachments 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 network attachments when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;