public interface LoggingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getDriverLogLevels()
public abstract Map<String,LoggingConfig.Level> getDriverLogLevels()Use #getDriverLogLevelsMap() instead.
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| key | String |
| defaultValue | LoggingConfig.Level |
| Type | Description |
| 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;
| Name | Description |
| key | String |
| Type | Description |
| LoggingConfig.Level |
getDriverLogLevelsValue()
public abstract Map<String,Integer> getDriverLogLevelsValue()Use #getDriverLogLevelsValueMap() instead.
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| key | String |
| defaultValue | int |
| Type | Description |
| 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;
| Name | Description |
| key | String |
| Type | Description |
| int |