Interface LoggingConfigOrBuilder (3.1.2)

public interface LoggingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsDriverLogLevels(String key)

public abstract boolean containsDriverLogLevels(String key)

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDriverLogLevels()

public abstract Map<String,LoggingConfig.Level> getDriverLogLevels()
Returns
TypeDescription
Map<String,Level>

getDriverLogLevelsCount()

public abstract int getDriverLogLevelsCount()

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Returns
TypeDescription
int

getDriverLogLevelsMap()

public abstract Map<String,LoggingConfig.Level> getDriverLogLevelsMap()

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Returns
TypeDescription
Map<String,Level>

getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)

public abstract LoggingConfig.Level getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameters
NameDescription
keyString
defaultValueLoggingConfig.Level
Returns
TypeDescription
LoggingConfig.Level

getDriverLogLevelsOrThrow(String key)

public abstract LoggingConfig.Level getDriverLogLevelsOrThrow(String key)

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
LoggingConfig.Level

getDriverLogLevelsValue()

public abstract Map<String,Integer> getDriverLogLevelsValue()
Returns
TypeDescription
Map<String,Integer>

getDriverLogLevelsValueMap()

public abstract Map<String,Integer> getDriverLogLevelsValueMap()

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Returns
TypeDescription
Map<String,Integer>

getDriverLogLevelsValueOrDefault(String key, int defaultValue)

public abstract int getDriverLogLevelsValueOrDefault(String key, int defaultValue)

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameters
NameDescription
keyString
defaultValueint
Returns
TypeDescription
int

getDriverLogLevelsValueOrThrow(String key)

public abstract int getDriverLogLevelsValueOrThrow(String key)

The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'

map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
int