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 EventEvent.Builder. build()EventEvent.Builder. buildPartial()static EventEvent. getDefaultInstance()EventEvent.Builder. getDefaultInstanceForType()EventEvent. getDefaultInstanceForType()EventMetadata.Builder. getEvents(int index)The list of events that have happened so far during the execution of this operation.EventMetadata. getEvents(int index)The list of events that have happened so far during the execution of this operation.EventMetadataOrBuilder. getEvents(int index)The list of events that have happened so far during the execution of this operation.static EventEvent. parseDelimitedFrom(InputStream input)static EventEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(byte[] data)static EventEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.ByteString data)static EventEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(InputStream input)static EventEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(ByteBuffer data)static EventEvent. 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.BuilderMetadata.Builder. addEvents(int index, Event value)The list of events that have happened so far during the execution of this operation.Metadata.BuilderMetadata.Builder. addEvents(Event value)The list of events that have happened so far during the execution of this operation.Event.BuilderEvent.Builder. mergeFrom(Event other)static Event.BuilderEvent. newBuilder(Event prototype)Metadata.BuilderMetadata.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.BuilderMetadata.Builder. addAllEvents(Iterable<? extends Event> values)The list of events that have happened so far during the execution of this operation.
-