public enum LogsPolicy.Destination extends Enum<LogsPolicy.Destination> implements ProtocolMessageEnum
The destination (if any) for logs.
Protobuf enum google.events.cloud.batch.v1.LogsPolicy.Destination
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOUD_LOGGING |
Logs are streamed to Cloud Logging. |
CLOUD_LOGGING_VALUE |
Logs are streamed to Cloud Logging. |
DESTINATION_UNSPECIFIED |
Logs are not preserved. |
DESTINATION_UNSPECIFIED_VALUE |
Logs are not preserved. |
PATH |
Logs are saved to a file path. |
PATH_VALUE |
Logs are saved to a file path. |
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() |