public enum ReplayConfig.LogSource extends Enum<ReplayConfig.LogSource> implements ProtocolMessageEnum
The source of the logs to use for a Replay.
Protobuf enum google.cloud.policysimulator.v1.ReplayConfig.LogSource
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
LOG_SOURCE_UNSPECIFIED | An unspecified log source.
If the log source is unspecified, the
Replay defaults to using
|
LOG_SOURCE_UNSPECIFIED_VALUE | An unspecified log source.
If the log source is unspecified, the
Replay defaults to using
|
RECENT_ACCESSES | All access logs from the last 90 days. These logs may not include logs from the most recent 7 days. |
RECENT_ACCESSES_VALUE | All access logs from the last 90 days. These logs may not include logs from the most recent 7 days. |
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() |