Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class TelemetryConfig.
Telemetry Configuration for the Dataproc Metastore service.
Generated from protobuf message google.cloud.metastore.v1alpha.TelemetryConfig
Namespace
Google \ Cloud \ Metastore \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ log_format |
int
The output format of the Dataproc Metastore service's logs. |
getLogFormat
The output format of the Dataproc Metastore service's logs.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LogFormat. |
setLogFormat
The output format of the Dataproc Metastore service's logs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LogFormat. |
| Returns | |
|---|---|
| Type | Description |
$this |
|