Batch V1 API - Module Google::Cloud::Batch::V1::LogsPolicy::Destination (v0.20.0)

Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::LogsPolicy::Destination.

The destination (if any) for logs.

Constants

DESTINATION_UNSPECIFIED

value: 0
(Default) Logs are not preserved.

CLOUD_LOGGING

value: 1
Logs are streamed to Cloud Logging. Optionally, you can configure additional settings in the cloudLoggingOption field.

PATH

value: 2
Logs are saved to the file path specified in the logsPath field.