Interface Inventory.WindowsUpdatePackageOrBuilder

    • Method Detail

      • getTitle

        String getTitle()
         The localized title of the update package.
         
        string title = 1;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         The localized title of the update package.
         
        string title = 1;
        Returns:
        The bytes for title.
      • getDescription

        String getDescription()
         The localized description of the update package.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         The localized description of the update package.
         
        string description = 2;
        Returns:
        The bytes for description.
      • getCategories

        Inventory.WindowsUpdatePackage.WindowsUpdateCategory getCategories​(int index)
         The categories that are associated with this update package.
         
        repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
      • getCategoriesCount

        int getCategoriesCount()
         The categories that are associated with this update package.
         
        repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
      • getKbArticleIdsList

        List<String> getKbArticleIdsList()
         A collection of Microsoft Knowledge Base article IDs that are associated
         with the update package.
         
        repeated string kb_article_ids = 4;
        Returns:
        A list containing the kbArticleIds.
      • getKbArticleIdsCount

        int getKbArticleIdsCount()
         A collection of Microsoft Knowledge Base article IDs that are associated
         with the update package.
         
        repeated string kb_article_ids = 4;
        Returns:
        The count of kbArticleIds.
      • getKbArticleIds

        String getKbArticleIds​(int index)
         A collection of Microsoft Knowledge Base article IDs that are associated
         with the update package.
         
        repeated string kb_article_ids = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The kbArticleIds at the given index.
      • getKbArticleIdsBytes

        com.google.protobuf.ByteString getKbArticleIdsBytes​(int index)
         A collection of Microsoft Knowledge Base article IDs that are associated
         with the update package.
         
        repeated string kb_article_ids = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the kbArticleIds at the given index.
      • getSupportUrl

        String getSupportUrl()
         A hyperlink to the language-specific support information for the update.
         
        string support_url = 11;
        Returns:
        The supportUrl.
      • getSupportUrlBytes

        com.google.protobuf.ByteString getSupportUrlBytes()
         A hyperlink to the language-specific support information for the update.
         
        string support_url = 11;
        Returns:
        The bytes for supportUrl.
      • getMoreInfoUrlsList

        List<String> getMoreInfoUrlsList()
         A collection of URLs that provide more information about the update
         package.
         
        repeated string more_info_urls = 5;
        Returns:
        A list containing the moreInfoUrls.
      • getMoreInfoUrlsCount

        int getMoreInfoUrlsCount()
         A collection of URLs that provide more information about the update
         package.
         
        repeated string more_info_urls = 5;
        Returns:
        The count of moreInfoUrls.
      • getMoreInfoUrls

        String getMoreInfoUrls​(int index)
         A collection of URLs that provide more information about the update
         package.
         
        repeated string more_info_urls = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The moreInfoUrls at the given index.
      • getMoreInfoUrlsBytes

        com.google.protobuf.ByteString getMoreInfoUrlsBytes​(int index)
         A collection of URLs that provide more information about the update
         package.
         
        repeated string more_info_urls = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the moreInfoUrls at the given index.
      • getUpdateId

        String getUpdateId()
         Gets the identifier of an update package.  Stays the same across
         revisions.
         
        string update_id = 6;
        Returns:
        The updateId.
      • getUpdateIdBytes

        com.google.protobuf.ByteString getUpdateIdBytes()
         Gets the identifier of an update package.  Stays the same across
         revisions.
         
        string update_id = 6;
        Returns:
        The bytes for updateId.
      • getRevisionNumber

        int getRevisionNumber()
         The revision number of this update package.
         
        int32 revision_number = 7;
        Returns:
        The revisionNumber.
      • hasLastDeploymentChangeTime

        boolean hasLastDeploymentChangeTime()
         The last published date of the update, in (UTC) date and time.
         
        .google.protobuf.Timestamp last_deployment_change_time = 10;
        Returns:
        Whether the lastDeploymentChangeTime field is set.
      • getLastDeploymentChangeTime

        com.google.protobuf.Timestamp getLastDeploymentChangeTime()
         The last published date of the update, in (UTC) date and time.
         
        .google.protobuf.Timestamp last_deployment_change_time = 10;
        Returns:
        The lastDeploymentChangeTime.
      • getLastDeploymentChangeTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastDeploymentChangeTimeOrBuilder()
         The last published date of the update, in (UTC) date and time.
         
        .google.protobuf.Timestamp last_deployment_change_time = 10;