Module: Google::Cloud::Batch::V1::LogsPolicy::Destination
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
The destination (if any) for logs.
Constant Summary collapse
- DESTINATION_UNSPECIFIED =
(Default) Logs are not preserved.
0- CLOUD_LOGGING =
Logs are streamed to Cloud Logging. Optionally, you can configure additional settings in the
cloudLoggingOptionfield. 1- PATH =
Logs are saved to the file path specified in the
logsPathfield. 2