Uses of Class
com.google.datastore.v1.GqlQuery
-
Packages that use GqlQuery Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.datastore.v1 -
-
Uses of GqlQuery in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return GqlQuery Modifier and Type Method Description GqlQuery
GqlQueryProtoPreparer. prepare(GqlQuery<?> gqlQuery)
-
Uses of GqlQuery in com.google.datastore.v1
Methods in com.google.datastore.v1 that return GqlQuery Modifier and Type Method Description GqlQuery
GqlQuery.Builder. build()
GqlQuery
GqlQuery.Builder. buildPartial()
static GqlQuery
GqlQuery. getDefaultInstance()
GqlQuery
GqlQuery.Builder. getDefaultInstanceForType()
GqlQuery
GqlQuery. getDefaultInstanceForType()
GqlQuery
RunAggregationQueryRequest.Builder. getGqlQuery()
The GQL query to run.GqlQuery
RunAggregationQueryRequest. getGqlQuery()
The GQL query to run.GqlQuery
RunAggregationQueryRequestOrBuilder. getGqlQuery()
The GQL query to run.GqlQuery
RunQueryRequest.Builder. getGqlQuery()
The GQL query to run.GqlQuery
RunQueryRequest. getGqlQuery()
The GQL query to run.GqlQuery
RunQueryRequestOrBuilder. getGqlQuery()
The GQL query to run.static GqlQuery
GqlQuery. parseDelimitedFrom(InputStream input)
static GqlQuery
GqlQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GqlQuery
GqlQuery. parseFrom(byte[] data)
static GqlQuery
GqlQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GqlQuery
GqlQuery. parseFrom(com.google.protobuf.ByteString data)
static GqlQuery
GqlQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GqlQuery
GqlQuery. parseFrom(com.google.protobuf.CodedInputStream input)
static GqlQuery
GqlQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GqlQuery
GqlQuery. parseFrom(InputStream input)
static GqlQuery
GqlQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GqlQuery
GqlQuery. parseFrom(ByteBuffer data)
static GqlQuery
GqlQuery. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type GqlQuery Modifier and Type Method Description com.google.protobuf.Parser<GqlQuery>
GqlQuery. getParserForType()
static com.google.protobuf.Parser<GqlQuery>
GqlQuery. parser()
Methods in com.google.datastore.v1 with parameters of type GqlQuery Modifier and Type Method Description GqlQuery.Builder
GqlQuery.Builder. mergeFrom(GqlQuery other)
RunAggregationQueryRequest.Builder
RunAggregationQueryRequest.Builder. mergeGqlQuery(GqlQuery value)
The GQL query to run.RunQueryRequest.Builder
RunQueryRequest.Builder. mergeGqlQuery(GqlQuery value)
The GQL query to run.static GqlQuery.Builder
GqlQuery. newBuilder(GqlQuery prototype)
RunAggregationQueryRequest.Builder
RunAggregationQueryRequest.Builder. setGqlQuery(GqlQuery value)
The GQL query to run.RunQueryRequest.Builder
RunQueryRequest.Builder. setGqlQuery(GqlQuery value)
The GQL query to run.
-