public static enum NotebookExecutionJob.EnvironmentSpecCase extends Enum<NotebookExecutionJob.EnvironmentSpecCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CUSTOM_ENVIRONMENT_SPEC |
ENVIRONMENTSPEC_NOT_SET |
NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static NotebookExecutionJob.EnvironmentSpecCase |
forNumber(int value) |
int |
getNumber() |
static NotebookExecutionJob.EnvironmentSpecCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NotebookExecutionJob.EnvironmentSpecCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookExecutionJob.EnvironmentSpecCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotebookExecutionJob.EnvironmentSpecCase NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME
public static final NotebookExecutionJob.EnvironmentSpecCase CUSTOM_ENVIRONMENT_SPEC
public static final NotebookExecutionJob.EnvironmentSpecCase ENVIRONMENTSPEC_NOT_SET
public static NotebookExecutionJob.EnvironmentSpecCase[] values()
for (NotebookExecutionJob.EnvironmentSpecCase c : NotebookExecutionJob.EnvironmentSpecCase.values()) System.out.println(c);
public static NotebookExecutionJob.EnvironmentSpecCase 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 null@Deprecated public static NotebookExecutionJob.EnvironmentSpecCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static NotebookExecutionJob.EnvironmentSpecCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.