- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class Inventory.WindowsUpdatePackage.Builder extends GeneratedMessageV3.Builder<Inventory.WindowsUpdatePackage.Builder> implements Inventory.WindowsUpdatePackageOrBuilderDetails 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.v1.Inventory.WindowsUpdatePackage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Inventory.WindowsUpdatePackage.BuilderImplements
Inventory.WindowsUpdatePackageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllCategories(Iterable<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategory> values)
public Inventory.WindowsUpdatePackage.Builder addAllCategories(Iterable<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategory> values)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| values | Iterable<? extends com.google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory> | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
addAllKbArticleIds(Iterable<String> values)
public Inventory.WindowsUpdatePackage.Builder addAllKbArticleIds(Iterable<String> values)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Name | Description | 
| values | Iterable<String>The kbArticleIds to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addAllMoreInfoUrls(Iterable<String> values)
public Inventory.WindowsUpdatePackage.Builder addAllMoreInfoUrls(Iterable<String> values)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| values | Iterable<String>The moreInfoUrls to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addCategories(Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)
public Inventory.WindowsUpdatePackage.Builder addCategories(Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| value | Inventory.WindowsUpdatePackage.WindowsUpdateCategory | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
addCategories(Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)
public Inventory.WindowsUpdatePackage.Builder addCategories(Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| builderForValue | Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
addCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)
public Inventory.WindowsUpdatePackage.Builder addCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| value | Inventory.WindowsUpdatePackage.WindowsUpdateCategory | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
addCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)
public Inventory.WindowsUpdatePackage.Builder addCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| builderForValue | Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
addCategoriesBuilder()
public Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder addCategoriesBuilder()The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Type | Description | 
| Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
addCategoriesBuilder(int index)
public Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder addCategoriesBuilder(int index)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
addKbArticleIds(String value)
public Inventory.WindowsUpdatePackage.Builder addKbArticleIds(String value)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Name | Description | 
| value | StringThe kbArticleIds to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addKbArticleIdsBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder addKbArticleIdsBytes(ByteString value)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Name | Description | 
| value | ByteStringThe bytes of the kbArticleIds to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addMoreInfoUrls(String value)
public Inventory.WindowsUpdatePackage.Builder addMoreInfoUrls(String value)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| value | StringThe moreInfoUrls to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addMoreInfoUrlsBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder addMoreInfoUrlsBytes(ByteString value)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| value | ByteStringThe bytes of the moreInfoUrls to add. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsUpdatePackage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
build()
public Inventory.WindowsUpdatePackage build()| Type | Description | 
| Inventory.WindowsUpdatePackage | 
buildPartial()
public Inventory.WindowsUpdatePackage buildPartial()| Type | Description | 
| Inventory.WindowsUpdatePackage | 
clear()
public Inventory.WindowsUpdatePackage.Builder clear()| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
clearCategories()
public Inventory.WindowsUpdatePackage.Builder clearCategories()The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
clearDescription()
public Inventory.WindowsUpdatePackage.Builder clearDescription()The localized description of the update package.
 string description = 2;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public Inventory.WindowsUpdatePackage.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
clearKbArticleIds()
public Inventory.WindowsUpdatePackage.Builder clearKbArticleIds()A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearLastDeploymentChangeTime()
public Inventory.WindowsUpdatePackage.Builder clearLastDeploymentChangeTime()The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
clearMoreInfoUrls()
public Inventory.WindowsUpdatePackage.Builder clearMoreInfoUrls()A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Inventory.WindowsUpdatePackage.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
clearRevisionNumber()
public Inventory.WindowsUpdatePackage.Builder clearRevisionNumber()The revision number of this update package.
 int32 revision_number = 7;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearSupportUrl()
public Inventory.WindowsUpdatePackage.Builder clearSupportUrl()A hyperlink to the language-specific support information for the update.
 string support_url = 11;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearTitle()
public Inventory.WindowsUpdatePackage.Builder clearTitle()The localized title of the update package.
 string title = 1;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clearUpdateId()
