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 =

Logs are not preserved.

0
CLOUD_LOGGING =

Logs are streamed to Cloud Logging.

1
PATH =

Logs are saved to a file path.

2