Enum LogsPolicy.Destination (0.55.0)

public enum LogsPolicy.Destination extends Enum<LogsPolicy.Destination> implements ProtocolMessageEnum

The destination (if any) for logs.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_LOGGING

Logs are streamed to Cloud Logging. Optionally, you can configure additional settings in the cloudLoggingOption field.

CLOUD_LOGGING = 1;

CLOUD_LOGGING_VALUE

Logs are streamed to Cloud Logging. Optionally, you can configure additional settings in the cloudLoggingOption field.

CLOUD_LOGGING = 1;

DESTINATION_UNSPECIFIED

(Default) Logs are not preserved.

DESTINATION_UNSPECIFIED = 0;

DESTINATION_UNSPECIFIED_VALUE

(Default) Logs are not preserved.

DESTINATION_UNSPECIFIED = 0;

PATH

Logs are saved to the file path specified in the logsPath field.

PATH = 2;

PATH_VALUE

Logs are saved to the file path specified in the logsPath field.

PATH = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()