com.google.datastore.v1.LookupResponseOrBuilder 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 LookupResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.LookupResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Entities found as `ResultType.FULL` entities. The order of results in this
* field is undefined and has no relation to the order of the keys in the
* input.
*
*
* repeated .google.datastore.v1.EntityResult found = 1;
*/
java.util.List
getFoundList();
/**
*
* Entities found as `ResultType.FULL` entities. The order of results in this
* field is undefined and has no relation to the order of the keys in the
* input.
*
*
* repeated .google.datastore.v1.EntityResult found = 1;
*/
com.google.datastore.v1.EntityResult getFound(int index);
/**
*
* Entities found as `ResultType.FULL` entities. The order of results in this
* field is undefined and has no relation to the order of the keys in the
* input.
*
*
* repeated .google.datastore.v1.EntityResult found = 1;
*/
int getFoundCount();
/**
*
* Entities found as `ResultType.FULL` entities. The order of results in this
* field is undefined and has no relation to the order of the keys in the
* input.
*
*
* repeated .google.datastore.v1.EntityResult found = 1;
*/
java.util.List extends com.google.datastore.v1.EntityResultOrBuilder>
getFoundOrBuilderList();
/**
*
* Entities found as `ResultType.FULL` entities. The order of results in this
* field is undefined and has no relation to the order of the keys in the
* input.
*
*
* repeated .google.datastore.v1.EntityResult found = 1;
*/
com.google.datastore.v1.EntityResultOrBuilder getFoundOrBuilder(
int index);
/**
*
* Entities not found as `ResultType.KEY_ONLY` entities. The order of results
* in this field is undefined and has no relation to the order of the keys
* in the input.
*
*
* repeated .google.datastore.v1.EntityResult missing = 2;
*/
java.util.List
getMissingList();
/**
*
* Entities not found as `ResultType.KEY_ONLY` entities. The order of results
* in this field is undefined and has no relation to the order of the keys
* in the input.
*
*
* repeated .google.datastore.v1.EntityResult missing = 2;
*/
com.google.datastore.v1.EntityResult getMissing(int index);
/**
*
* Entities not found as `ResultType.KEY_ONLY` entities. The order of results
* in this field is undefined and has no relation to the order of the keys
* in the input.
*
*
* repeated .google.datastore.v1.EntityResult missing = 2;
*/
int getMissingCount();
/**
*
* Entities not found as `ResultType.KEY_ONLY` entities. The order of results
* in this field is undefined and has no relation to the order of the keys
* in the input.
*
*
* repeated .google.datastore.v1.EntityResult missing = 2;
*/
java.util.List extends com.google.datastore.v1.EntityResultOrBuilder>
getMissingOrBuilderList();
/**
*
* Entities not found as `ResultType.KEY_ONLY` entities. The order of results
* in this field is undefined and has no relation to the order of the keys
* in the input.
*
*
* repeated .google.datastore.v1.EntityResult missing = 2;
*/
com.google.datastore.v1.EntityResultOrBuilder getMissingOrBuilder(
int index);
/**
*
* A list of keys that were not looked up due to resource constraints. The
* order of results in this field is undefined and has no relation to the
* order of the keys in the input.
*
*
* repeated .google.datastore.v1.Key deferred = 3;
*/
java.util.List
getDeferredList();
/**
*
* A list of keys that were not looked up due to resource constraints. The
* order of results in this field is undefined and has no relation to the
* order of the keys in the input.
*
*
* repeated .google.datastore.v1.Key deferred = 3;
*/
com.google.datastore.v1.Key getDeferred(int index);
/**
*
* A list of keys that were not looked up due to resource constraints. The
* order of results in this field is undefined and has no relation to the
* order of the keys in the input.
*
*
* repeated .google.datastore.v1.Key deferred = 3;
*/
int getDeferredCount();
/**
*
* A list of keys that were not looked up due to resource constraints. The
* order of results in this field is undefined and has no relation to the
* order of the keys in the input.
*
*
* repeated .google.datastore.v1.Key deferred = 3;
*/
java.util.List extends com.google.datastore.v1.KeyOrBuilder>
getDeferredOrBuilderList();
/**
*
* A list of keys that were not looked up due to resource constraints. The
* order of results in this field is undefined and has no relation to the
* order of the keys in the input.
*
*
* repeated .google.datastore.v1.Key deferred = 3;
*/
com.google.datastore.v1.KeyOrBuilder getDeferredOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy