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-24 UTC."],[[["The `BackendServiceLogConfig` class, found in the `Google.Cloud.Compute.V1` namespace, provides logging options for load balancer traffic."],["Version 3.6.0 is the latest available version of the `BackendServiceLogConfig` as of the document provided, with historical versions back to 1.0.0 also accessible."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as provides inherited methods such as GetHashCode, GetType, MemberwiseClone, and ToString."],["The `BackendServiceLogConfig` class includes properties like `Enable`, `HasEnable`, `HasSampleRate`, and `SampleRate` to configure logging behavior."],["The `Enable` property determines whether logging is active, and the `SampleRate` property controls the proportion of logged requests reported, ranging from 0.0 to 1.0, with a default of 1.0."]]],[]]