Enum ReplayConfig.LogSource (0.6.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
LOG_SOURCE_UNSPECIFIED

An unspecified log source. If the log source is unspecified, the Replay defaults to using RECENT_ACCESSES.

LOG_SOURCE_UNSPECIFIED = 0;

LOG_SOURCE_UNSPECIFIED_VALUE

An unspecified log source. If the log source is unspecified, the Replay defaults to using RECENT_ACCESSES.

LOG_SOURCE_UNSPECIFIED = 0;

RECENT_ACCESSES

All access logs from the last 90 days. These logs may not include logs from the most recent 7 days.

RECENT_ACCESSES = 1;

RECENT_ACCESSES_VALUE

All access logs from the last 90 days. These logs may not include logs from the most recent 7 days.

RECENT_ACCESSES = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()