Interface Inventory.WindowsApplicationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Inventory.WindowsApplication
,Inventory.WindowsApplication.Builder
- Enclosing class:
- Inventory
public static interface Inventory.WindowsApplicationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
The name of the application or product.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The name of the application or product.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getDisplayVersion
String getDisplayVersion()
The version of the product or application in string format.
string display_version = 2;
- Returns:
- The displayVersion.
-
getDisplayVersionBytes
com.google.protobuf.ByteString getDisplayVersionBytes()
The version of the product or application in string format.
string display_version = 2;
- Returns:
- The bytes for displayVersion.
-
getPublisher
String getPublisher()
The name of the manufacturer for the product or application.
string publisher = 3;
- Returns:
- The publisher.
-
getPublisherBytes
com.google.protobuf.ByteString getPublisherBytes()
The name of the manufacturer for the product or application.
string publisher = 3;
- Returns:
- The bytes for publisher.
-
hasInstallDate
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;
- Returns:
- Whether the installDate field is set.
-
getInstallDate
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;
- Returns:
- The installDate.
-
getInstallDateOrBuilder
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;
-
getHelpLink
String getHelpLink()
The internet address for technical support.
string help_link = 5;
- Returns:
- The helpLink.
-
getHelpLinkBytes
com.google.protobuf.ByteString getHelpLinkBytes()
The internet address for technical support.
string help_link = 5;
- Returns:
- The bytes for helpLink.
-
-