public enum Component extends Enum<Component> implements com.google.protobuf.ProtocolMessageEnum
Cluster components that can be activated.Protobuf enum
google.cloud.dataproc.v1.Component| Enum Constant and Description |
|---|
ANACONDA
The Anaconda python distribution.
|
COMPONENT_UNSPECIFIED
Unspecified component.
|
HIVE_WEBHCAT
The Hive Web HCatalog (the REST service for accessing HCatalog).
|
JUPYTER
The Jupyter Notebook.
|
UNRECOGNIZED |
ZEPPELIN
The Zeppelin notebook.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ANACONDA_VALUE
The Anaconda python distribution.
|
static int |
COMPONENT_UNSPECIFIED_VALUE
Unspecified component.
|
static int |
HIVE_WEBHCAT_VALUE
The Hive Web HCatalog (the REST service for accessing HCatalog).
|
static int |
JUPYTER_VALUE
The Jupyter Notebook.
|
static int |
ZEPPELIN_VALUE
The Zeppelin notebook.
|
| Modifier and Type | Method and Description |
|---|---|
static Component |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Component> |
internalGetValueMap() |
static Component |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Component |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Component |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component COMPONENT_UNSPECIFIED
Unspecified component.
COMPONENT_UNSPECIFIED = 0;public static final Component ANACONDA
The Anaconda python distribution.
ANACONDA = 5;public static final Component HIVE_WEBHCAT
The Hive Web HCatalog (the REST service for accessing HCatalog).
HIVE_WEBHCAT = 3;public static final Component JUPYTER
The Jupyter Notebook.
JUPYTER = 1;public static final Component ZEPPELIN
The Zeppelin notebook.
ZEPPELIN = 4;public static final Component UNRECOGNIZED
public static final int COMPONENT_UNSPECIFIED_VALUE
Unspecified component.
COMPONENT_UNSPECIFIED = 0;public static final int ANACONDA_VALUE
The Anaconda python distribution.
ANACONDA = 5;public static final int HIVE_WEBHCAT_VALUE
The Hive Web HCatalog (the REST service for accessing HCatalog).
HIVE_WEBHCAT = 3;public static final int JUPYTER_VALUE
The Jupyter Notebook.
JUPYTER = 1;public static final int ZEPPELIN_VALUE
The Zeppelin notebook.
ZEPPELIN = 4;public static Component[] values()
for (Component c : Component.values()) System.out.println(c);
public static Component valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Component valueOf(int value)
forNumber(int) instead.public static Component forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Component> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Component valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.