public sealed class PlatformLogsSettings : IMessage<PlatformLogsSettings>, IEquatable<PlatformLogsSettings>, IDeepCloneable<PlatformLogsSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class PlatformLogsSettings.
Settings for Platform Logs produced by Pub/Sub.
Implements
IMessagePlatformLogsSettings, IEquatablePlatformLogsSettings, IDeepCloneablePlatformLogsSettings, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
PlatformLogsSettings()
public PlatformLogsSettings()
PlatformLogsSettings(PlatformLogsSettings)
public PlatformLogsSettings(PlatformLogsSettings other)
Parameter | |
---|---|
Name | Description |
other |
PlatformLogsSettings |
Properties
Severity
public PlatformLogsSettings.Types.Severity Severity { get; set; }
Optional. The minimum severity level of Platform Logs that will be written.
Property Value | |
---|---|
Type | Description |
PlatformLogsSettingsTypesSeverity |