Package com.clickhouse.client.grpc.impl
Class QueryInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.clickhouse.client.grpc.impl.QueryInfo
-
- All Implemented Interfaces:
QueryInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class QueryInfo extends com.google.protobuf.GeneratedMessageV3 implements QueryInfoOrBuilder
Information about a query which a client sends to a ClickHouse server. The first QueryInfo can set any of the following fields. Extra QueryInfos only add extra data. In extra QueryInfos only `input_data`, `external_tables`, `next_query_info` and `cancel` fields can be set.
Protobuf typeclickhouse.grpc.QueryInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryInfo.BuilderInformation about a query which a client sends to a ClickHouse server.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCANCEL_FIELD_NUMBERstatic intDATABASE_FIELD_NUMBERstatic intEXTERNAL_TABLES_FIELD_NUMBERstatic intINPUT_DATA_DELIMITER_FIELD_NUMBERstatic intINPUT_DATA_FIELD_NUMBERstatic intNEXT_QUERY_INFO_FIELD_NUMBERstatic intOUTPUT_FORMAT_FIELD_NUMBERstatic intPASSWORD_FIELD_NUMBERstatic intQUERY_FIELD_NUMBERstatic intQUERY_ID_FIELD_NUMBERstatic intQUOTA_FIELD_NUMBERstatic intRESULT_COMPRESSION_FIELD_NUMBERstatic intSESSION_CHECK_FIELD_NUMBERstatic intSESSION_ID_FIELD_NUMBERstatic intSESSION_TIMEOUT_FIELD_NUMBERstatic intSETTINGS_FIELD_NUMBERstatic intUSER_NAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsSettings(String key)map<string, string> settings = 3;booleanequals(Object obj)booleangetCancel()Set `cancel` to true to stop executing the query.StringgetDatabase()Default database.com.google.protobuf.ByteStringgetDatabaseBytes()Default database.static QueryInfogetDefaultInstance()QueryInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ExternalTablegetExternalTables(int index)repeated .clickhouse.grpc.ExternalTable external_tables = 8;intgetExternalTablesCount()repeated .clickhouse.grpc.ExternalTable external_tables = 8;List<ExternalTable>getExternalTablesList()repeated .clickhouse.grpc.ExternalTable external_tables = 8;ExternalTableOrBuildergetExternalTablesOrBuilder(int index)repeated .clickhouse.grpc.ExternalTable external_tables = 8;List<? extends ExternalTableOrBuilder>getExternalTablesOrBuilderList()repeated .clickhouse.grpc.ExternalTable external_tables = 8;com.google.protobuf.ByteStringgetInputData()Input data, used both as data for INSERT query and as data for the input() function.com.google.protobuf.ByteStringgetInputDataDelimiter()Delimiter for input_data, inserted between input_data from adjacent QueryInfos.booleangetNextQueryInfo()If true there will be at least one more QueryInfo in the input stream.StringgetOutputFormat()Default output format.com.google.protobuf.ByteStringgetOutputFormatBytes()Default output format.com.google.protobuf.Parser<QueryInfo>getParserForType()StringgetPassword()string password = 10;com.google.protobuf.ByteStringgetPasswordBytes()string password = 10;StringgetQuery()string query = 1;com.google.protobuf.ByteStringgetQueryBytes()string query = 1;StringgetQueryId()string query_id = 2;com.google.protobuf.ByteStringgetQueryIdBytes()string query_id = 2;StringgetQuota()string quota = 11;com.google.protobuf.ByteStringgetQuotaBytes()string quota = 11;CompressiongetResultCompression()/ Controls how a ClickHouse server will compress query execution results before sending back to the client.CompressionOrBuildergetResultCompressionOrBuilder()/ Controls how a ClickHouse server will compress query execution results before sending back to the client.intgetSerializedSize()booleangetSessionCheck()bool session_check = 13;StringgetSessionId()Works exactly like sessions in the HTTP protocol.com.google.protobuf.ByteStringgetSessionIdBytes()Works exactly like sessions in the HTTP protocol.intgetSessionTimeout()uint32 session_timeout = 14;Map<String,String>getSettings()Deprecated.intgetSettingsCount()map<string, string> settings = 3;Map<String,String>getSettingsMap()map<string, string> settings = 3;StringgetSettingsOrDefault(String key, String defaultValue)map<string, string> settings = 3;StringgetSettingsOrThrow(String key)map<string, string> settings = 3;com.google.protobuf.UnknownFieldSetgetUnknownFields()StringgetUserName()string user_name = 9;com.google.protobuf.ByteStringgetUserNameBytes()string user_name = 9;inthashCode()booleanhasResultCompression()/ Controls how a ClickHouse server will compress query execution results before sending back to the client.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static QueryInfo.BuildernewBuilder()static QueryInfo.BuildernewBuilder(QueryInfo prototype)QueryInfo.BuildernewBuilderForType()protected QueryInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static QueryInfoparseDelimitedFrom(InputStream input)static QueryInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoparseFrom(byte[] data)static QueryInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoparseFrom(com.google.protobuf.ByteString data)static QueryInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoparseFrom(com.google.protobuf.CodedInputStream input)static QueryInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoparseFrom(InputStream input)static QueryInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInfoparseFrom(ByteBuffer data)static QueryInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<QueryInfo>parser()QueryInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUERY_ID_FIELD_NUMBER
public static final int QUERY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SETTINGS_FIELD_NUMBER
public static final int SETTINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUT_DATA_FIELD_NUMBER
public static final int INPUT_DATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUT_DATA_DELIMITER_FIELD_NUMBER
public static final int INPUT_DATA_DELIMITER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUT_FORMAT_FIELD_NUMBER
public static final int OUTPUT_FORMAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTERNAL_TABLES_FIELD_NUMBER
public static final int EXTERNAL_TABLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USER_NAME_FIELD_NUMBER
public static final int USER_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUOTA_FIELD_NUMBER
public static final int QUOTA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_ID_FIELD_NUMBER
public static final int SESSION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_CHECK_FIELD_NUMBER
public static final int SESSION_CHECK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_TIMEOUT_FIELD_NUMBER
public static final int SESSION_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CANCEL_FIELD_NUMBER
public static final int CANCEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEXT_QUERY_INFO_FIELD_NUMBER
public static final int NEXT_QUERY_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESULT_COMPRESSION_FIELD_NUMBER
public static final int RESULT_COMPRESSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getQuery
public String getQuery()
string query = 1;- Specified by:
getQueryin interfaceQueryInfoOrBuilder- Returns:
- The query.
-
getQueryBytes
public com.google.protobuf.ByteString getQueryBytes()
string query = 1;- Specified by:
getQueryBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for query.
-
getQueryId
public String getQueryId()
string query_id = 2;- Specified by:
getQueryIdin interfaceQueryInfoOrBuilder- Returns:
- The queryId.
-
getQueryIdBytes
public com.google.protobuf.ByteString getQueryIdBytes()
string query_id = 2;- Specified by:
getQueryIdBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for queryId.
-
getSettingsCount
public int getSettingsCount()
Description copied from interface:QueryInfoOrBuildermap<string, string> settings = 3;- Specified by:
getSettingsCountin interfaceQueryInfoOrBuilder
-
containsSettings
public boolean containsSettings(String key)
map<string, string> settings = 3;- Specified by:
containsSettingsin interfaceQueryInfoOrBuilder
-
getSettings
@Deprecated public Map<String,String> getSettings()
Deprecated.UsegetSettingsMap()instead.- Specified by:
getSettingsin interfaceQueryInfoOrBuilder
-
getSettingsMap
public Map<String,String> getSettingsMap()
map<string, string> settings = 3;- Specified by:
getSettingsMapin interfaceQueryInfoOrBuilder
-
getSettingsOrDefault
public String getSettingsOrDefault(String key, String defaultValue)
map<string, string> settings = 3;- Specified by:
getSettingsOrDefaultin interfaceQueryInfoOrBuilder
-
getSettingsOrThrow
public String getSettingsOrThrow(String key)
map<string, string> settings = 3;- Specified by:
getSettingsOrThrowin interfaceQueryInfoOrBuilder
-
getDatabase
public String getDatabase()
Default database.
string database = 4;- Specified by:
getDatabasein interfaceQueryInfoOrBuilder- Returns:
- The database.
-
getDatabaseBytes
public com.google.protobuf.ByteString getDatabaseBytes()
Default database.
string database = 4;- Specified by:
getDatabaseBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for database.
-
getInputData
public com.google.protobuf.ByteString getInputData()
Input data, used both as data for INSERT query and as data for the input() function.
bytes input_data = 5;- Specified by:
getInputDatain interfaceQueryInfoOrBuilder- Returns:
- The inputData.
-
getInputDataDelimiter
public com.google.protobuf.ByteString getInputDataDelimiter()
Delimiter for input_data, inserted between input_data from adjacent QueryInfos.
bytes input_data_delimiter = 6;- Specified by:
getInputDataDelimiterin interfaceQueryInfoOrBuilder- Returns:
- The inputDataDelimiter.
-
getOutputFormat
public String getOutputFormat()
Default output format. If not specified, 'TabSeparated' is used.
string output_format = 7;- Specified by:
getOutputFormatin interfaceQueryInfoOrBuilder- Returns:
- The outputFormat.
-
getOutputFormatBytes
public com.google.protobuf.ByteString getOutputFormatBytes()
Default output format. If not specified, 'TabSeparated' is used.
string output_format = 7;- Specified by:
getOutputFormatBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for outputFormat.
-
getExternalTablesList
public List<ExternalTable> getExternalTablesList()
repeated .clickhouse.grpc.ExternalTable external_tables = 8;- Specified by:
getExternalTablesListin interfaceQueryInfoOrBuilder
-
getExternalTablesOrBuilderList
public List<? extends ExternalTableOrBuilder> getExternalTablesOrBuilderList()
repeated .clickhouse.grpc.ExternalTable external_tables = 8;- Specified by:
getExternalTablesOrBuilderListin interfaceQueryInfoOrBuilder
-
getExternalTablesCount
public int getExternalTablesCount()
repeated .clickhouse.grpc.ExternalTable external_tables = 8;- Specified by:
getExternalTablesCountin interfaceQueryInfoOrBuilder
-
getExternalTables
public ExternalTable getExternalTables(int index)
repeated .clickhouse.grpc.ExternalTable external_tables = 8;- Specified by:
getExternalTablesin interfaceQueryInfoOrBuilder
-
getExternalTablesOrBuilder
public ExternalTableOrBuilder getExternalTablesOrBuilder(int index)
repeated .clickhouse.grpc.ExternalTable external_tables = 8;- Specified by:
getExternalTablesOrBuilderin interfaceQueryInfoOrBuilder
-
getUserName
public String getUserName()
string user_name = 9;- Specified by:
getUserNamein interfaceQueryInfoOrBuilder- Returns:
- The userName.
-
getUserNameBytes
public com.google.protobuf.ByteString getUserNameBytes()
string user_name = 9;- Specified by:
getUserNameBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for userName.
-
getPassword
public String getPassword()
string password = 10;- Specified by:
getPasswordin interfaceQueryInfoOrBuilder- Returns:
- The password.
-
getPasswordBytes
public com.google.protobuf.ByteString getPasswordBytes()
string password = 10;- Specified by:
getPasswordBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for password.
-
getQuota
public String getQuota()
string quota = 11;- Specified by:
getQuotain interfaceQueryInfoOrBuilder- Returns:
- The quota.
-
getQuotaBytes
public com.google.protobuf.ByteString getQuotaBytes()
string quota = 11;- Specified by:
getQuotaBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for quota.
-
getSessionId
public String getSessionId()
Works exactly like sessions in the HTTP protocol.
string session_id = 12;- Specified by:
getSessionIdin interfaceQueryInfoOrBuilder- Returns:
- The sessionId.
-
getSessionIdBytes
public com.google.protobuf.ByteString getSessionIdBytes()
Works exactly like sessions in the HTTP protocol.
string session_id = 12;- Specified by:
getSessionIdBytesin interfaceQueryInfoOrBuilder- Returns:
- The bytes for sessionId.
-
getSessionCheck
public boolean getSessionCheck()
bool session_check = 13;- Specified by:
getSessionCheckin interfaceQueryInfoOrBuilder- Returns:
- The sessionCheck.
-
getSessionTimeout
public int getSessionTimeout()
uint32 session_timeout = 14;- Specified by:
getSessionTimeoutin interfaceQueryInfoOrBuilder- Returns:
- The sessionTimeout.
-
getCancel
public boolean getCancel()
Set `cancel` to true to stop executing the query.
bool cancel = 15;- Specified by:
getCancelin interfaceQueryInfoOrBuilder- Returns:
- The cancel.
-
getNextQueryInfo
public boolean getNextQueryInfo()
If true there will be at least one more QueryInfo in the input stream. `next_query_info` is allowed to be set only if a method with streaming input (i.e. ExecuteQueryWithStreamInput() or ExecuteQueryWithStreamIO()) is used.
bool next_query_info = 16;- Specified by:
getNextQueryInfoin interfaceQueryInfoOrBuilder- Returns:
- The nextQueryInfo.
-
hasResultCompression
public boolean hasResultCompression()
/ Controls how a ClickHouse server will compress query execution results before sending back to the client. / If not set the compression settings from the configuration file will be used.
.clickhouse.grpc.Compression result_compression = 17;- Specified by:
hasResultCompressionin interfaceQueryInfoOrBuilder- Returns:
- Whether the resultCompression field is set.
-
getResultCompression
public Compression getResultCompression()
/ Controls how a ClickHouse server will compress query execution results before sending back to the client. / If not set the compression settings from the configuration file will be used.
.clickhouse.grpc.Compression result_compression = 17;- Specified by:
getResultCompressionin interfaceQueryInfoOrBuilder- Returns:
- The resultCompression.
-
getResultCompressionOrBuilder
public CompressionOrBuilder getResultCompressionOrBuilder()
/ Controls how a ClickHouse server will compress query execution results before sending back to the client. / If not set the compression settings from the configuration file will be used.
.clickhouse.grpc.Compression result_compression = 17;- Specified by:
getResultCompressionOrBuilderin interfaceQueryInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static QueryInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QueryInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static QueryInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static QueryInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static QueryInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public QueryInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static QueryInfo.Builder newBuilder()
-
newBuilder
public static QueryInfo.Builder newBuilder(QueryInfo prototype)
-
toBuilder
public QueryInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected QueryInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static QueryInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<QueryInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<QueryInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public QueryInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-