Package com.google.cloud.osconfig.v1
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.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.-
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.v1.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.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
-
getCategoriesCount
int getCategoriesCount()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.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.v1.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.v1.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;
-
-