public enum Content.Notebook.KernelType extends Enum<Content.Notebook.KernelType> implements ProtocolMessageEnumKernel Type of the Jupyter notebook.
Protobuf enum google.cloud.dataplex.v1.Content.Notebook.KernelType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
KERNEL_TYPE_UNSPECIFIED |
Kernel Type unspecified. |
KERNEL_TYPE_UNSPECIFIED_VALUE |
Kernel Type unspecified. |
PYTHON3 |
Python 3 Kernel. |
PYTHON3_VALUE |
Python 3 Kernel. |
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() |
|