public interface StackdriverLoggingConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getSamplingRatio()
Specifies the fraction of operations to write to
[Stackdriver Logging](https://cloud.google.com/logging/docs/).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
double getSamplingRatio()
Specifies the fraction of operations to write to [Stackdriver Logging](https://cloud.google.com/logging/docs/). This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.
double sampling_ratio = 1;
Copyright © 2022 Google LLC. All rights reserved.