Class LoggingDestination
Configuration of a specific logging destination (the producer project or the consumer project).
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.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 |
---|---|
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 |
---|---|
IList<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 |
---|---|
string |