com.google.datastore.v1.AllocateIdsRequestOrBuilder 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 AllocateIdsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.AllocateIdsRequest)
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();
/**
*
* A list of keys with incomplete key paths for which to allocate IDs.
* No key may be reserved/read-only.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List
getKeysList();
/**
*
* A list of keys with incomplete key paths for which to allocate IDs.
* No key may be reserved/read-only.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.Key getKeys(int index);
/**
*
* A list of keys with incomplete key paths for which to allocate IDs.
* No key may be reserved/read-only.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
int getKeysCount();
/**
*
* A list of keys with incomplete key paths for which to allocate IDs.
* No key may be reserved/read-only.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List extends com.google.datastore.v1.KeyOrBuilder>
getKeysOrBuilderList();
/**
*
* A list of keys with incomplete key paths for which to allocate IDs.
* No key may be reserved/read-only.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy