public enum OutputFormat extends Enum<OutputFormat> implements com.google.protobuf.ProtocolMessageEnum
salesforce.hyperdb.grpc.v1.OutputFormat| Enum Constant and Description |
|---|
ARROW_IPC
ARROW_IPC = 5; |
ARROW_LEGACY
ARROW_LEGACY = 2; |
ARROW_LEGACY_IPC
ARROW_LEGACY_IPC = 4; |
JSON_ARRAY
JSON_ARRAY = 6; |
JSON_LEGACY_DICT
JSON_LEGACY_DICT = 3; |
OUTPUT_FORMAT_UNSPECIFIED
OUTPUT_FORMAT_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW_IPC_VALUE
ARROW_IPC = 5; |
static int |
ARROW_LEGACY_IPC_VALUE
ARROW_LEGACY_IPC = 4; |
static int |
ARROW_LEGACY_VALUE
ARROW_LEGACY = 2; |
static int |
JSON_ARRAY_VALUE
JSON_ARRAY = 6; |
static int |
JSON_LEGACY_DICT_VALUE
JSON_LEGACY_DICT = 3; |
static int |
OUTPUT_FORMAT_UNSPECIFIED_VALUE
OUTPUT_FORMAT_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
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<OutputFormat> |
internalGetValueMap() |
static OutputFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputFormat OUTPUT_FORMAT_UNSPECIFIED
OUTPUT_FORMAT_UNSPECIFIED = 0;public static final OutputFormat ARROW_LEGACY
ARROW_LEGACY = 2;public static final OutputFormat JSON_LEGACY_DICT
JSON_LEGACY_DICT = 3;public static final OutputFormat ARROW_LEGACY_IPC
ARROW_LEGACY_IPC = 4;public static final OutputFormat ARROW_IPC
ARROW_IPC = 5;public static final OutputFormat JSON_ARRAY
JSON_ARRAY = 6;public static final OutputFormat UNRECOGNIZED
public static final int OUTPUT_FORMAT_UNSPECIFIED_VALUE
OUTPUT_FORMAT_UNSPECIFIED = 0;public static final int ARROW_LEGACY_VALUE
ARROW_LEGACY = 2;public static final int JSON_LEGACY_DICT_VALUE
JSON_LEGACY_DICT = 3;public static final int ARROW_LEGACY_IPC_VALUE
ARROW_LEGACY_IPC = 4;public static final int ARROW_IPC_VALUE
ARROW_IPC = 5;public static final int JSON_ARRAY_VALUE
JSON_ARRAY = 6;public static OutputFormat[] values()
for (OutputFormat c : OutputFormat.values()) System.out.println(c);
public static OutputFormat 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 OutputFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OutputFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OutputFormat> 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 OutputFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.