Interface WorkerAssignedEventOrBuilder (0.6.0)

public interface WorkerAssignedEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

The worker's instance name.

string instance = 2;

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

The worker's instance name.

string instance = 2;

Returns
TypeDescription
ByteString

The bytes for instance.

getMachineType()

public abstract String getMachineType()

The machine type that was assigned for the worker.

string machine_type = 3;

Returns
TypeDescription
String

The machineType.

getMachineTypeBytes()

public abstract ByteString getMachineTypeBytes()

The machine type that was assigned for the worker.

string machine_type = 3;

Returns
TypeDescription
ByteString

The bytes for machineType.

getZone()

public abstract String getZone()

The zone the worker is running in.

string zone = 1;

Returns
TypeDescription
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

The zone the worker is running in.

string zone = 1;

Returns
TypeDescription
ByteString

The bytes for zone.