Show / Hide Table of Contents

Class ReportAgentStateResponse

Response to ReportAgentStateRequest.

Inheritance
object
ReportAgentStateResponse
Implements
IDirectResponseSchema
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX