public static enum RoutineSpec.RoutineType extends Enum<RoutineSpec.RoutineType> implements com.google.protobuf.ProtocolMessageEnum
The fine-grained type of the routine.Protobuf enum
google.cloud.datacatalog.v1.RoutineSpec.RoutineType| Enum Constant and Description |
|---|
PROCEDURE
Stored procedure.
|
ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
|
SCALAR_FUNCTION
Non-builtin permanent scalar function.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCEDURE_VALUE
Stored procedure.
|
static int |
ROUTINE_TYPE_UNSPECIFIED_VALUE
Unspecified type.
|
static int |
SCALAR_FUNCTION_VALUE
Non-builtin permanent scalar function.
|
| Modifier and Type | Method and Description |
|---|---|
static RoutineSpec.RoutineType |
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<RoutineSpec.RoutineType> |
internalGetValueMap() |
static RoutineSpec.RoutineType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RoutineSpec.RoutineType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RoutineSpec.RoutineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutineSpec.RoutineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutineSpec.RoutineType ROUTINE_TYPE_UNSPECIFIED
Unspecified type.
ROUTINE_TYPE_UNSPECIFIED = 0;public static final RoutineSpec.RoutineType SCALAR_FUNCTION
Non-builtin permanent scalar function.
SCALAR_FUNCTION = 1;public static final RoutineSpec.RoutineType PROCEDURE
Stored procedure.
PROCEDURE = 2;public static final RoutineSpec.RoutineType UNRECOGNIZED
public static final int ROUTINE_TYPE_UNSPECIFIED_VALUE
Unspecified type.
ROUTINE_TYPE_UNSPECIFIED = 0;public static final int SCALAR_FUNCTION_VALUE
Non-builtin permanent scalar function.
SCALAR_FUNCTION = 1;public static final int PROCEDURE_VALUE
Stored procedure.
PROCEDURE = 2;public static RoutineSpec.RoutineType[] values()
for (RoutineSpec.RoutineType c : RoutineSpec.RoutineType.values()) System.out.println(c);
public static RoutineSpec.RoutineType 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 RoutineSpec.RoutineType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RoutineSpec.RoutineType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RoutineSpec.RoutineType> 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 RoutineSpec.RoutineType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.