Enum Content.Notebook.KernelType (1.39.0)

public enum Content.Notebook.KernelType extends Enum<Content.Notebook.KernelType> implements ProtocolMessageEnum

Kernel Type of the Jupyter notebook.

Protobuf enum google.cloud.dataplex.v1.Content.Notebook.KernelType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KERNEL_TYPE_UNSPECIFIED

Kernel Type unspecified.

KERNEL_TYPE_UNSPECIFIED = 0;

KERNEL_TYPE_UNSPECIFIED_VALUE

Kernel Type unspecified.

KERNEL_TYPE_UNSPECIFIED = 0;

PYTHON3

Python 3 Kernel.

PYTHON3 = 1;

PYTHON3_VALUE

Python 3 Kernel.

PYTHON3 = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()