Show / Hide Table of Contents

Class ProjectsResource.WorkersResource

The "workers" collection of methods.

Inheritance
object
ProjectsResource.WorkersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class ProjectsResource.WorkersResource

Constructors

WorkersResource(IClientService)

Constructs a new resource.

Declaration
public WorkersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CheckIn(CheckInRequest, string)

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

Declaration
public virtual ProjectsResource.WorkersResource.CheckInRequest CheckIn(CheckInRequest body, string id)
Parameters
Type Name Description
CheckInRequest body

The body of the request.

string id

The VM identity token for authenticating the VM instance. https://cloud.google.com/compute/docs/instances/verifying-instance-identity

Returns
Type Description
ProjectsResource.WorkersResource.CheckInRequest
In This Article
Back to top Generated by DocFX