Interface GuestInstalledApplicationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestInstalledApplication
,GuestInstalledApplication.Builder
public interface GuestInstalledApplicationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getApplicationName()
Installed application name.com.google.protobuf.ByteString
getApplicationNameBytes()
Installed application name.com.google.protobuf.Timestamp
getInstallTime()
The time when the application was installed.com.google.protobuf.TimestampOrBuilder
getInstallTimeOrBuilder()
The time when the application was installed.String
getPath()
Source path.com.google.protobuf.ByteString
getPathBytes()
Source path.String
getVendor()
Installed application vendor.com.google.protobuf.ByteString
getVendorBytes()
Installed application vendor.String
getVersion()
Installed application version.com.google.protobuf.ByteString
getVersionBytes()
Installed application version.boolean
hasInstallTime()
The time when the application was installed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplicationName
String getApplicationName()
Installed application name.
string application_name = 1;
- Returns:
- The applicationName.
-
getApplicationNameBytes
com.google.protobuf.ByteString getApplicationNameBytes()
Installed application name.
string application_name = 1;
- Returns:
- The bytes for applicationName.
-
getVendor
String getVendor()
Installed application vendor.
string vendor = 2;
- Returns:
- The vendor.
-
getVendorBytes
com.google.protobuf.ByteString getVendorBytes()
Installed application vendor.
string vendor = 2;
- Returns:
- The bytes for vendor.
-
hasInstallTime
boolean hasInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;
- Returns:
- Whether the installTime field is set.
-
getInstallTime
com.google.protobuf.Timestamp getInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;
- Returns:
- The installTime.
-
getInstallTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;
-
getPath
String getPath()
Source path.
string path = 4;
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Source path.
string path = 4;
- Returns:
- The bytes for path.
-
getVersion
String getVersion()
Installed application version.
string version = 5;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Installed application version.
string version = 5;
- Returns:
- The bytes for version.
-
-