public static final class Inventory.WindowsApplication extends GeneratedMessageV3 implements Inventory.WindowsApplicationOrBuilder
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
DISPLAY_VERSION_FIELD_NUMBER
public static final int DISPLAY_VERSION_FIELD_NUMBER
Field Value
HELP_LINK_FIELD_NUMBER
public static final int HELP_LINK_FIELD_NUMBER
Field Value
INSTALL_DATE_FIELD_NUMBER
public static final int INSTALL_DATE_FIELD_NUMBER
Field Value
PUBLISHER_FIELD_NUMBER
public static final int PUBLISHER_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Inventory.WindowsApplication getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Inventory.WindowsApplication.Builder newBuilder()
Returns
newBuilder(Inventory.WindowsApplication prototype)
public static Inventory.WindowsApplication.Builder newBuilder(Inventory.WindowsApplication prototype)
Parameter
Returns
public static Inventory.WindowsApplication parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Inventory.WindowsApplication parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Inventory.WindowsApplication parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Inventory.WindowsApplication parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Inventory.WindowsApplication parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Inventory.WindowsApplication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Inventory.WindowsApplication parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Inventory.WindowsApplication parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Inventory.WindowsApplication parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Inventory.WindowsApplication> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Inventory.WindowsApplication getDefaultInstanceForType()
Returns
getDisplayName()
public String getDisplayName()
The name of the application or product.
string display_name = 1;
Returns
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The name of the application or product.
string display_name = 1;
Returns
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;
Returns
Type | Description |
String | The displayVersion.
|
getDisplayVersionBytes()
public ByteString getDisplayVersionBytes()
The version of the product or application in string format.
string display_version = 2;
Returns
Type | Description |
ByteString | The bytes for displayVersion.
|
getHelpLink()
public String getHelpLink()
The internet address for technical support.
string help_link = 5;
Returns
Type | Description |
String | The helpLink.
|
getHelpLinkBytes()
public ByteString getHelpLinkBytes()
The internet address for technical support.
string help_link = 5;
Returns
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;
Returns
Type | Description |
com.google.type.Date | The installDate.
|
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;
Returns
Type | Description |
com.google.type.DateOrBuilder | |
getParserForType()
public Parser<Inventory.WindowsApplication> getParserForType()
Returns
Overrides
getPublisher()
public String getPublisher()
The name of the manufacturer for the product or application.
string publisher = 3;
Returns
Type | Description |
String | The publisher.
|
getPublisherBytes()
public ByteString getPublisherBytes()
The name of the manufacturer for the product or application.
string publisher = 3;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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;
Returns
Type | Description |
boolean | Whether the installDate field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Inventory.WindowsApplication.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Inventory.WindowsApplication.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Inventory.WindowsApplication.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions