Show / Hide Table of Contents

Class WorkersResource.CheckInRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CheckInResponse>
GenomicsBaseServiceRequest<CheckInResponse>
WorkersResource.CheckInRequest
Implements
IClientServiceRequest<CheckInResponse>
IClientServiceRequest
Inherited Members
GenomicsBaseServiceRequest<CheckInResponse>.Xgafv
GenomicsBaseServiceRequest<CheckInResponse>.AccessToken
GenomicsBaseServiceRequest<CheckInResponse>.Alt
GenomicsBaseServiceRequest<CheckInResponse>.Callback
GenomicsBaseServiceRequest<CheckInResponse>.Fields
GenomicsBaseServiceRequest<CheckInResponse>.Key
GenomicsBaseServiceRequest<CheckInResponse>.OauthToken
GenomicsBaseServiceRequest<CheckInResponse>.PrettyPrint
GenomicsBaseServiceRequest<CheckInResponse>.QuotaUser
GenomicsBaseServiceRequest<CheckInResponse>.UploadType
GenomicsBaseServiceRequest<CheckInResponse>.UploadProtocol
ClientServiceRequest<CheckInResponse>.Execute()
ClientServiceRequest<CheckInResponse>.ExecuteAsStream()
ClientServiceRequest<CheckInResponse>.ExecuteAsync()
ClientServiceRequest<CheckInResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CheckInResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CheckInResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CheckInResponse>.CreateRequest(bool?)
ClientServiceRequest<CheckInResponse>.GenerateRequestUri()
ClientServiceRequest<CheckInResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CheckInResponse>.ETagAction
ClientServiceRequest<CheckInResponse>.ModifyRequest
ClientServiceRequest<CheckInResponse>.ValidateParameters
ClientServiceRequest<CheckInResponse>.RequestParameters
ClientServiceRequest<CheckInResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX