public sealed class BackendServiceLogConfig : IMessage<BackendServiceLogConfig>, IEquatable<BackendServiceLogConfig>, IDeepCloneable<BackendServiceLogConfig>, IBufferMessage, IMessage
The available logging options for the load balancer traffic served by this backend service.
This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `BackendServiceLogConfig` is 3.6.0, with several older versions ranging from 3.5.0 down to 1.0.0 also available for selection."],["`BackendServiceLogConfig` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer management respectively."],["The `BackendServiceLogConfig` class is used to manage logging options for load balancer traffic, as it is a core component of the Google Cloud Compute V1 package."],["The class `BackendServiceLogConfig` provides two key properties, `Enable` which indicates whether logging is turned on and `SampleRate` that sets the logging sampling rate, with a default value of 1.0, which means all requests are reported."],["The class has two constructors, one to create an empty object and the other to create a new `BackendServiceLogConfig` object that is a copy of another `BackendServiceLogConfig` object."]]],[]]