Uses of Class
com.google.cloud.lifesciences.v2beta.Event
-
Packages that use Event Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of Event in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return Event Modifier and Type Method Description Event
Event.Builder. build()
Event
Event.Builder. buildPartial()
static Event
Event. getDefaultInstance()
Event
Event.Builder. getDefaultInstanceForType()
Event
Event. getDefaultInstanceForType()
Event
Metadata.Builder. getEvents(int index)
The list of events that have happened so far during the execution of this operation.Event
Metadata. getEvents(int index)
The list of events that have happened so far during the execution of this operation.Event
MetadataOrBuilder. getEvents(int index)
The list of events that have happened so far during the execution of this operation.static Event
Event. parseDelimitedFrom(InputStream input)
static Event
Event. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(byte[] data)
static Event
Event. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.ByteString data)
static Event
Event. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(InputStream input)
static Event
Event. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(ByteBuffer data)
static Event
Event. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type Event Modifier and Type Method Description List<Event>
Metadata.Builder. getEventsList()
The list of events that have happened so far during the execution of this operation.List<Event>
Metadata. getEventsList()
The list of events that have happened so far during the execution of this operation.List<Event>
MetadataOrBuilder. getEventsList()
The list of events that have happened so far during the execution of this operation.com.google.protobuf.Parser<Event>
Event. getParserForType()
static com.google.protobuf.Parser<Event>
Event. parser()
Methods in com.google.cloud.lifesciences.v2beta with parameters of type Event Modifier and Type Method Description Metadata.Builder
Metadata.Builder. addEvents(int index, Event value)
The list of events that have happened so far during the execution of this operation.Metadata.Builder
Metadata.Builder. addEvents(Event value)
The list of events that have happened so far during the execution of this operation.Event.Builder
Event.Builder. mergeFrom(Event other)
static Event.Builder
Event. newBuilder(Event prototype)
Metadata.Builder
Metadata.Builder. setEvents(int index, Event value)
The list of events that have happened so far during the execution of this operation.Method parameters in com.google.cloud.lifesciences.v2beta with type arguments of type Event Modifier and Type Method Description Metadata.Builder
Metadata.Builder. addAllEvents(Iterable<? extends Event> values)
The list of events that have happened so far during the execution of this operation.
-