- 0.80.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.8
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. |