Uses of Class
com.google.cloud.policysimulator.v1.ReplayConfig.LogSource
-
Packages that use ReplayConfig.LogSource Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of ReplayConfig.LogSource in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return ReplayConfig.LogSource Modifier and Type Method Description static ReplayConfig.LogSource
ReplayConfig.LogSource. forNumber(int value)
ReplayConfig.LogSource
ReplayConfig.Builder. getLogSource()
The logs to use as input for the [Replay][google.cloud.policysimulator.v1.Replay].ReplayConfig.LogSource
ReplayConfig. getLogSource()
The logs to use as input for the [Replay][google.cloud.policysimulator.v1.Replay].ReplayConfig.LogSource
ReplayConfigOrBuilder. getLogSource()
The logs to use as input for the [Replay][google.cloud.policysimulator.v1.Replay].static ReplayConfig.LogSource
ReplayConfig.LogSource. valueOf(int value)
Deprecated.static ReplayConfig.LogSource
ReplayConfig.LogSource. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ReplayConfig.LogSource
ReplayConfig.LogSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplayConfig.LogSource[]
ReplayConfig.LogSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type ReplayConfig.LogSource Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ReplayConfig.LogSource>
ReplayConfig.LogSource. internalGetValueMap()
Methods in com.google.cloud.policysimulator.v1 with parameters of type ReplayConfig.LogSource Modifier and Type Method Description ReplayConfig.Builder
ReplayConfig.Builder. setLogSource(ReplayConfig.LogSource value)
The logs to use as input for the [Replay][google.cloud.policysimulator.v1.Replay].
-