public static interface Inventory.WindowsApplicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The name of the application or product.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The name of the application or product.
|
String |
getDisplayVersion()
The version of the product or application in string format.
|
com.google.protobuf.ByteString |
getDisplayVersionBytes()
The version of the product or application in string format.
|
String |
getHelpLink()
The internet address for technical support.
|
com.google.protobuf.ByteString |
getHelpLinkBytes()
The internet address for technical support.
|
com.google.type.Date |
getInstallDate()
The last time this product received service.
|
com.google.type.DateOrBuilder |
getInstallDateOrBuilder()
The last time this product received service.
|
String |
getPublisher()
The name of the manufacturer for the product or application.
|
com.google.protobuf.ByteString |
getPublisherBytes()
The name of the manufacturer for the product or application.
|
boolean |
hasInstallDate()
The last time this product received service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
The name of the application or product.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
The name of the application or product.
string display_name = 1;String getDisplayVersion()
The version of the product or application in string format.
string display_version = 2;com.google.protobuf.ByteString getDisplayVersionBytes()
The version of the product or application in string format.
string display_version = 2;String getPublisher()
The name of the manufacturer for the product or application.
string publisher = 3;com.google.protobuf.ByteString getPublisherBytes()
The name of the manufacturer for the product or application.
string publisher = 3;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;com.google.type.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;com.google.type.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;String getHelpLink()
The internet address for technical support.
string help_link = 5;com.google.protobuf.ByteString getHelpLinkBytes()
The internet address for technical support.
string help_link = 5;Copyright © 2024 Google LLC. All rights reserved.