Class ProjectsResource.LocationsResource.StateResource
The "state" collection of methods.
Inherited Members
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 |