public Inventory.WindowsUpdatePackage.Builder clearUpdateId()Gets the identifier of an update package. Stays the same across revisions.
 string update_id = 6;
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
clone()
public Inventory.WindowsUpdatePackage.Builder clone()| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
getCategories(int index)
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;
 
| Name | Description | 
| index | int | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.WindowsUpdateCategory | 
getCategoriesBuilder(int index)
public Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder getCategoriesBuilder(int index)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
getCategoriesBuilderList()
public List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder> getCategoriesBuilderList()The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Type | Description | 
| List<Builder> | 
getCategoriesCount()
public int getCategoriesCount()The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Type | Description | 
| int | 
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;
 
| Type | Description | 
| List<WindowsUpdateCategory> | 
getCategoriesOrBuilder(int index)
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;
 
| Name | Description | 
| index | int | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder | 
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;
 
| Type | Description | 
| List<? extends com.google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder> | 
getDefaultInstanceForType()
public Inventory.WindowsUpdatePackage getDefaultInstanceForType()| Type | Description | 
| Inventory.WindowsUpdatePackage | 
getDescription()
public String getDescription()The localized description of the update package.
 string description = 2;
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()The localized description of the update package.
 string description = 2;
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getKbArticleIds(int index)
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;
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The kbArticleIds at the given index. | 
getKbArticleIdsBytes(int index)
public 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;
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the kbArticleIds at the given index. | 
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;
| Type | Description | 
| int | The count of kbArticleIds. | 
getKbArticleIdsList()
public ProtocolStringList getKbArticleIdsList()A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Type | Description | 
| ProtocolStringList | A list containing the kbArticleIds. | 
getLastDeploymentChangeTime()
public Timestamp getLastDeploymentChangeTime()The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Type | Description | 
| Timestamp | The lastDeploymentChangeTime. | 
getLastDeploymentChangeTimeBuilder()
public Timestamp.Builder getLastDeploymentChangeTimeBuilder()The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Type | Description | 
| Builder | 
getLastDeploymentChangeTimeOrBuilder()
public TimestampOrBuilder getLastDeploymentChangeTimeOrBuilder()The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Type | Description | 
| TimestampOrBuilder | 
getMoreInfoUrls(int index)
public String getMoreInfoUrls(int index)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The moreInfoUrls at the given index. | 
getMoreInfoUrlsBytes(int index)
public ByteString getMoreInfoUrlsBytes(int index)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the moreInfoUrls at the given index. | 
getMoreInfoUrlsCount()
public int getMoreInfoUrlsCount()A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Type | Description | 
| int | The count of moreInfoUrls. | 
getMoreInfoUrlsList()
public ProtocolStringList getMoreInfoUrlsList()A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Type | Description | 
| ProtocolStringList | A list containing the moreInfoUrls. | 
getRevisionNumber()
public int getRevisionNumber()The revision number of this update package.
 int32 revision_number = 7;
| Type | Description | 
| int | The revisionNumber. | 
getSupportUrl()
public String getSupportUrl()A hyperlink to the language-specific support information for the update.
 string support_url = 11;
| Type | Description | 
| String | The supportUrl. | 
getSupportUrlBytes()
public ByteString getSupportUrlBytes()A hyperlink to the language-specific support information for the update.
 string support_url = 11;
| Type | Description | 
| ByteString | The bytes for supportUrl. | 
getTitle()
public String getTitle()The localized title of the update package.
 string title = 1;
| Type | Description | 
| String | The title. | 
getTitleBytes()
public ByteString getTitleBytes()The localized title of the update package.
 string title = 1;
| Type | Description | 
| ByteString | The bytes for title. | 
getUpdateId()
public String getUpdateId()Gets the identifier of an update package. Stays the same across revisions.
 string update_id = 6;
| Type | Description | 
| String | The updateId. | 
getUpdateIdBytes()
public ByteString getUpdateIdBytes()Gets the identifier of an update package. Stays the same across revisions.
 string update_id = 6;
