Show / Hide Table of Contents

Class LoggingDestination

Configuration of a specific logging destination (the producer project or the consumer project).

Inheritance
object
LoggingDestination
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.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX