Interface Inventory.WindowsUpdatePackageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Inventory.WindowsUpdatePackage,Inventory.WindowsUpdatePackage.Builder
- Enclosing class:
- Inventory
public static interface Inventory.WindowsUpdatePackageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Inventory.WindowsUpdatePackage.WindowsUpdateCategorygetCategories(int index)The categories that are associated with this update package.intgetCategoriesCount()The categories that are associated with this update package.List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory>getCategoriesList()The categories that are associated with this update package.Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuildergetCategoriesOrBuilder(int index)The categories that are associated with this update package.List<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder>getCategoriesOrBuilderList()The categories that are associated with this update package.StringgetDescription()The localized description of the update package.com.google.protobuf.ByteStringgetDescriptionBytes()The localized description of the update package.StringgetKbArticleIds(int index)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.com.google.protobuf.ByteStringgetKbArticleIdsBytes(int index)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.intgetKbArticleIdsCount()A collection of Microsoft Knowledge Base article IDs that are associated with the update package.List<String>getKbArticleIdsList()A collection of Microsoft Knowledge Base article IDs that are associated with the update package.com.google.protobuf.TimestampgetLastDeploymentChangeTime()The last published date of the update, in (UTC) date and time.com.google.protobuf.TimestampOrBuildergetLastDeploymentChangeTimeOrBuilder()The last published date of the update, in (UTC) date and time.StringgetMoreInfoUrls(int index)A collection of URLs that provide more information about the update package.com.google.protobuf.ByteStringgetMoreInfoUrlsBytes(int index)A collection of URLs that provide more information about the update package.intgetMoreInfoUrlsCount()A collection of URLs that provide more information about the update package.List<String>getMoreInfoUrlsList()A collection of URLs that provide more information about the update package.intgetRevisionNumber()The revision number of this update package.StringgetSupportUrl()A hyperlink to the language-specific support information for the update.com.google.protobuf.ByteStringgetSupportUrlBytes()A hyperlink to the language-specific support information for the update.StringgetTitle()The localized title of the update package.com.google.protobuf.ByteStringgetTitleBytes()The localized title of the update package.StringgetUpdateId()Gets the identifier of an update package.com.google.protobuf.ByteStringgetUpdateIdBytes()Gets the identifier of an update package.booleanhasLastDeploymentChangeTime()The last published date of the update, in (UTC) date and time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getCategoriesList
List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory> getCategoriesList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
-
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;
-
getCategoriesOrBuilderList
List<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder> getCategoriesOrBuilderList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
-
getCategoriesOrBuilder
Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder getCategoriesOrBuilder(int index)
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;
-
-