Show / Hide Table of Contents

Namespace Google.Apis.Genomics.v2alpha1

Classes

GenomicsBaseServiceRequest<TResponse>

A base abstract class for Genomics requests.

GenomicsService

The Genomics Service.

GenomicsService.Scope

Available OAuth 2.0 scopes for use with the Genomics API.

GenomicsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Genomics API.

PipelinesResource

The "pipelines" collection of methods.

PipelinesResource.RunRequest

Runs a pipeline. The returned Operation's metadata field will contain a google.genomics.v2alpha1.Metadata object describing the status of the pipeline execution. The [response] field will contain a google.genomics.v2alpha1.RunPipelineResponse object if the pipeline completes successfully. Note: Before you can use this method, the Genomics Service Agent must have access to your project. This is done automatically when the Cloud Genomics API is first enabled, but if you delete this permission, or if you enabled the Cloud Genomics API before the v2alpha1 API launch, you must disable and re-enable the API to grant the Genomics Service Agent the required permissions. Authorization requires the following Google IAM permission: * genomics.operations.create [1]: /genomics/gsa

ProjectsResource

The "projects" collection of methods.

ProjectsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients may use Operations.GetOperation or Operations.ListOperations to check whether the cancellation succeeded or the operation completed despite cancellation. Authorization requires the following Google IAM permission: * genomics.operations.cancel

ProjectsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. Authorization requires the following Google IAM permission: * genomics.operations.get

ProjectsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. Authorization requires the following Google IAM permission: * genomics.operations.list

ProjectsResource.WorkersResource

The "workers" collection of methods.

ProjectsResource.WorkersResource.CheckInRequest

The worker uses this method to retrieve the assigned operation and provide periodic status updates.

WorkersResource

The "workers" collection of methods.

WorkersResource.CheckInRequest

The worker uses this method to retrieve the assigned operation and provide periodic status updates.

Enums

GenomicsBaseServiceRequest<TResponse>.AltEnum

Data format for response.

GenomicsBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top