Show / Hide Table of Contents

Class CloudLoggingOption

CloudLoggingOption contains additional settings for Cloud Logging logs generated by Batch job.

Inheritance
object
CloudLoggingOption
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 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 field 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX