Interface TelemetryConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TelemetryConfig, TelemetryConfig.Builder

    public interface TelemetryConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TelemetryConfig.LogFormat getLogFormat()
      The output format of the Dataproc Metastore service's logs.
      int getLogFormatValue()
      The output format of the Dataproc Metastore service's logs.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLogFormatValue

        int getLogFormatValue()
         The output format of the Dataproc Metastore service's logs.
         
        .google.cloud.metastore.v1.TelemetryConfig.LogFormat log_format = 1;
        Returns:
        The enum numeric value on the wire for logFormat.
      • getLogFormat

        TelemetryConfig.LogFormat getLogFormat()
         The output format of the Dataproc Metastore service's logs.
         
        .google.cloud.metastore.v1.TelemetryConfig.LogFormat log_format = 1;
        Returns:
        The logFormat.