public interface WorkerAssignedEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()The worker's instance name.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()The worker's instance name.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getMachineType()
public abstract String getMachineType()The machine type that was assigned for the worker.
string machine_type = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()The machine type that was assigned for the worker.
string machine_type = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineType. |
getZone()
public abstract String getZone()The zone the worker is running in.
string zone = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()The zone the worker is running in.
string zone = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |