Interface Workstation.WorkstationBoostConfigOrBuilder (0.81.0)

public static interface Workstation.WorkstationBoostConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Output only. Boost configuration ID.

string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Output only. Boost configuration ID.

string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for id.

getRunning()

public abstract boolean getRunning()

Output only. Whether or not the current workstation is actively boosted with this id.

bool running = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The running.