Enum MetadataJob.ImportJobSpec.LogLevel (1.52.0)

public enum MetadataJob.ImportJobSpec.LogLevel extends Enum<MetadataJob.ImportJobSpec.LogLevel> implements ProtocolMessageEnum

The level of logs to write to Cloud Logging for this job.

Protobuf enum google.cloud.dataplex.v1.MetadataJob.ImportJobSpec.LogLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEBUG

Debug-level logging. Captures detailed logs for each import item. Use debug-level logging to troubleshoot issues with specific import items. For example, use debug-level logging to identify resources that are missing from the job scope, entries or aspects that don't conform to the associated entry type or aspect type, or other misconfigurations with the metadata import file.

Depending on the size of your metadata job and the number of logs that are generated, debug-level logging might incur additional costs.

DEBUG = 1;

DEBUG_VALUE

Debug-level logging. Captures detailed logs for each import item. Use debug-level logging to troubleshoot issues with specific import items. For example, use debug-level logging to identify resources that are missing from the job scope, entries or aspects that don't conform to the associated entry type or aspect type, or other misconfigurations with the metadata import file.

Depending on the size of your metadata job and the number of logs that are generated, debug-level logging might incur additional costs.

DEBUG = 1;

INFO

Info-level logging. Captures logs at the overall job level. Includes aggregate logs about import items, but doesn't specify which import item has an error.

INFO = 2;

INFO_VALUE

Info-level logging. Captures logs at the overall job level. Includes aggregate logs about import items, but doesn't specify which import item has an error.

INFO = 2;

LOG_LEVEL_UNSPECIFIED

Log level unspecified.

LOG_LEVEL_UNSPECIFIED = 0;

LOG_LEVEL_UNSPECIFIED_VALUE

Log level unspecified.

LOG_LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()