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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int DRIVER_LOG_LEVELS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public int getDriverLogLevelsCount()
LoggingConfigOrBuilder
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;
getDriverLogLevelsCount
in interface LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public 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 LoggingConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static LoggingConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static LoggingConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static LoggingConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static LoggingConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static LoggingConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static LoggingConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static LoggingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public LoggingConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static LoggingConfig.Builder newBuilder()
public static LoggingConfig.Builder newBuilder(LoggingConfig prototype)
public LoggingConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected LoggingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static LoggingConfig getDefaultInstance()
public static Parser<LoggingConfig> parser()
public Parser<LoggingConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public LoggingConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder