Class CloudLoggingOption
CloudLoggingOption
contains additional settings for Cloud Logging logs generated by Batch job.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class CloudLoggingOption : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UseGenericTaskMonitoredResource
Optional. Set this flag to true to change the monitored resource
type for Cloud Logging logs generated by this Batch job
from the
batch.googleapis.com/Job
type to the formerly used
generic_task
type.
Declaration
[JsonProperty("useGenericTaskMonitoredResource")]
public virtual bool? UseGenericTaskMonitoredResource { get; set; }
Property Value
Type | Description |
---|---|
bool? |