| Type | Description | 
| ByteString | The bytes for updateId. | 
hasLastDeploymentChangeTime()
public boolean hasLastDeploymentChangeTime()The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Type | Description | 
| boolean | Whether the lastDeploymentChangeTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Inventory.WindowsUpdatePackage other)
public Inventory.WindowsUpdatePackage.Builder mergeFrom(Inventory.WindowsUpdatePackage other)| Name | Description | 
| other | Inventory.WindowsUpdatePackage | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Inventory.WindowsUpdatePackage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Inventory.WindowsUpdatePackage.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
mergeLastDeploymentChangeTime(Timestamp value)
public Inventory.WindowsUpdatePackage.Builder mergeLastDeploymentChangeTime(Timestamp value)The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsUpdatePackage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
removeCategories(int index)
public Inventory.WindowsUpdatePackage.Builder removeCategories(int index)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)
public Inventory.WindowsUpdatePackage.Builder setCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory value)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| value | Inventory.WindowsUpdatePackage.WindowsUpdateCategory | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)
public Inventory.WindowsUpdatePackage.Builder setCategories(int index, Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder builderForValue)The categories that are associated with this update package.
 
 repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;
 
| Name | Description | 
| index | int | 
| builderForValue | Inventory.WindowsUpdatePackage.WindowsUpdateCategory.Builder | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setDescription(String value)
public Inventory.WindowsUpdatePackage.Builder setDescription(String value)The localized description of the update package.
 string description = 2;
| Name | Description | 
| value | StringThe description to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder setDescriptionBytes(ByteString value)The localized description of the update package.
 string description = 2;
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsUpdatePackage.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setKbArticleIds(int index, String value)
public Inventory.WindowsUpdatePackage.Builder setKbArticleIds(int index, String value)A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
 repeated string kb_article_ids = 4;
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe kbArticleIds to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setLastDeploymentChangeTime(Timestamp value)
public Inventory.WindowsUpdatePackage.Builder setLastDeploymentChangeTime(Timestamp value)The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setLastDeploymentChangeTime(Timestamp.Builder builderForValue)
public Inventory.WindowsUpdatePackage.Builder setLastDeploymentChangeTime(Timestamp.Builder builderForValue)The last published date of the update, in (UTC) date and time.
 .google.protobuf.Timestamp last_deployment_change_time = 10;
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setMoreInfoUrls(int index, String value)
public Inventory.WindowsUpdatePackage.Builder setMoreInfoUrls(int index, String value)A collection of URLs that provide more information about the update package.
 repeated string more_info_urls = 5;
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe moreInfoUrls to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Inventory.WindowsUpdatePackage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setRevisionNumber(int value)
public Inventory.WindowsUpdatePackage.Builder setRevisionNumber(int value)The revision number of this update package.
 int32 revision_number = 7;
| Name | Description | 
| value | intThe revisionNumber to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setSupportUrl(String value)
public Inventory.WindowsUpdatePackage.Builder setSupportUrl(String value)A hyperlink to the language-specific support information for the update.
 string support_url = 11;
| Name | Description | 
| value | StringThe supportUrl to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setSupportUrlBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder setSupportUrlBytes(ByteString value)A hyperlink to the language-specific support information for the update.
 string support_url = 11;
| Name | Description | 
| value | ByteStringThe bytes for supportUrl to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setTitle(String value)
public Inventory.WindowsUpdatePackage.Builder setTitle(String value)The localized title of the update package.
 string title = 1;
| Name | Description | 
| value | StringThe title to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setTitleBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder setTitleBytes(ByteString value)The localized title of the update package.
 string title = 1;
| Name | Description | 
| value | ByteStringThe bytes for title to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsUpdatePackage.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | 
setUpdateId(String value)
public Inventory.WindowsUpdatePackage.Builder setUpdateId(String value)Gets the identifier of an update package. Stays the same across revisions.
 string update_id = 6;
| Name | Description | 
| value | StringThe updateId to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. | 
setUpdateIdBytes(ByteString value)
public Inventory.WindowsUpdatePackage.Builder setUpdateIdBytes(ByteString value)Gets the identifier of an update package. Stays the same across revisions.
 string update_id = 6;
| Name | Description | 
| value | ByteStringThe bytes for updateId to set. | 
| Type | Description | 
| Inventory.WindowsUpdatePackage.Builder | This builder for chaining. |