public final class WorkerAssignedEvent extends GeneratedMessageV3 implements WorkerAssignedEventOrBuilder
An event generated after a worker VM has been assigned to run the pipeline.
Protobuf type google.cloud.lifesciences.v2beta.WorkerAssignedEvent
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkerAssignedEventImplements
WorkerAssignedEventOrBuilderStatic Fields
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
Type | Description |
int |
MACHINE_TYPE_FIELD_NUMBER
public static final int MACHINE_TYPE_FIELD_NUMBER
Type | Description |
int |
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static WorkerAssignedEvent getDefaultInstance()
Type | Description |
WorkerAssignedEvent |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static WorkerAssignedEvent.Builder newBuilder()
Type | Description |
WorkerAssignedEvent.Builder |
newBuilder(WorkerAssignedEvent prototype)
public static WorkerAssignedEvent.Builder newBuilder(WorkerAssignedEvent prototype)
Name | Description |
prototype | WorkerAssignedEvent |
Type | Description |
WorkerAssignedEvent.Builder |
parseDelimitedFrom(InputStream input)
public static WorkerAssignedEvent parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseFrom(byte[] data)
public static WorkerAssignedEvent parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WorkerAssignedEvent parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WorkerAssignedEvent parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseFrom(InputStream input)
public static WorkerAssignedEvent parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WorkerAssignedEvent parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkerAssignedEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WorkerAssignedEvent |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WorkerAssignedEvent> parser()
Type | Description |
Parser<WorkerAssignedEvent> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public WorkerAssignedEvent getDefaultInstanceForType()
Type | Description |
WorkerAssignedEvent |
getInstance()
public String getInstance()
The worker's instance name.
string instance = 2;
Type | Description |
String | The instance. |
getInstanceBytes()
public ByteString getInstanceBytes()
The worker's instance name.
string instance = 2;
Type | Description |
ByteString | The bytes for instance. |
getMachineType()
public String getMachineType()
The machine type that was assigned for the worker.
string machine_type = 3;
Type | Description |
String | The machineType. |
getMachineTypeBytes()
public ByteString getMachineTypeBytes()
The machine type that was assigned for the worker.
string machine_type = 3;
Type | Description |
ByteString | The bytes for machineType. |
getParserForType()
public Parser<WorkerAssignedEvent> getParserForType()
Type | Description |
Parser<WorkerAssignedEvent> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getZone()
public String getZone()
The zone the worker is running in.
string zone = 1;
Type | Description |
String | The zone. |
getZoneBytes()
public ByteString getZoneBytes()
The zone the worker is running in.
string zone = 1;
Type | Description |
ByteString | The bytes for zone. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public WorkerAssignedEvent.Builder newBuilderForType()
Type | Description |
WorkerAssignedEvent.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkerAssignedEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
WorkerAssignedEvent.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public WorkerAssignedEvent.Builder toBuilder()
Type | Description |
WorkerAssignedEvent.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |