Class LoggingConfig
The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class LoggingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogSeverity
Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.
Declaration
[JsonProperty("logSeverity")]
public virtual string LogSeverity { get; set; }
Property Value
Type | Description |
---|---|
string |