Google Cloud Eventarc V1 Client - Class LoggingConfig (2.1.2)

Reference documentation and code samples for the Google Cloud Eventarc V1 Client class LoggingConfig.

The configuration for Platform Telemetry logging for Eventarc Advanced resources.

Generated from protobuf message google.cloud.eventarc.v1.LoggingConfig

Namespace

Google \ Cloud \ Eventarc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ log_severity int

Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.

getLogSeverity

Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.

Returns
Type Description
int

setLogSeverity

Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.

Parameter
Name Description
var int
Returns
Type Description
$this