public static final class Inventory.WindowsUpdatePackage extends com.google.protobuf.GeneratedMessageV3 implements Inventory.WindowsUpdatePackageOrBuilder
Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.Protobuf type
google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage| Modifier and Type | Class and Description |
|---|---|
static class |
Inventory.WindowsUpdatePackage.Builder
Details related to a Windows Update package.
|
static class |
Inventory.WindowsUpdatePackage.WindowsUpdateCategory
Categories specified by the Windows Update.
|
static interface |
Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORIES_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
KB_ARTICLE_IDS_FIELD_NUMBER |
static int |
LAST_DEPLOYMENT_CHANGE_TIME_FIELD_NUMBER |
static int |
MORE_INFO_URLS_FIELD_NUMBER |
static int |
REVISION_NUMBER_FIELD_NUMBER |
static int |
SUPPORT_URL_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
UPDATE_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static Inventory.WindowsUpdatePackage |
getDefaultInstance() |
Inventory.WindowsUpdatePackage |
getDefaultInstanceForType() |
String |
getDescription()
The localized description of the update package.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The localized description of the update package.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
com.google.protobuf.ProtocolStringList |
getMoreInfoUrlsList()
A collection of URLs that provide more information about the update
package.
|
com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> |
getParserForType() |
int |
getRevisionNumber()
The revision number of this update package.
|
int |
getSerializedSize() |
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.
|
int |
hashCode() |
boolean |
hasLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Inventory.WindowsUpdatePackage.Builder |
newBuilder() |
static Inventory.WindowsUpdatePackage.Builder |
newBuilder(Inventory.WindowsUpdatePackage prototype) |
Inventory.WindowsUpdatePackage.Builder |
newBuilderForType() |
protected Inventory.WindowsUpdatePackage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Inventory.WindowsUpdatePackage |
parseDelimitedFrom(InputStream input) |
static Inventory.WindowsUpdatePackage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.WindowsUpdatePackage |
parseFrom(byte[] data) |
static Inventory.WindowsUpdatePackage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.WindowsUpdatePackage |
parseFrom(ByteBuffer data) |
static Inventory.WindowsUpdatePackage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.WindowsUpdatePackage |
parseFrom(com.google.protobuf.ByteString data) |
static Inventory.WindowsUpdatePackage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.WindowsUpdatePackage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Inventory.WindowsUpdatePackage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.WindowsUpdatePackage |
parseFrom(InputStream input) |
static Inventory.WindowsUpdatePackage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> |
parser() |
Inventory.WindowsUpdatePackage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TITLE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int CATEGORIES_FIELD_NUMBER
public static final int KB_ARTICLE_IDS_FIELD_NUMBER
public static final int SUPPORT_URL_FIELD_NUMBER
public static final int MORE_INFO_URLS_FIELD_NUMBER
public static final int UPDATE_ID_FIELD_NUMBER
public static final int REVISION_NUMBER_FIELD_NUMBER
public static final int LAST_DEPLOYMENT_CHANGE_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getTitle()
The localized title of the update package.
string title = 1;getTitle in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
The localized title of the update package.
string title = 1;getTitleBytes in interface Inventory.WindowsUpdatePackageOrBuilderpublic String getDescription()
The localized description of the update package.
string description = 2;getDescription in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The localized description of the update package.
string description = 2;getDescriptionBytes in interface Inventory.WindowsUpdatePackageOrBuilderpublic List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory> getCategoriesList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
getCategoriesList in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;
getCategoriesOrBuilderList in interface Inventory.WindowsUpdatePackageOrBuilderpublic int getCategoriesCount()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
getCategoriesCount in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;
getCategories in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;
getCategoriesOrBuilder in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ProtocolStringList getKbArticleIdsList()
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
repeated string kb_article_ids = 4;getKbArticleIdsList in interface Inventory.WindowsUpdatePackageOrBuilderpublic int getKbArticleIdsCount()
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
repeated string kb_article_ids = 4;getKbArticleIdsCount in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;getKbArticleIds in interface Inventory.WindowsUpdatePackageOrBuilderindex - The index of the element to return.public 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;getKbArticleIdsBytes in interface Inventory.WindowsUpdatePackageOrBuilderindex - The index of the value to return.public String getSupportUrl()
A hyperlink to the language-specific support information for the update.
string support_url = 11;getSupportUrl in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ByteString getSupportUrlBytes()
A hyperlink to the language-specific support information for the update.
string support_url = 11;getSupportUrlBytes in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ProtocolStringList getMoreInfoUrlsList()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;getMoreInfoUrlsList in interface Inventory.WindowsUpdatePackageOrBuilderpublic int getMoreInfoUrlsCount()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;getMoreInfoUrlsCount in interface Inventory.WindowsUpdatePackageOrBuilderpublic String getMoreInfoUrls(int index)
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;getMoreInfoUrls in interface Inventory.WindowsUpdatePackageOrBuilderindex - The index of the element to return.public 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;getMoreInfoUrlsBytes in interface Inventory.WindowsUpdatePackageOrBuilderindex - The index of the value to return.public String getUpdateId()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;getUpdateId in interface Inventory.WindowsUpdatePackageOrBuilderpublic com.google.protobuf.ByteString getUpdateIdBytes()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;getUpdateIdBytes in interface Inventory.WindowsUpdatePackageOrBuilderpublic int getRevisionNumber()
The revision number of this update package.
int32 revision_number = 7;getRevisionNumber in interface Inventory.WindowsUpdatePackageOrBuilderpublic boolean hasLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
.google.protobuf.Timestamp last_deployment_change_time = 10;hasLastDeploymentChangeTime in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;getLastDeploymentChangeTime in interface Inventory.WindowsUpdatePackageOrBuilderpublic 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;getLastDeploymentChangeTimeOrBuilder in interface Inventory.WindowsUpdatePackageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Inventory.WindowsUpdatePackage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(InputStream input) throws IOException
IOExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Inventory.WindowsUpdatePackage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Inventory.WindowsUpdatePackage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Inventory.WindowsUpdatePackage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Inventory.WindowsUpdatePackage.Builder newBuilder()
public static Inventory.WindowsUpdatePackage.Builder newBuilder(Inventory.WindowsUpdatePackage prototype)
public Inventory.WindowsUpdatePackage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Inventory.WindowsUpdatePackage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Inventory.WindowsUpdatePackage getDefaultInstance()
public static com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> parser()
public com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Inventory.WindowsUpdatePackage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.