Class ReportAgentStateResponse
Response to ReportAgentStateRequest.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class ReportAgentStateResponse : IDirectResponseSchema
Properties
DefaultReportInterval
Default report interval override
Declaration
[JsonProperty("defaultReportInterval")]
public virtual object DefaultReportInterval { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinReportInterval
Minimum report interval override
Declaration
[JsonProperty("minReportInterval")]
public virtual object MinReportInterval { get; set; }
Property Value
Type | Description |
---|---|
object |
Tasks
Tasks assigned to the agent
Declaration
[JsonProperty("tasks")]
public virtual IList<AgentTask> Tasks { get; set; }
Property Value
Type | Description |
---|---|
IList<AgentTask> |
UseBatchMonitoredResource
If true, the cloud logging for batch agent will use batch.googleapis.com/Job as monitored resource for Batch job related logging.
Declaration
[JsonProperty("useBatchMonitoredResource")]
public virtual bool? UseBatchMonitoredResource { get; set; }
Property Value
Type | Description |
---|---|
bool? |