Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class LogFormat.
Protobuf type google.cloud.metastore.v1.TelemetryConfig.LogFormat
Namespace
Google \ Cloud \ Metastore \ V1 \ TelemetryConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOG_FORMAT_UNSPECIFIED
Value: 0The LOG_FORMAT is not set.
Generated from protobuf enum LOG_FORMAT_UNSPECIFIED = 0;
LEGACY
Value: 1Logging output uses the legacy textPayload format.
Generated from protobuf enum LEGACY = 1;
JSON
Value: 2Logging output uses the jsonPayload format.
Generated from protobuf enum JSON = 2;