public interface PrefetchFileMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrefetchHash()
public abstract String getPrefetchHash()A hash of the executable path used to identify the prefetch file.
string prefetch_hash = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The prefetchHash. |
getPrefetchHashBytes()
public abstract ByteString getPrefetchHashBytes()A hash of the executable path used to identify the prefetch file.
string prefetch_hash = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prefetchHash. |
getRunCount()
public abstract long getRunCount()The number of times the application has been run.
int64 run_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The runCount. |