Interface PrefetchFileMetadataOrBuilder (0.3.0)

public interface PrefetchFileMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.