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 \ LogsPolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DESTINATION_UNSPECIFIED
Value: 0
(Default) Logs are not preserved.
Generated from protobuf enum DESTINATION_UNSPECIFIED = 0;
CLOUD_LOGGING
Value: 1
Logs are streamed to Cloud Logging. Optionally, you can configure
additional settings in the cloudLoggingOption
field.
Generated from protobuf enum CLOUD_LOGGING = 1;
PATH
Value: 2
Logs are saved to the file path specified in the logsPath
field.
Generated from protobuf enum PATH = 2;