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, part of the `Google.Cloud.Compute.V1` namespace."],["There are multiple versions of `BackendServiceLogConfig` available, ranging from version 1.0.0 to 3.6.0."],["`BackendServiceLogConfig` class offers properties like `Enable` and `SampleRate` to manage logging functionalities for load balancer traffic, with `Enable` determining if logging is active, and `SampleRate` setting the proportion of requests logged, having a default value of 1.0."],["The `BackendServiceLogConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The class contains two constructors, a parameterless one and one that accepts another instance of `BackendServiceLogConfig`, allowing for object duplication."]]],[]]