public interface GetQueryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollection()
string collection = 2 [json_name = "collection"]; |
com.google.protobuf.ByteString |
getCollectionBytes()
string collection = 2 [json_name = "collection"]; |
com.google.protobuf.ByteString |
getMetadata()
bytes metadata = 3 [json_name = "metadata"]; |
String |
getQuery()
string query = 1 [json_name = "query"]; |
com.google.protobuf.ByteString |
getQueryBytes()
string query = 1 [json_name = "query"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getQuery()
string query = 1 [json_name = "query"];
com.google.protobuf.ByteString getQueryBytes()
string query = 1 [json_name = "query"];
String getCollection()
string collection = 2 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
string collection = 2 [json_name = "collection"];
com.google.protobuf.ByteString getMetadata()
bytes metadata = 3 [json_name = "metadata"];
Copyright © 2022. All rights reserved.