public sealed class LogsPolicy.Types.CloudLoggingOption : IMessage<LogsPolicy.Types.CloudLoggingOption>, IEquatable<LogsPolicy.Types.CloudLoggingOption>, IDeepCloneable<LogsPolicy.Types.CloudLoggingOption>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class LogsPolicy.Types.CloudLoggingOption.
CloudLoggingOption contains additional settings for Cloud Logging logs
generated by Batch job.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `LogsPolicy.Types.CloudLoggingOption` class within the Batch v1 API, specifically for the .NET environment, with the current version being 2.8.0, however it also provides a list of other versions."],["`CloudLoggingOption` is used to configure Cloud Logging for logs generated by Batch jobs, allowing customization of log settings, as seen with the optional flag called `UseGenericTaskMonitoredResource` that changes the monitored resource type for Cloud Logging."],["The `CloudLoggingOption` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["There are two constructors available for creating instances of `CloudLoggingOption`, one default and another that takes an existing `CloudLoggingOption` instance as a parameter, and it is part of the namespace `Google.Cloud.Batch.V1`."]]],[]]