Uses of Class
com.google.cloud.dataproc.v1.LoggingConfig.Level
-
Packages that use LoggingConfig.Level Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of LoggingConfig.Level in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return LoggingConfig.Level Modifier and Type Method Description static LoggingConfig.Level
LoggingConfig.Level. forNumber(int value)
LoggingConfig.Level
LoggingConfig.Builder. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfig. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfigOrBuilder. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfig.Builder. getDriverLogLevelsOrThrow(String key)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfig. getDriverLogLevelsOrThrow(String key)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfigOrBuilder. getDriverLogLevelsOrThrow(String key)
The per-package log levels for the driver.static LoggingConfig.Level
LoggingConfig.Level. valueOf(int value)
Deprecated.static LoggingConfig.Level
LoggingConfig.Level. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LoggingConfig.Level
LoggingConfig.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingConfig.Level[]
LoggingConfig.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type LoggingConfig.Level Modifier and Type Method Description Map<String,LoggingConfig.Level>
LoggingConfig.Builder. getDriverLogLevels()
Deprecated.Map<String,LoggingConfig.Level>
LoggingConfig. getDriverLogLevels()
Deprecated.Map<String,LoggingConfig.Level>
LoggingConfigOrBuilder. getDriverLogLevels()
Deprecated.Map<String,LoggingConfig.Level>
LoggingConfig.Builder. getDriverLogLevelsMap()
The per-package log levels for the driver.Map<String,LoggingConfig.Level>
LoggingConfig. getDriverLogLevelsMap()
The per-package log levels for the driver.Map<String,LoggingConfig.Level>
LoggingConfigOrBuilder. getDriverLogLevelsMap()
The per-package log levels for the driver.Map<String,LoggingConfig.Level>
LoggingConfig.Builder. getMutableDriverLogLevels()
Deprecated.static com.google.protobuf.Internal.EnumLiteMap<LoggingConfig.Level>
LoggingConfig.Level. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type LoggingConfig.Level Modifier and Type Method Description LoggingConfig.Level
LoggingConfig.Builder. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfig. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Level
LoggingConfigOrBuilder. getDriverLogLevelsOrDefault(String key, LoggingConfig.Level defaultValue)
The per-package log levels for the driver.LoggingConfig.Builder
LoggingConfig.Builder. putDriverLogLevels(String key, LoggingConfig.Level value)
The per-package log levels for the driver.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type LoggingConfig.Level Modifier and Type Method Description LoggingConfig.Builder
LoggingConfig.Builder. putAllDriverLogLevels(Map<String,LoggingConfig.Level> values)
The per-package log levels for the driver.
-