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-06-18 UTC."],[[["The webpage provides documentation for the `PlatformLogsSettings` class within the Google Cloud Pub/Sub v1 API, specifically in the .NET environment."],["The content lists various versions of the API, ranging from 2.3.0 to the latest version 3.23.0, indicating a history of API development."],["`PlatformLogsSettings` is used to manage settings for Platform Logs generated by Pub/Sub, defining the minimum severity level for logs."],["The `PlatformLogsSettings` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors provided, a default one and one that takes another `PlatformLogsSettings` as a parameter, and the class also includes a `Severity` property to define the minimum log severity level."]]],[]]