Class WorkersResource.CheckInRequest
The worker uses this method to retrieve the assigned operation and provide periodic status updates.
Inheritance
object
WorkersResource.CheckInRequest
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 WorkersResource.CheckInRequest : GenomicsBaseServiceRequest<CheckInResponse>, IClientServiceRequest<CheckInResponse>, IClientServiceRequest
Constructors
CheckInRequest(IClientService, CheckInRequest, string)
Constructs a new CheckIn request.
Declaration
public CheckInRequest(IClientService service, CheckInRequest body, string id)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CheckInRequest | body | |
string | id |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Genomics.v2alpha1.Data.CheckInResponse>.HttpMethod
Id
The VM identity token for authenticating the VM instance. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual string Id { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Genomics.v2alpha1.Data.CheckInResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Genomics.v2alpha1.Data.CheckInResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Genomics.v2alpha1.Data.CheckInResponse>.GetBody()
InitParameters()
Initializes CheckIn parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Genomics.v2alpha1.GenomicsBaseServiceRequest<Google.Apis.Genomics.v2alpha1.Data.CheckInResponse>.InitParameters()