Class: Google::Cloud::Metastore::V1::TelemetryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::TelemetryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Telemetry Configuration for the Dataproc Metastore service.
Defined Under Namespace
Modules: LogFormat
Instance Attribute Summary collapse
-
#log_format ⇒ ::Google::Cloud::Metastore::V1::TelemetryConfig::LogFormat
The output format of the Dataproc Metastore service's logs.
Instance Attribute Details
#log_format ⇒ ::Google::Cloud::Metastore::V1::TelemetryConfig::LogFormat
Returns The output format of the Dataproc Metastore service's logs.
389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 389 class TelemetryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module LogFormat # The LOG_FORMAT is not set. LOG_FORMAT_UNSPECIFIED = 0 # Logging output uses the legacy `textPayload` format. LEGACY = 1 # Logging output uses the `jsonPayload` format. JSON = 2 end end |