Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StateResource

The "state" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.StateResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Batch.v1
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StateResource

Constructors

StateResource(IClientService)

Constructs a new resource.

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

Methods

Report(ReportAgentStateRequest, string)

Report agent's state, e.g. agent status and tasks information

Declaration
public virtual ProjectsResource.LocationsResource.StateResource.ReportRequest Report(ReportAgentStateRequest body, string parent)
Parameters
Type Name Description
ReportAgentStateRequest body

The body of the request.

string parent

Required. Format: projects/{project}/locations/{location} {project} should be a project number.

Returns
Type Description
ProjectsResource.LocationsResource.StateResource.ReportRequest
In this article
Back to top Generated by DocFX