public static enum RoutineSpec.Argument.Mode extends Enum<RoutineSpec.Argument.Mode> implements com.google.protobuf.ProtocolMessageEnum
The input or output mode of the argument.Protobuf enum
google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode| Enum Constant and Description |
|---|
IN
The argument is input-only.
|
INOUT
The argument is both an input and an output.
|
MODE_UNSPECIFIED
Unspecified mode.
|
OUT
The argument is output-only.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IN_VALUE
The argument is input-only.
|
static int |
INOUT_VALUE
The argument is both an input and an output.
|
static int |
MODE_UNSPECIFIED_VALUE
Unspecified mode.
|
static int |
OUT_VALUE
The argument is output-only.
|
| Modifier and Type | Method and Description |
|---|---|
static RoutineSpec.Argument.Mode |
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.Argument.Mode> |
internalGetValueMap() |
static RoutineSpec.Argument.Mode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RoutineSpec.Argument.Mode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RoutineSpec.Argument.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutineSpec.Argument.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutineSpec.Argument.Mode MODE_UNSPECIFIED
Unspecified mode.
MODE_UNSPECIFIED = 0;public static final RoutineSpec.Argument.Mode IN
The argument is input-only.
IN = 1;public static final RoutineSpec.Argument.Mode OUT
The argument is output-only.
OUT = 2;public static final RoutineSpec.Argument.Mode INOUT
The argument is both an input and an output.
INOUT = 3;public static final RoutineSpec.Argument.Mode UNRECOGNIZED
public static final int MODE_UNSPECIFIED_VALUE
Unspecified mode.
MODE_UNSPECIFIED = 0;public static final int IN_VALUE
The argument is input-only.
IN = 1;public static final int OUT_VALUE
The argument is output-only.
OUT = 2;public static final int INOUT_VALUE
The argument is both an input and an output.
INOUT = 3;public static RoutineSpec.Argument.Mode[] values()
for (RoutineSpec.Argument.Mode c : RoutineSpec.Argument.Mode.values()) System.out.println(c);
public static RoutineSpec.Argument.Mode 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.Argument.Mode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RoutineSpec.Argument.Mode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RoutineSpec.Argument.Mode> 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.Argument.Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.