public static final class Inventory.WindowsApplication extends GeneratedMessageV3 implements Inventory.WindowsApplicationOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISPLAY_VERSION_FIELD_NUMBER
public static final int DISPLAY_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HELP_LINK_FIELD_NUMBER
public static final int HELP_LINK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INSTALL_DATE_FIELD_NUMBER
public static final int INSTALL_DATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUBLISHER_FIELD_NUMBER
public static final int PUBLISHER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Inventory.WindowsApplication getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Inventory.WindowsApplication.Builder newBuilder()
newBuilder(Inventory.WindowsApplication prototype)
public static Inventory.WindowsApplication.Builder newBuilder(Inventory.WindowsApplication prototype)
public static Inventory.WindowsApplication parseDelimitedFrom(InputStream input)
public static Inventory.WindowsApplication parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Inventory.WindowsApplication parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Inventory.WindowsApplication parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(CodedInputStream input)
public static Inventory.WindowsApplication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(InputStream input)
public static Inventory.WindowsApplication parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Inventory.WindowsApplication parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Inventory.WindowsApplication parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Inventory.WindowsApplication> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Inventory.WindowsApplication getDefaultInstanceForType()
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 |
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;
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()
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 |
Type |
Description |
ByteString |
The bytes for publisher.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Inventory.WindowsApplication.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Inventory.WindowsApplication.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Inventory.WindowsApplication.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides