Class LoggingDestination
Configuration of a specific logging destination (the producer project or the consumer project).
Inheritance
System.Object
LoggingDestination
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class LoggingDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Logs
Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".
Declaration
[JsonProperty("logs")]
public virtual IList<string> Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
MonitoredResource
The monitored resource type. The type must be defined in the Service.monitored_resources section.
Declaration
[JsonProperty("monitoredResource")]
public virtual string MonitoredResource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |