Struct googapis::google::genomics::v1::dataset_service_v1_client::DatasetServiceV1Client[][src]

pub struct DatasetServiceV1Client<T> { /* fields omitted */ }
Expand description

This service manages datasets, which are collections of genomic data.

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Lists datasets within a project.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Creates a new dataset.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Gets a dataset by ID.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Updates a dataset.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

This method supports patch semantics.

Deletes a dataset and all of its contents (all read group sets, reference sets, variant sets, call sets, annotation sets, etc.) This is reversible (up to one week after the deletion) via the [datasets.undelete][google.genomics.v1.DatasetServiceV1.UndeleteDataset] operation.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Undeletes a dataset by restoring a dataset which was deleted via this API.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

This operation is only possible for a week after the deletion occurred.

Sets the access control policy on the specified dataset. Replaces any existing policy.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

See Setting a Policy for more information.

Gets the access control policy for the dataset. This is empty if the policy or resource does not exist.

See Getting a Policy for more information.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Returns permissions that a caller has on the specified resource. See Testing Permissions for more information.

For the definitions of datasets and other genomics resources, see Fundamentals of Google Genomics

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more