Package com.google.cloud.aiplatform.v1
Enum NotebookExecutionJob.EnvironmentSpecCase
java.lang.Object
java.lang.Enum<NotebookExecutionJob.EnvironmentSpecCase>
com.google.cloud.aiplatform.v1.NotebookExecutionJob.EnvironmentSpecCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<NotebookExecutionJob.EnvironmentSpecCase>
- Enclosing class:
- NotebookExecutionJob
public static enum NotebookExecutionJob.EnvironmentSpecCase
extends Enum<NotebookExecutionJob.EnvironmentSpecCase>
implements com.google.protobuf.Internal.EnumLite
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME
public static final NotebookExecutionJob.EnvironmentSpecCase NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME -
CUSTOM_ENVIRONMENT_SPEC
-
ENVIRONMENTSPEC_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-