com.google.datastore.v1.RunQueryResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datastore-v1-protos Show documentation
Show all versions of datastore-v1-protos Show documentation
Protocol buffers for accessing the Google Cloud Datastore API.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/datastore/v1/datastore.proto
package com.google.datastore.v1;
public interface RunQueryResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.RunQueryResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* A batch of query results (always present).
*
*
* optional .google.datastore.v1.QueryResultBatch batch = 1;
*/
boolean hasBatch();
/**
*
* A batch of query results (always present).
*
*
* optional .google.datastore.v1.QueryResultBatch batch = 1;
*/
com.google.datastore.v1.QueryResultBatch getBatch();
/**
*
* A batch of query results (always present).
*
*
* optional .google.datastore.v1.QueryResultBatch batch = 1;
*/
com.google.datastore.v1.QueryResultBatchOrBuilder getBatchOrBuilder();
/**
*
* The parsed form of the `GqlQuery` from the request, if it was set.
*
*
* optional .google.datastore.v1.Query query = 2;
*/
boolean hasQuery();
/**
*
* The parsed form of the `GqlQuery` from the request, if it was set.
*
*
* optional .google.datastore.v1.Query query = 2;
*/
com.google.datastore.v1.Query getQuery();
/**
*
* The parsed form of the `GqlQuery` from the request, if it was set.
*
*
* optional .google.datastore.v1.Query query = 2;
*/
com.google.datastore.v1.QueryOrBuilder getQueryOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy