com.google.datastore.v1.AllocateIdsResponseOrBuilder 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 AllocateIdsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.AllocateIdsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The keys specified in the request (in the same order), each with
* its key path completed with a newly allocated ID.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List
getKeysList();
/**
*
* The keys specified in the request (in the same order), each with
* its key path completed with a newly allocated ID.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.Key getKeys(int index);
/**
*
* The keys specified in the request (in the same order), each with
* its key path completed with a newly allocated ID.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
int getKeysCount();
/**
*
* The keys specified in the request (in the same order), each with
* its key path completed with a newly allocated ID.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List extends com.google.datastore.v1.KeyOrBuilder>
getKeysOrBuilderList();
/**
*
* The keys specified in the request (in the same order), each with
* its key path completed with a newly allocated ID.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy