Search results
- trait
nominal_api::event::AsyncEventService
An Event is an annotated moment or time range. The Event …
struct nominal_api::event::AsyncEventServiceEndpoints
- trait method
nominal_api::event::AsyncEventService::create_event
&AsyncEventService, BearerToken, CreateEvent -> impl (Future<Output=Result<Event, Error>>, Send)
Creates an event.
trait method nominal_api::event::AsyncEventService::update_event
&AsyncEventService, BearerToken, UpdateEvent -> impl (Future<Output=Result<Event, Error>>, Send)
Updates the fields of an event. Empty fields are left …
trait method nominal_api::event::AsyncEventService::archive_event
&AsyncEventService, BearerToken, ArchiveEvent -> impl (Future<Output=Result<(), Error>>, Send)
Archives an event
trait method nominal_api::event::AsyncEventService::search_events
&AsyncEventService, BearerToken, SearchEventsRequest -> impl (Future<Output=Result<SearchEventsResponse, Error>>, Send)
Searches for events that match the given filters.
trait method nominal_api::event::AsyncEventService::batch_update_event
&AsyncEventService, BearerToken, BatchUpdateEventRequest -> impl (Future<Output=Result<BatchUpdateEventResponse, Error>>, Send)
Updates the fields of an event specified by each request …
trait method nominal_api::event::AsyncEventService::get_events_histogram
&AsyncEventService, BearerToken, EventsHistogramRequest -> impl (Future<Output=Result<EventsHistogramResponse, Error>>, Send)
Gets a histogram of events that match the given filters.
trait method nominal_api::event::AsyncEventService::batch_update_disposition
&AsyncEventService, BearerToken, BatchUpdateDispositionRequest -> impl (Future<Output=Result<BatchUpdateDispositionResponse, Error>>, Send)
Updates the disposition of an event.
trait method nominal_api::event::AsyncEventService::list_properties_and_labels
&AsyncEventService, BearerToken, ListPropertiesAndLabelsRequest -> impl (Future<Output=Result<ListPropertiesAndLabelsResponse, Error>>, Send)
Lists the properties and labels of all events in the …
trait method nominal_api::event::AsyncEventService::get_events
&AsyncEventService, BearerToken, GetEvents -> impl (Future<Output=Result<BTreeSet<Event>, Error>>, Send)
Gets a set of events by UUIDs
trait method nominal_api::event::AsyncEventService::batch_archive_event
&AsyncEventService, BearerToken, BTreeSet<EventRid> -> impl (Future<Output=Result<(), Error>>, Send)
Archives a set of events
trait method nominal_api::event::AsyncEventService::batch_unarchive_event
&AsyncEventService, BearerToken, BTreeSet<EventRid> -> impl (Future<Output=Result<(), Error>>, Send)
Unarchives a set of events
trait method nominal_api::event::AsyncEventService::batch_get_events
&AsyncEventService, BearerToken, BTreeSet<EventRid> -> impl (Future<Output=Result<BTreeSet<Event>, Error>>, Send)
Gets a set of events by RID.
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
Try on DuckDuckGo?
Or try looking in one of these:
- The Rust Reference for technical details about the language.
- Rust By Example for expository code examples.
- The Rust Book for introductions to language features and the language itself.
- Docs.rs for documentation of crates released on crates.io.