public final class QueryParam extends com.google.protobuf.GeneratedMessageV3 implements QueryParamOrBuilder
salesforce.hyperdb.grpc.v1.QueryParam| Modifier and Type | Class and Description |
|---|---|
static class |
QueryParam.Builder
Protobuf type
salesforce.hyperdb.grpc.v1.QueryParam |
static class |
QueryParam.ParametersCase |
static class |
QueryParam.ParameterStyle
Protobuf enum
salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle |
static class |
QueryParam.TransferMode
Protobuf enum
salesforce.hyperdb.grpc.v1.QueryParam.TransferMode |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW_PARAMETERS_FIELD_NUMBER |
static int |
DATABASE_FIELD_NUMBER |
static int |
JSON_PARAMETERS_FIELD_NUMBER |
static int |
MAX_ROWS_FIELD_NUMBER |
static int |
OUTPUT_FORMAT_FIELD_NUMBER |
static int |
PARAM_STYLE_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
SETTINGS_FIELD_NUMBER |
static int |
TRANSFER_MODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSettings(String key)
map<string, string> settings = 4; |
boolean |
equals(Object obj) |
QueryParameterArrow |
getArrowParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7; |
QueryParameterArrowOrBuilder |
getArrowParametersOrBuilder()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7; |
AttachedDatabase |
getDatabase(int index)
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2; |
int |
getDatabaseCount()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2; |
List<AttachedDatabase> |
getDatabaseList()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2; |
AttachedDatabaseOrBuilder |
getDatabaseOrBuilder(int index)
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2; |
List<? extends AttachedDatabaseOrBuilder> |
getDatabaseOrBuilderList()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2; |
static QueryParam |
getDefaultInstance() |
QueryParam |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
QueryParameterJson |
getJsonParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8; |
QueryParameterJsonOrBuilder |
getJsonParametersOrBuilder()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8; |
long |
getMaxRows()
uint64 max_rows = 9; |
OutputFormat |
getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
int |
getOutputFormatValue()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3; |
QueryParam.ParametersCase |
getParametersCase() |
QueryParam.ParameterStyle |
getParamStyle()
.salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle param_style = 6; |
int |
getParamStyleValue()
.salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle param_style = 6; |
com.google.protobuf.Parser<QueryParam> |
getParserForType() |
String |
getQuery()
string query = 1; |
com.google.protobuf.ByteString |
getQueryBytes()
string query = 1; |
int |
getSerializedSize() |
Map<String,String> |
getSettings()
Deprecated.
|
int |
getSettingsCount()
map<string, string> settings = 4; |
Map<String,String> |
getSettingsMap()
map<string, string> settings = 4; |
String |
getSettingsOrDefault(String key,
String defaultValue)
map<string, string> settings = 4; |
String |
getSettingsOrThrow(String key)
map<string, string> settings = 4; |
QueryParam.TransferMode |
getTransferMode()
.salesforce.hyperdb.grpc.v1.QueryParam.TransferMode transfer_mode = 5; |
int |
getTransferModeValue()
.salesforce.hyperdb.grpc.v1.QueryParam.TransferMode transfer_mode = 5; |
boolean |
hasArrowParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7; |
int |
hashCode() |
boolean |
hasJsonParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static QueryParam.Builder |
newBuilder() |
static QueryParam.Builder |
newBuilder(QueryParam prototype) |
QueryParam.Builder |
newBuilderForType() |
protected QueryParam.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static QueryParam |
parseDelimitedFrom(InputStream input) |
static QueryParam |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryParam |
parseFrom(byte[] data) |
static QueryParam |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryParam |
parseFrom(ByteBuffer data) |
static QueryParam |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryParam |
parseFrom(com.google.protobuf.ByteString data) |
static QueryParam |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryParam |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QueryParam |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryParam |
parseFrom(InputStream input) |
static QueryParam |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QueryParam> |
parser() |
QueryParam.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int QUERY_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
public static final int OUTPUT_FORMAT_FIELD_NUMBER
public static final int SETTINGS_FIELD_NUMBER
public static final int TRANSFER_MODE_FIELD_NUMBER
public static final int PARAM_STYLE_FIELD_NUMBER
public static final int ARROW_PARAMETERS_FIELD_NUMBER
public static final int JSON_PARAMETERS_FIELD_NUMBER
public static final int MAX_ROWS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public QueryParam.ParametersCase getParametersCase()
getParametersCase in interface QueryParamOrBuilderpublic String getQuery()
string query = 1;getQuery in interface QueryParamOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
string query = 1;getQueryBytes in interface QueryParamOrBuilderpublic List<AttachedDatabase> getDatabaseList()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;getDatabaseList in interface QueryParamOrBuilderpublic List<? extends AttachedDatabaseOrBuilder> getDatabaseOrBuilderList()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;getDatabaseOrBuilderList in interface QueryParamOrBuilderpublic int getDatabaseCount()
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;getDatabaseCount in interface QueryParamOrBuilderpublic AttachedDatabase getDatabase(int index)
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;getDatabase in interface QueryParamOrBuilderpublic AttachedDatabaseOrBuilder getDatabaseOrBuilder(int index)
repeated .salesforce.hyperdb.grpc.v1.AttachedDatabase database = 2;getDatabaseOrBuilder in interface QueryParamOrBuilderpublic int getOutputFormatValue()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3;getOutputFormatValue in interface QueryParamOrBuilderpublic OutputFormat getOutputFormat()
.salesforce.hyperdb.grpc.v1.OutputFormat output_format = 3;getOutputFormat in interface QueryParamOrBuilderpublic int getSettingsCount()
QueryParamOrBuildermap<string, string> settings = 4;getSettingsCount in interface QueryParamOrBuilderpublic boolean containsSettings(String key)
map<string, string> settings = 4;containsSettings in interface QueryParamOrBuilder@Deprecated public Map<String,String> getSettings()
getSettingsMap() instead.getSettings in interface QueryParamOrBuilderpublic Map<String,String> getSettingsMap()
map<string, string> settings = 4;getSettingsMap in interface QueryParamOrBuilderpublic String getSettingsOrDefault(String key, String defaultValue)
map<string, string> settings = 4;getSettingsOrDefault in interface QueryParamOrBuilderpublic String getSettingsOrThrow(String key)
map<string, string> settings = 4;getSettingsOrThrow in interface QueryParamOrBuilderpublic int getTransferModeValue()
.salesforce.hyperdb.grpc.v1.QueryParam.TransferMode transfer_mode = 5;getTransferModeValue in interface QueryParamOrBuilderpublic QueryParam.TransferMode getTransferMode()
.salesforce.hyperdb.grpc.v1.QueryParam.TransferMode transfer_mode = 5;getTransferMode in interface QueryParamOrBuilderpublic int getParamStyleValue()
.salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle param_style = 6;getParamStyleValue in interface QueryParamOrBuilderpublic QueryParam.ParameterStyle getParamStyle()
.salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle param_style = 6;getParamStyle in interface QueryParamOrBuilderpublic boolean hasArrowParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7;hasArrowParameters in interface QueryParamOrBuilderpublic QueryParameterArrow getArrowParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7;getArrowParameters in interface QueryParamOrBuilderpublic QueryParameterArrowOrBuilder getArrowParametersOrBuilder()
.salesforce.hyperdb.grpc.v1.QueryParameterArrow arrow_parameters = 7;getArrowParametersOrBuilder in interface QueryParamOrBuilderpublic boolean hasJsonParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8;hasJsonParameters in interface QueryParamOrBuilderpublic QueryParameterJson getJsonParameters()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8;getJsonParameters in interface QueryParamOrBuilderpublic QueryParameterJsonOrBuilder getJsonParametersOrBuilder()
.salesforce.hyperdb.grpc.v1.QueryParameterJson json_parameters = 8;getJsonParametersOrBuilder in interface QueryParamOrBuilderpublic long getMaxRows()
uint64 max_rows = 9;getMaxRows in interface QueryParamOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static QueryParam parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QueryParam parseFrom(InputStream input) throws IOException
IOExceptionpublic static QueryParam parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QueryParam parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QueryParam parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QueryParam parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QueryParam parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QueryParam.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static QueryParam.Builder newBuilder()
public static QueryParam.Builder newBuilder(QueryParam prototype)
public QueryParam.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected QueryParam.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static QueryParam getDefaultInstance()
public static com.google.protobuf.Parser<QueryParam> parser()
public com.google.protobuf.Parser<QueryParam> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public QueryParam getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025. All rights reserved.