Class: Google::Cloud::Metastore::V1beta::TelemetryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::TelemetryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Telemetry Configuration for the Dataproc Metastore service.
Defined Under Namespace
Modules: LogFormat
Instance Attribute Summary collapse
-
#log_format ⇒ ::Google::Cloud::Metastore::V1beta::TelemetryConfig::LogFormat
The output format of the Dataproc Metastore service's logs.
Instance Attribute Details
#log_format ⇒ ::Google::Cloud::Metastore::V1beta::TelemetryConfig::LogFormat
Returns The output format of the Dataproc Metastore service's logs.
452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 452 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 |