- 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.WindowsApplication.Builder extends GeneratedMessageV3.Builder<Inventory.WindowsApplication.Builder> implements Inventory.WindowsApplicationOrBuilderContains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
 Protobuf type google.cloud.osconfig.v1alpha.Inventory.WindowsApplication
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Inventory.WindowsApplication.BuilderImplements
Inventory.WindowsApplicationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsApplication.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
build()
public Inventory.WindowsApplication build()| Type | Description | 
| Inventory.WindowsApplication | 
buildPartial()
public Inventory.WindowsApplication buildPartial()| Type | Description | 
| Inventory.WindowsApplication | 
clear()
public Inventory.WindowsApplication.Builder clear()| Type | Description | 
| Inventory.WindowsApplication.Builder | 
clearDisplayName()
public Inventory.WindowsApplication.Builder clearDisplayName()The name of the application or product.
 string display_name = 1;
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
clearDisplayVersion()
public Inventory.WindowsApplication.Builder clearDisplayVersion()The version of the product or application in string format.
 string display_version = 2;
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Inventory.WindowsApplication.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
clearHelpLink()
public Inventory.WindowsApplication.Builder clearHelpLink()The internet address for technical support.
 string help_link = 5;
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
clearInstallDate()
public Inventory.WindowsApplication.Builder clearInstallDate()The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Inventory.WindowsApplication.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
clearPublisher()
public Inventory.WindowsApplication.Builder clearPublisher()The name of the manufacturer for the product or application.
 string publisher = 3;
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
clone()
public Inventory.WindowsApplication.Builder clone()| Type | Description | 
| Inventory.WindowsApplication.Builder | 
getDefaultInstanceForType()
public Inventory.WindowsApplication getDefaultInstanceForType()| Type | Description | 
| Inventory.WindowsApplication | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDisplayName()
public String getDisplayName()The name of the application or product.
 string display_name = 1;
| Type | Description | 
| String | The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The name of the application or product.
 string display_name = 1;
| Type | Description | 
| ByteString | The bytes for displayName.  | 
      
getDisplayVersion()
public String getDisplayVersion()The version of the product or application in string format.
 string display_version = 2;
| Type | Description | 
| String | The displayVersion.  | 
      
getDisplayVersionBytes()
public ByteString getDisplayVersionBytes()The version of the product or application in string format.
 string display_version = 2;
| Type | Description | 
| ByteString | The bytes for displayVersion.  | 
      
getHelpLink()
public String getHelpLink()The internet address for technical support.
 string help_link = 5;
| Type | Description | 
| String | The helpLink.  | 
      
getHelpLinkBytes()
public ByteString getHelpLinkBytes()The internet address for technical support.
 string help_link = 5;
| Type | Description | 
| ByteString | The bytes for helpLink.  | 
      
getInstallDate()
public Date getInstallDate()The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Type | Description | 
| com.google.type.Date | The installDate.  | 
      
getInstallDateBuilder()
public Date.Builder getInstallDateBuilder()The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Type | Description | 
| com.google.type.Date.Builder | 
getInstallDateOrBuilder()
public DateOrBuilder getInstallDateOrBuilder()The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Type | Description | 
| com.google.type.DateOrBuilder | 
getPublisher()
public String getPublisher()The name of the manufacturer for the product or application.
 string publisher = 3;
| Type | Description | 
| String | The publisher.  | 
      
getPublisherBytes()
public ByteString getPublisherBytes()The name of the manufacturer for the product or application.
 string publisher = 3;
| Type | Description | 
| ByteString | The bytes for publisher.  | 
      
hasInstallDate()
public boolean hasInstallDate()The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Type | Description | 
| boolean | Whether the installDate field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Inventory.WindowsApplication other)
public Inventory.WindowsApplication.Builder mergeFrom(Inventory.WindowsApplication other)| Name | Description | 
| other | Inventory.WindowsApplication | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Inventory.WindowsApplication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Inventory.WindowsApplication.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
mergeInstallDate(Date value)
public Inventory.WindowsApplication.Builder mergeInstallDate(Date value)The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Name | Description | 
| value | com.google.type.Date | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsApplication.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
setDisplayName(String value)
public Inventory.WindowsApplication.Builder setDisplayName(String value)The name of the application or product.
 string display_name = 1;
| Name | Description | 
| value | StringThe displayName to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public Inventory.WindowsApplication.Builder setDisplayNameBytes(ByteString value)The name of the application or product.
 string display_name = 1;
| Name | Description | 
| value | ByteStringThe bytes for displayName to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setDisplayVersion(String value)
public Inventory.WindowsApplication.Builder setDisplayVersion(String value)The version of the product or application in string format.
 string display_version = 2;
| Name | Description | 
| value | StringThe displayVersion to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setDisplayVersionBytes(ByteString value)
public Inventory.WindowsApplication.Builder setDisplayVersionBytes(ByteString value)The version of the product or application in string format.
 string display_version = 2;
| Name | Description | 
| value | ByteStringThe bytes for displayVersion to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Inventory.WindowsApplication.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
setHelpLink(String value)
public Inventory.WindowsApplication.Builder setHelpLink(String value)The internet address for technical support.
 string help_link = 5;
| Name | Description | 
| value | StringThe helpLink to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setHelpLinkBytes(ByteString value)
public Inventory.WindowsApplication.Builder setHelpLinkBytes(ByteString value)The internet address for technical support.
 string help_link = 5;
| Name | Description | 
| value | ByteStringThe bytes for helpLink to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setInstallDate(Date value)
public Inventory.WindowsApplication.Builder setInstallDate(Date value)The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Name | Description | 
| value | com.google.type.Date | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
setInstallDate(Date.Builder builderForValue)
public Inventory.WindowsApplication.Builder setInstallDate(Date.Builder builderForValue)The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
 .google.type.Date install_date = 4;
| Name | Description | 
| builderForValue | com.google.type.Date.Builder | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
setPublisher(String value)
public Inventory.WindowsApplication.Builder setPublisher(String value)The name of the manufacturer for the product or application.
 string publisher = 3;
| Name | Description | 
| value | StringThe publisher to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setPublisherBytes(ByteString value)
public Inventory.WindowsApplication.Builder setPublisherBytes(ByteString value)The name of the manufacturer for the product or application.
 string publisher = 3;
| Name | Description | 
| value | ByteStringThe bytes for publisher to set.  | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Inventory.WindowsApplication.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.WindowsApplication.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Inventory.WindowsApplication.Builder |