Google Cloud Batch V1 Client - Class Destination (0.16.7)

Reference documentation and code samples for the Google Cloud Batch V1 Client class Destination.

The destination (if any) for logs.

Protobuf type google.cloud.batch.v1.LogsPolicy.Destination

Namespace

Google \ Cloud \ Batch \ V1 \ LogsPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DESTINATION_UNSPECIFIED

Value: 0

Logs are not preserved.

Generated from protobuf enum DESTINATION_UNSPECIFIED = 0;

CLOUD_LOGGING

Value: 1

Logs are streamed to Cloud Logging.

Generated from protobuf enum CLOUD_LOGGING = 1;

PATH

Value: 2

Logs are saved to a file path.

Generated from protobuf enum PATH = 2;