Google Cloud Batch V1 Client - Class Destination (0.4.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;