public interface GuestInstalledApplicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getApplicationName()
Installed application name.
string application_name = 1;com.google.protobuf.ByteString getApplicationNameBytes()
Installed application name.
string application_name = 1;String getVendor()
Installed application vendor.
string vendor = 2;com.google.protobuf.ByteString getVendorBytes()
Installed application vendor.
string vendor = 2;boolean hasInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;com.google.protobuf.Timestamp getInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;String getPath()
Source path.
string path = 4;com.google.protobuf.ByteString getPathBytes()
Source path.
string path = 4;String getVersion()
Installed application version.
string version = 5;com.google.protobuf.ByteString getVersionBytes()
Installed application version.
string version = 5;Copyright © 2024 Google LLC. All rights reserved.