Compute V1 Client - Class BackendServiceLogConfig (1.10.1)

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ enablebool

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

↳ optional_fieldsarray

This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode" was set to CUSTOM. Contains a list of optional fields you want to include in the logs. For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace

↳ optional_modestring

This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL. Check the OptionalMode enum for the list of possible values.

↳ sample_ratefloat

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.

Returns
TypeDescription
bool

hasEnable

clearEnable

setEnable

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

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getOptionalFields

This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode" was set to CUSTOM. Contains a list of optional fields you want to include in the logs. For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOptionalFields

This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode" was set to CUSTOM. Contains a list of optional fields you want to include in the logs. For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace

Parameter
NameDescription
varstring[]
Returns
TypeDescription
$this

getOptionalMode

This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.

Check the OptionalMode enum for the list of possible values.

Returns
TypeDescription
string

hasOptionalMode

clearOptionalMode

setOptionalMode

This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.

Check the OptionalMode enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
varfloat
Returns
TypeDescription
$this