public interface TelemetryConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogFormat()
public abstract TelemetryConfig.LogFormat getLogFormat()
The output format of the Dataproc Metastore service's logs.
.google.cloud.metastore.v1alpha.TelemetryConfig.LogFormat log_format = 1;
Returns | |
---|---|
Type | Description |
TelemetryConfig.LogFormat |
The logFormat. |
getLogFormatValue()
public abstract int getLogFormatValue()
The output format of the Dataproc Metastore service's logs.
.google.cloud.metastore.v1alpha.TelemetryConfig.LogFormat log_format = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for logFormat. |