public final class LoggingConfig extends GeneratedMessageV3 implements LoggingConfigOrBuilder
The runtime logging config of the job.Protobuf type
google.cloud.dataproc.v1.LoggingConfig| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingConfig.Builder
The runtime logging config of the job.
|
static class |
LoggingConfig.Level
The Log4j level for job execution.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DRIVER_LOG_LEVELS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDriverLogLevels(java.lang.String key)
The per-package log levels for the driver.
|
boolean |
equals(java.lang.Object obj) |
static LoggingConfig |
getDefaultInstance() |
LoggingConfig |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.util.Map<java.lang.String,LoggingConfig.Level> |
getDriverLogLevels()
Deprecated.
|
int |
getDriverLogLevelsCount()
The per-package log levels for the driver.
|
java.util.Map<java.lang.String,LoggingConfig.Level> |
getDriverLogLevelsMap()
The per-package log levels for the driver.
|
LoggingConfig.Level |
getDriverLogLevelsOrDefault(java.lang.String key,
LoggingConfig.Level defaultValue)
The per-package log levels for the driver.
|
LoggingConfig.Level |
getDriverLogLevelsOrThrow(java.lang.String key)
The per-package log levels for the driver.
|
java.util.Map<java.lang.String,java.lang.Integer> |
getDriverLogLevelsValue()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Integer> |
getDriverLogLevelsValueMap()
The per-package log levels for the driver.
|
int |
getDriverLogLevelsValueOrDefault(java.lang.String key,
int defaultValue)
The per-package log levels for the driver.
|
int |
getDriverLogLevelsValueOrThrow(java.lang.String key)
The per-package log levels for the driver.
|
Parser<LoggingConfig> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static LoggingConfig.Builder |
newBuilder() |
static LoggingConfig.Builder |
newBuilder(LoggingConfig prototype) |
LoggingConfig.Builder |
newBuilderForType() |
protected LoggingConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static LoggingConfig |
parseDelimitedFrom(java.io.InputStream input) |
static LoggingConfig |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static LoggingConfig |
parseFrom(byte[] data) |
static LoggingConfig |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static LoggingConfig |
parseFrom(java.nio.ByteBuffer data) |
static LoggingConfig |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static LoggingConfig |
parseFrom(ByteString data) |
static LoggingConfig |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static LoggingConfig |
parseFrom(CodedInputStream input) |
static LoggingConfig |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static LoggingConfig |
parseFrom(java.io.InputStream input) |
static LoggingConfig |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<LoggingConfig> |
parser() |
LoggingConfig.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DRIVER_LOG_LEVELS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public int getDriverLogLevelsCount()
LoggingConfigOrBuilderThe 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;getDriverLogLevelsCount in interface LoggingConfigOrBuilderpublic boolean containsDriverLogLevels(java.lang.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;containsDriverLogLevels in interface LoggingConfigOrBuilder@Deprecated public java.util.Map<java.lang.String,LoggingConfig.Level> getDriverLogLevels()
getDriverLogLevelsMap() instead.getDriverLogLevels in interface LoggingConfigOrBuilderpublic java.util.Map<java.lang.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;getDriverLogLevelsMap in interface LoggingConfigOrBuilderpublic LoggingConfig.Level getDriverLogLevelsOrDefault(java.lang.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;getDriverLogLevelsOrDefault in interface LoggingConfigOrBuilderpublic LoggingConfig.Level getDriverLogLevelsOrThrow(java.lang.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;getDriverLogLevelsOrThrow in interface LoggingConfigOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getDriverLogLevelsValue()
getDriverLogLevelsValueMap() instead.getDriverLogLevelsValue in interface LoggingConfigOrBuilderpublic java.util.Map<java.lang.String,java.lang.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;getDriverLogLevelsValueMap in interface LoggingConfigOrBuilderpublic int getDriverLogLevelsValueOrDefault(java.lang.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;getDriverLogLevelsValueOrDefault in interface LoggingConfigOrBuilderpublic int getDriverLogLevelsValueOrThrow(java.lang.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;getDriverLogLevelsValueOrThrow in interface LoggingConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static LoggingConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LoggingConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoggingConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LoggingConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LoggingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LoggingConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static LoggingConfig.Builder newBuilder()
public static LoggingConfig.Builder newBuilder(LoggingConfig prototype)
public LoggingConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected LoggingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static LoggingConfig getDefaultInstance()
public static Parser<LoggingConfig> parser()
public Parser<LoggingConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public LoggingConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder