public interface EventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerKilled()
public abstract ContainerKilledEvent getContainerKilled()See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
.google.cloud.lifesciences.v2beta.ContainerKilledEvent container_killed = 24;
| Returns | |
|---|---|
| Type | Description |
ContainerKilledEvent |
The containerKilled. |
getContainerKilledOrBuilder()
public abstract ContainerKilledEventOrBuilder getContainerKilledOrBuilder()See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
.google.cloud.lifesciences.v2beta.ContainerKilledEvent container_killed = 24;
| Returns | |
|---|---|
| Type | Description |
ContainerKilledEventOrBuilder |
|
getContainerStarted()
public abstract ContainerStartedEvent getContainerStarted()See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
.google.cloud.lifesciences.v2beta.ContainerStartedEvent container_started = 22;
| Returns | |
|---|---|
| Type | Description |
ContainerStartedEvent |
The containerStarted. |
getContainerStartedOrBuilder()
public abstract ContainerStartedEventOrBuilder getContainerStartedOrBuilder()See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
.google.cloud.lifesciences.v2beta.ContainerStartedEvent container_started = 22;
| Returns | |
|---|---|
| Type | Description |
ContainerStartedEventOrBuilder |
|
getContainerStopped()
public abstract ContainerStoppedEvent getContainerStopped()See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
.google.cloud.lifesciences.v2beta.ContainerStoppedEvent container_stopped = 23;
| Returns | |
|---|---|
| Type | Description |
ContainerStoppedEvent |
The containerStopped. |
getContainerStoppedOrBuilder()
public abstract ContainerStoppedEventOrBuilder getContainerStoppedOrBuilder()See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
.google.cloud.lifesciences.v2beta.ContainerStoppedEvent container_stopped = 23;
| Returns | |
|---|---|
| Type | Description |
ContainerStoppedEventOrBuilder |
|
getDelayed()
public abstract DelayedEvent getDelayed()See google.cloud.lifesciences.v2beta.DelayedEvent.
.google.cloud.lifesciences.v2beta.DelayedEvent delayed = 17;
| Returns | |
|---|---|
| Type | Description |
DelayedEvent |
The delayed. |
getDelayedOrBuilder()
public abstract DelayedEventOrBuilder getDelayedOrBuilder()See google.cloud.lifesciences.v2beta.DelayedEvent.
.google.cloud.lifesciences.v2beta.DelayedEvent delayed = 17;
| Returns | |
|---|---|
| Type | Description |
DelayedEventOrBuilder |
|
getDescription()
public abstract String getDescription() A human-readable description of the event. Note that these strings can
change at any time without notice. Any application logic must use the
information in the details field.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes() A human-readable description of the event. Note that these strings can
change at any time without notice. Any application logic must use the
information in the details field.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDetailsCase()
public abstract Event.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
Event.DetailsCase |
|
getFailed()
public abstract FailedEvent getFailed()See google.cloud.lifesciences.v2beta.FailedEvent.
.google.cloud.lifesciences.v2beta.FailedEvent failed = 26;
| Returns | |
|---|---|
| Type | Description |
FailedEvent |
The failed. |
getFailedOrBuilder()
public abstract FailedEventOrBuilder getFailedOrBuilder()See google.cloud.lifesciences.v2beta.FailedEvent.
.google.cloud.lifesciences.v2beta.FailedEvent failed = 26;
| Returns | |
|---|---|
| Type | Description |
FailedEventOrBuilder |
|
getPullStarted()
public abstract PullStartedEvent getPullStarted()See google.cloud.lifesciences.v2beta.PullStartedEvent.
.google.cloud.lifesciences.v2beta.PullStartedEvent pull_started = 20;
| Returns | |
|---|---|
| Type | Description |
PullStartedEvent |
The pullStarted. |
getPullStartedOrBuilder()
public abstract PullStartedEventOrBuilder getPullStartedOrBuilder()See google.cloud.lifesciences.v2beta.PullStartedEvent.
.google.cloud.lifesciences.v2beta.PullStartedEvent pull_started = 20;
| Returns | |
|---|---|
| Type | Description |
PullStartedEventOrBuilder |
|
getPullStopped()
public abstract PullStoppedEvent getPullStopped()See google.cloud.lifesciences.v2beta.PullStoppedEvent.
.google.cloud.lifesciences.v2beta.PullStoppedEvent pull_stopped = 21;
| Returns | |
|---|---|
| Type | Description |
PullStoppedEvent |
The pullStopped. |
getPullStoppedOrBuilder()
public abstract PullStoppedEventOrBuilder getPullStoppedOrBuilder()See google.cloud.lifesciences.v2beta.PullStoppedEvent.
.google.cloud.lifesciences.v2beta.PullStoppedEvent pull_stopped = 21;
| Returns | |
|---|---|
| Type | Description |
PullStoppedEventOrBuilder |
|
getTimestamp()
public abstract Timestamp getTimestamp()The time at which the event occurred.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestamp. |
getTimestampOrBuilder()
public abstract TimestampOrBuilder getTimestampOrBuilder()The time at which the event occurred.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUnexpectedExitStatus()
public abstract UnexpectedExitStatusEvent getUnexpectedExitStatus()See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent unexpected_exit_status = 25;
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
The unexpectedExitStatus. |
getUnexpectedExitStatusOrBuilder()
public abstract UnexpectedExitStatusEventOrBuilder getUnexpectedExitStatusOrBuilder()See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent unexpected_exit_status = 25;
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEventOrBuilder |
|
getWorkerAssigned()
public abstract WorkerAssignedEvent getWorkerAssigned()See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
.google.cloud.lifesciences.v2beta.WorkerAssignedEvent worker_assigned = 18;
| Returns | |
|---|---|
| Type | Description |
WorkerAssignedEvent |
The workerAssigned. |
getWorkerAssignedOrBuilder()
public abstract WorkerAssignedEventOrBuilder getWorkerAssignedOrBuilder()See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
.google.cloud.lifesciences.v2beta.WorkerAssignedEvent worker_assigned = 18;
| Returns | |
|---|---|
| Type | Description |
WorkerAssignedEventOrBuilder |
|
getWorkerReleased()
public abstract WorkerReleasedEvent getWorkerReleased()See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.
.google.cloud.lifesciences.v2beta.WorkerReleasedEvent worker_released = 19;
| Returns | |
|---|---|
| Type | Description |
WorkerReleasedEvent |
The workerReleased. |
getWorkerReleasedOrBuilder()
public abstract WorkerReleasedEventOrBuilder getWorkerReleasedOrBuilder()See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.
.google.cloud.lifesciences.v2beta.WorkerReleasedEvent worker_released = 19;
| Returns | |
|---|---|
| Type | Description |
WorkerReleasedEventOrBuilder |
|
hasContainerKilled()
public abstract boolean hasContainerKilled()See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
.google.cloud.lifesciences.v2beta.ContainerKilledEvent container_killed = 24;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the containerKilled field is set. |
hasContainerStarted()
public abstract boolean hasContainerStarted()See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
.google.cloud.lifesciences.v2beta.ContainerStartedEvent container_started = 22;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the containerStarted field is set. |
hasContainerStopped()
public abstract boolean hasContainerStopped()See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
.google.cloud.lifesciences.v2beta.ContainerStoppedEvent container_stopped = 23;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the containerStopped field is set. |
hasDelayed()
public abstract boolean hasDelayed()See google.cloud.lifesciences.v2beta.DelayedEvent.
.google.cloud.lifesciences.v2beta.DelayedEvent delayed = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the delayed field is set. |
hasFailed()
public abstract boolean hasFailed()See google.cloud.lifesciences.v2beta.FailedEvent.
.google.cloud.lifesciences.v2beta.FailedEvent failed = 26;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the failed field is set. |
hasPullStarted()
public abstract boolean hasPullStarted()See google.cloud.lifesciences.v2beta.PullStartedEvent.
.google.cloud.lifesciences.v2beta.PullStartedEvent pull_started = 20;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pullStarted field is set. |
hasPullStopped()
public abstract boolean hasPullStopped()See google.cloud.lifesciences.v2beta.PullStoppedEvent.
.google.cloud.lifesciences.v2beta.PullStoppedEvent pull_stopped = 21;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pullStopped field is set. |
hasTimestamp()
public abstract boolean hasTimestamp()The time at which the event occurred.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |
hasUnexpectedExitStatus()
public abstract boolean hasUnexpectedExitStatus()See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent unexpected_exit_status = 25;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the unexpectedExitStatus field is set. |
hasWorkerAssigned()
public abstract boolean hasWorkerAssigned()See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
.google.cloud.lifesciences.v2beta.WorkerAssignedEvent worker_assigned = 18;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workerAssigned field is set. |
hasWorkerReleased()
public abstract boolean hasWorkerReleased()See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.
.google.cloud.lifesciences.v2beta.WorkerReleasedEvent worker_released = 19;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workerReleased field is set. |