| Package | Description |
|---|---|
| com.salesforce.hyperdb.grpc |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
OutputFormat.forNumber(int value) |
OutputFormat |
QueryResultParamOrBuilder.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2; |
OutputFormat |
QueryParam.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
OutputFormat |
QueryParam.Builder.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
OutputFormat |
QueryParamOrBuilder.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
OutputFormat |
QueryResultParam.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2; |
OutputFormat |
QueryResultParam.Builder.getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2; |
static OutputFormat |
OutputFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputFormat |
OutputFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<OutputFormat> |
OutputFormat.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
QueryParam.Builder |
QueryParam.Builder.setOutputFormat(OutputFormat value)
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
QueryResultParam.Builder |
QueryResultParam.Builder.setOutputFormat(OutputFormat value)
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 2; |
Copyright © 2025. All rights reserved.