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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage provides documentation for the `PlatformLogsSettings` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.19.0."],["The `PlatformLogsSettings` class is used to configure settings for Platform Logs generated by Pub/Sub and has inherited members from the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for the class."],["There are two constructors for `PlatformLogsSettings`: a default constructor and one that takes another `PlatformLogsSettings` instance as a parameter to allow for copying or cloning."],["It includes the property `Severity`, which determines the minimum severity level of Platform Logs that will be written and can be set using the type `PlatformLogsSettings.Types.Severity`."]]],[]]