Compute V1 Client - Class BackendServiceLogConfig (1.5.0)

Reference documentation and code samples for the Compute V1 Client class BackendServiceLogConfig.

The available logging options for the load balancer traffic served by this backend service.

Generated from protobuf message google.cloud.compute.v1.BackendServiceLogConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enable bool

Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.

↳ sample_rate float

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.

getEnable

Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.

Generated from protobuf field optional bool enable = 311764355;

Returns
Type Description
bool

hasEnable

clearEnable

setEnable

Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.

Generated from protobuf field optional bool enable = 311764355;

Parameter
Name Description
var bool
Returns
Type Description
$this

getSampleRate

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.

Generated from protobuf field optional float sample_rate = 153193045;

Returns
Type Description
float

hasSampleRate

clearSampleRate

setSampleRate

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.

Generated from protobuf field optional float sample_rate = 153193045;

Parameter
Name Description
var float
Returns
Type Description
$this