public interface SoftwareOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()The description of the software.
string description = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the software.
string description = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getName()
public abstract String getName()The name of the software.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the software.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPermissions(int index)
public abstract Permission getPermissions(int index)System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
repeated .google.backstory.Permission permissions = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Permission |
|
getPermissionsCount()
public abstract int getPermissionsCount()System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
repeated .google.backstory.Permission permissions = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPermissionsList()
public abstract List<Permission> getPermissionsList()System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
repeated .google.backstory.Permission permissions = 3;
| Returns | |
|---|---|
| Type | Description |
List<Permission> |
|
getPermissionsOrBuilder(int index)
public abstract PermissionOrBuilder getPermissionsOrBuilder(int index)System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
repeated .google.backstory.Permission permissions = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PermissionOrBuilder |
|
getPermissionsOrBuilderList()
public abstract List<? extends PermissionOrBuilder> getPermissionsOrBuilderList()System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
repeated .google.backstory.Permission permissions = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.PermissionOrBuilder> |
|
getVendorName()
public abstract String getVendorName()The name of the software vendor.
string vendor_name = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The vendorName. |
getVendorNameBytes()
public abstract ByteString getVendorNameBytes()The name of the software vendor.
string vendor_name = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vendorName. |
getVersion()
public abstract String getVersion()The version of the software.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the software.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |