Docs.rs
  • nominal-api-0.795.3
    • nominal-api 0.795.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • alxhill
    • github:nominal-io:public
    • nominal-bot
    • Dependencies
      • conjure-error ^4 normal
      • conjure-http ^4 normal
      • conjure-object ^4 normal
      • prost ^0.13.5 normal
      • tonic ^0.13.1 normal
      • conjure-codegen ^4 build
      • tonic-build ^0.13.1 build
    • Versions
    • 51.99% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nominal_api

nominal_api0.795.3

  • All Items

Crate Items

  • Modules

Crates

  • nominal_api

Crate nominal_api

Source

Modules§

api
attachments
authentication
authorization
comments
connect
datasource
event
ingest
module
modules
persistent
scout
secrets
security
storage
themes
timeseries
tonic
upload

Results

Settings
Help
    trait
    nominal_api::scout::AsyncTemplateService
    TemplateService manages templates, which are workbooks that
    struct
    nominal_api::scout::AsyncTemplateServiceEndpoints
    trait method
    nominal_api::scout::AsyncTemplateService::create
    &AsyncTemplateService, BearerToken, CreateTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
    Creates a new template.
    trait method
    nominal_api::scout::AsyncTemplateService::search_templates
    &AsyncTemplateService, BearerToken, SearchTemplatesRequest -> <Future<Output=Result<SearchTemplatesResponse, Error>>, Send>
    trait method
    nominal_api::scout::AsyncTemplateService::merge_to_main
    &AsyncTemplateService, BearerToken, TemplateRid, MergeToMainRequest -> <Future<Output=Result<Template, Error>>, Send>
    Merges the given branch to the “main” branch. Throws …
    trait method
    nominal_api::scout::AsyncTemplateService::update_metadata
    &AsyncTemplateService, BearerToken, TemplateRid, UpdateMetadataRequest -> <Future<Output=Result<TemplateMetadata, Error>>, Send>
    Throws if the template doesn’t exist.
    trait method
    nominal_api::scout::AsyncTemplateService::get_all_labels_and_properties
    &AsyncTemplateService, BearerToken, BTreeSet<WorkspaceRid> -> <Future<Output=Result<GetAllLabelsAndPropertiesResponse, Error>>, Send>
    trait method
    nominal_api::scout::AsyncTemplateService::batch_get_metadata
    &AsyncTemplateService, BearerToken, BTreeSet<TemplateRid> -> <Future<Output=Result<BTreeSet<TemplateSummary>, Error>>, Send>
    trait method
    nominal_api::scout::AsyncTemplateService::commit
    &AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, CommitTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
    Creates a commit with a commit message. Throws if the …
    trait method
    nominal_api::scout::AsyncTemplateService::update_ref_names
    &AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, UpdateRefNameRequest -> <Future<Output=Result<Template, Error>>, Send>
    Updates the data source ref names for all variables used …
    trait method
    nominal_api::scout::AsyncTemplateService::save_working_state
    &AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, SaveTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
    Creates a commit that may be compacted, e.g cleaned up and …
    trait method
    nominal_api::scout::AsyncTemplateService::get
    &AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, Option<CommitId> -> <Future<Output=Result<Template, Error>>, Send>
    Must only pass one of (branch, commit). If neither are …
    trait method
    nominal_api::scout::AsyncTemplateService::get_used_ref_names
    &AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, Option<CommitId> -> <Future<Output=Result<BTreeSet<DataSourceRefName>, Error>>, Send>
    Returns the set of all ref names used by the template.
No results :(
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.