Uses of Interface
com.google.cloud.lifesciences.v2beta.EventOrBuilder
-
Packages that use EventOrBuilder Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of EventOrBuilder in com.google.cloud.lifesciences.v2beta
Classes in com.google.cloud.lifesciences.v2beta that implement EventOrBuilder Modifier and Type Class Description class
Event
Carries information about events that occur during pipeline execution.static class
Event.Builder
Carries information about events that occur during pipeline execution.Methods in com.google.cloud.lifesciences.v2beta that return EventOrBuilder Modifier and Type Method Description EventOrBuilder
Metadata.Builder. getEventsOrBuilder(int index)
The list of events that have happened so far during the execution of this operation.EventOrBuilder
Metadata. getEventsOrBuilder(int index)
The list of events that have happened so far during the execution of this operation.EventOrBuilder
MetadataOrBuilder. getEventsOrBuilder(int index)
The list of events that have happened so far during the execution of this operation.Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type EventOrBuilder Modifier and Type Method Description List<? extends EventOrBuilder>
Metadata.Builder. getEventsOrBuilderList()
The list of events that have happened so far during the execution of this operation.List<? extends EventOrBuilder>
Metadata. getEventsOrBuilderList()
The list of events that have happened so far during the execution of this operation.List<? extends EventOrBuilder>
MetadataOrBuilder. getEventsOrBuilderList()
The list of events that have happened so far during the execution of this operation.
-