Interface AppCompatMetadataOrBuilder (0.3.0)

public interface AppCompatMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getControlSet()

public abstract String getControlSet()

Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").

string control_set = 3;

Returns
Type Description
String

The controlSet.

getControlSetBytes()

public abstract ByteString getControlSetBytes()

Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").

string control_set = 3;

Returns
Type Description
ByteString

The bytes for controlSet.

getExecuted()

public abstract boolean getExecuted()

Indicates whether the file associated with the entry was executed.

bool executed = 2;

Returns
Type Description
boolean

The executed.

getSequence()

public abstract int getSequence()

Indicates the chronological order in which the entry was added to the cache.

int32 sequence = 1;

Returns
Type Description
int

The sequence.