The path to which logs are saved when the destination = PATH. This can be a
local file path on the VM, or under the mount point of a Persistent Disk or
Filestore, or a Cloud Storage path.
[[["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-21 UTC."],[[["The `LogsPolicy` class in the Google.Cloud.Batch.V1 API provides a way to define how outputs from a Job's Tasks (stdout/stderr) are preserved."],["The latest version of `LogsPolicy` is 2.13.0, with various other versions available, including 2.0.0 which is the version that is the main topic."],["`LogsPolicy` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `LogsPolicy` include `Destination`, which specifies where logs are saved, and `LogsPath`, which defines the specific path when the destination is a path."],["The `LogsPolicy` class has two constructors available, a default constructor, and a second constructor that takes another `LogsPolicy` object as a parameter."]]],[]]