Package com.google.cloud.osconfig.v1
Class Inventory.WindowsUpdatePackage
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage
-
- All Implemented Interfaces:
Inventory.WindowsUpdatePackageOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- Inventory
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 typegoogle.cloud.osconfig.v1.Inventory.WindowsUpdatePackage
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(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 Inventory.WindowsUpdatePackage
parseFrom(ByteBuffer data)
static Inventory.WindowsUpdatePackage
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Inventory.WindowsUpdatePackage>
parser()
Inventory.WindowsUpdatePackage.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CATEGORIES_FIELD_NUMBER
public static final int CATEGORIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KB_ARTICLE_IDS_FIELD_NUMBER
public static final int KB_ARTICLE_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUPPORT_URL_FIELD_NUMBER
public static final int SUPPORT_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MORE_INFO_URLS_FIELD_NUMBER
public static final int MORE_INFO_URLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_ID_FIELD_NUMBER
public static final int UPDATE_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REVISION_NUMBER_FIELD_NUMBER
public static final int REVISION_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_DEPLOYMENT_CHANGE_TIME_FIELD_NUMBER
public static final int LAST_DEPLOYMENT_CHANGE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTitle
public String getTitle()
The localized title of the update package.
string title = 1;
- Specified by:
getTitle
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
The localized title of the update package.
string title = 1;
- Specified by:
getTitleBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The bytes for title.
-
getDescription
public String getDescription()
The localized description of the update package.
string description = 2;
- Specified by:
getDescription
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
The localized description of the update package.
string description = 2;
- Specified by:
getDescriptionBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The bytes for description.
-
getCategoriesList
public List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory> getCategoriesList()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
- Specified by:
getCategoriesList
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
getCategoriesOrBuilderList
public 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;
- Specified by:
getCategoriesOrBuilderList
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
getCategoriesCount
public int getCategoriesCount()
The categories that are associated with this update package.
repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
- Specified by:
getCategoriesCount
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
getCategories
public 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;
- Specified by:
getCategories
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
getCategoriesOrBuilder
public 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;
- Specified by:
getCategoriesOrBuilder
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
getKbArticleIdsList
public 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;
- Specified by:
getKbArticleIdsList
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- A list containing the kbArticleIds.
-
getKbArticleIdsCount
public int getKbArticleIdsCount()
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
repeated string kb_article_ids = 4;
- Specified by:
getKbArticleIdsCount
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The count of kbArticleIds.
-
getKbArticleIds
public 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;
- Specified by:
getKbArticleIds
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The kbArticleIds at the given index.
-
getKbArticleIdsBytes
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;
- Specified by:
getKbArticleIdsBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the kbArticleIds at the given index.
-
getSupportUrl
public String getSupportUrl()
A hyperlink to the language-specific support information for the update.
string support_url = 11;
- Specified by:
getSupportUrl
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The supportUrl.
-
getSupportUrlBytes
public com.google.protobuf.ByteString getSupportUrlBytes()
A hyperlink to the language-specific support information for the update.
string support_url = 11;
- Specified by:
getSupportUrlBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The bytes for supportUrl.
-
getMoreInfoUrlsList
public com.google.protobuf.ProtocolStringList getMoreInfoUrlsList()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;
- Specified by:
getMoreInfoUrlsList
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- A list containing the moreInfoUrls.
-
getMoreInfoUrlsCount
public int getMoreInfoUrlsCount()
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;
- Specified by:
getMoreInfoUrlsCount
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The count of moreInfoUrls.
-
getMoreInfoUrls
public String getMoreInfoUrls(int index)
A collection of URLs that provide more information about the update package.
repeated string more_info_urls = 5;
- Specified by:
getMoreInfoUrls
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The moreInfoUrls at the given index.
-
getMoreInfoUrlsBytes
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;
- Specified by:
getMoreInfoUrlsBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the moreInfoUrls at the given index.
-
getUpdateId
public String getUpdateId()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;
- Specified by:
getUpdateId
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The updateId.
-
getUpdateIdBytes
public com.google.protobuf.ByteString getUpdateIdBytes()
Gets the identifier of an update package. Stays the same across revisions.
string update_id = 6;
- Specified by:
getUpdateIdBytes
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The bytes for updateId.
-
getRevisionNumber
public int getRevisionNumber()
The revision number of this update package.
int32 revision_number = 7;
- Specified by:
getRevisionNumber
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The revisionNumber.
-
hasLastDeploymentChangeTime
public boolean hasLastDeploymentChangeTime()
The last published date of the update, in (UTC) date and time.
.google.protobuf.Timestamp last_deployment_change_time = 10;
- Specified by:
hasLastDeploymentChangeTime
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- Whether the lastDeploymentChangeTime field is set.
-
getLastDeploymentChangeTime
public 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;
- Specified by:
getLastDeploymentChangeTime
in interfaceInventory.WindowsUpdatePackageOrBuilder
- Returns:
- The lastDeploymentChangeTime.
-
getLastDeploymentChangeTimeOrBuilder
public 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;
- Specified by:
getLastDeploymentChangeTimeOrBuilder
in interfaceInventory.WindowsUpdatePackageOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Inventory.WindowsUpdatePackage parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Inventory.WindowsUpdatePackage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.WindowsUpdatePackage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Inventory.WindowsUpdatePackage.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Inventory.WindowsUpdatePackage.Builder newBuilder()
-
newBuilder
public static Inventory.WindowsUpdatePackage.Builder newBuilder(Inventory.WindowsUpdatePackage prototype)
-
toBuilder
public Inventory.WindowsUpdatePackage.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Inventory.WindowsUpdatePackage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Inventory.WindowsUpdatePackage getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> parser()
-
getParserForType
public com.google.protobuf.Parser<Inventory.WindowsUpdatePackage> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Inventory.WindowsUpdatePackage getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-