com.google.datastore.v1.RunQueryRequestOrBuilder 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 RunQueryRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.RunQueryRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the project against which to make the request.
*
*
* optional string project_id = 8;
*/
java.lang.String getProjectId();
/**
*
* The ID of the project against which to make the request.
*
*
* optional string project_id = 8;
*/
com.google.protobuf.ByteString
getProjectIdBytes();
/**
*
* Entities are partitioned into subsets, identified by a partition ID.
* Queries are scoped to a single partition.
* This partition ID is normalized with the standard default context
* partition ID.
*
*
* optional .google.datastore.v1.PartitionId partition_id = 2;
*/
boolean hasPartitionId();
/**
*
* Entities are partitioned into subsets, identified by a partition ID.
* Queries are scoped to a single partition.
* This partition ID is normalized with the standard default context
* partition ID.
*
*
* optional .google.datastore.v1.PartitionId partition_id = 2;
*/
com.google.datastore.v1.PartitionId getPartitionId();
/**
*
* Entities are partitioned into subsets, identified by a partition ID.
* Queries are scoped to a single partition.
* This partition ID is normalized with the standard default context
* partition ID.
*
*
* optional .google.datastore.v1.PartitionId partition_id = 2;
*/
com.google.datastore.v1.PartitionIdOrBuilder getPartitionIdOrBuilder();
/**
*
* The options for this query.
*
*
* optional .google.datastore.v1.ReadOptions read_options = 1;
*/
boolean hasReadOptions();
/**
*
* The options for this query.
*
*
* optional .google.datastore.v1.ReadOptions read_options = 1;
*/
com.google.datastore.v1.ReadOptions getReadOptions();
/**
*
* The options for this query.
*
*
* optional .google.datastore.v1.ReadOptions read_options = 1;
*/
com.google.datastore.v1.ReadOptionsOrBuilder getReadOptionsOrBuilder();
/**
*
* The query to run.
*
*
* optional .google.datastore.v1.Query query = 3;
*/
com.google.datastore.v1.Query getQuery();
/**
*
* The query to run.
*
*
* optional .google.datastore.v1.Query query = 3;
*/
com.google.datastore.v1.QueryOrBuilder getQueryOrBuilder();
/**
*
* The GQL query to run.
*
*
* optional .google.datastore.v1.GqlQuery gql_query = 7;
*/
com.google.datastore.v1.GqlQuery getGqlQuery();
/**
*
* The GQL query to run.
*
*
* optional .google.datastore.v1.GqlQuery gql_query = 7;
*/
com.google.datastore.v1.GqlQueryOrBuilder getGqlQueryOrBuilder();
public com.google.datastore.v1.RunQueryRequest.QueryTypeCase getQueryTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy