Google Cloud Dataproc V1 Client - Class LoggingConfig (3.8.1)

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

The runtime logging config of the job.

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

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ driver_log_levels array|Google\Protobuf\Internal\MapField

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'

getDriverLogLevels

The per-package log levels for the driver. This may include "root" package name to configure rootLogger.

Examples:

  • 'com.google = FATAL'
  • 'root = INFO'
  • 'org.apache = DEBUG'
Returns
TypeDescription
Google\Protobuf\Internal\MapField

setDriverLogLevels

The per-package log levels for the driver. This may include "root" package name to configure rootLogger.

Examples:

  • 'com.google = FATAL'
  • 'root = INFO'
  • 'org.apache = DEBUG'
Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this