GoogleCloudApigeeV1TraceSamplingConfigSampler

enum GoogleCloudApigeeV1TraceSamplingConfigSampler : Enum<GoogleCloudApigeeV1TraceSamplingConfigSampler> , ConvertibleToJava<GoogleCloudApigeeV1TraceSamplingConfigSampler>

Sampler of distributed tracing. OFF is the default value.

Entries

Link copied to clipboard

Sampler unspecified.

Link copied to clipboard

OFF means distributed trace is disabled, or the sampling probability is 0.

Link copied to clipboard

PROBABILITY means traces are captured on a probability that defined by sampling_rate. The sampling rate is limited to 0 to 0.5 when this is set.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1TraceSamplingConfigSampler
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudApigeeV1TraceSamplingConfigSampler
Link copied to clipboard
Link copied to clipboard