public static interface Inventory.WindowsUpdatePackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Inventory.WindowsUpdatePackage.WindowsUpdateCategory |
getCategories(int index)
The categories that are associated with this update package.
|
int |
getCategoriesCount()
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.WindowsUpdateCategoryOrBuilder |
getCategoriesOrBuilder(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.
|
String |
getDescription()
The localized description of the update package.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The localized description of the update package.
|
String |
getKbArticleIds(int index)
A collection of Microsoft Knowledge Base article IDs that are associated
with the update package.
|
com.google.protobuf.ByteString |
getKbArticleIdsBytes(int index)
A collection of Microsoft Knowledge Base article IDs that are associated
with the update package.
|
int |
getKbArticleIdsCount()
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.Timestamp |
getLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
|
com.google.protobuf.TimestampOrBuilder |
getLastDeploymentChangeTimeOrBuilder()
The last published date of the update, in (UTC) date and time.
|
String |
getMoreInfoUrls(int index)
A collection of URLs that provide more information about the update
package.
|
com.google.protobuf.ByteString |
getMoreInfoUrlsBytes(int index)
A collection of URLs that provide more information about the update
package.
|
int |
getMoreInfoUrlsCount()
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.
|
int |
getRevisionNumber()
The revision number of this update package.
|
String |
getSupportUrl()
A hyperlink to the language-specific support information for the update.
|
com.google.protobuf.ByteString |
getSupportUrlBytes()
A hyperlink to the language-specific support information for the update.
|
String |
getTitle()
The localized title of the update package.
|
com.google.protobuf.ByteString |
getTitleBytes()
The localized title of the update package.
|
String |
getUpdateId()
Gets the identifier of an update package.
|
com.google.protobuf.ByteString |
getUpdateIdBytes()
Gets the identifier of an update package.
|
boolean |
hasLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
The localized title of the update package.
string title = 1;com.google.protobuf.ByteString getTitleBytes()
The localized title of the update package.
string title = 1;String getDescription()
The localized description of the update package.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
The localized description of the update package.
string description = 2;List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory> getCategoriesList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
Inventory.WindowsUpdatePackage.WindowsUpdateCategory getCategories(int index)
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
int getCategoriesCount()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
List<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder> getCategoriesOrBuilderList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder getCategoriesOrBuilder(int index)
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
List<String> getKbArticleIdsList()
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
repeated string kb_article_ids = 4;int getKbArticleIdsCount()
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
repeated string kb_article_ids = 4;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;index - The index of the element to return.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;index - The index of the value to return.String getSupportUrl()
A hyperlink to the language-specific support information for the update.
string support_url = 11;com.google.protobuf.ByteString getSupportUrlBytes()
A hyperlink to the language-specific support information for the update.
string support_url = 11;List<String> getMoreInfoUrlsList()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;int getMoreInfoUrlsCount()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;String getMoreInfoUrls(int index)
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;index - The index of the element to return.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;index - The index of the value to return.String getUpdateId()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;com.google.protobuf.ByteString getUpdateIdBytes()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;int getRevisionNumber()
The revision number of this update package.
int32 revision_number = 7;boolean hasLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
.google.protobuf.Timestamp last_deployment_change_time = 10;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;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;Copyright © 2024 Google LLC. All rights reserved.