com.google.datastore.v1.ReserveIdsRequestOrBuilder 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 ReserveIdsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.datastore.v1.ReserveIdsRequest)
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();
/**
*
* If not empty, the ID of the database against which to make the request.
*
*
* optional string database_id = 9;
*/
java.lang.String getDatabaseId();
/**
*
* If not empty, the ID of the database against which to make the request.
*
*
* optional string database_id = 9;
*/
com.google.protobuf.ByteString
getDatabaseIdBytes();
/**
*
* A list of keys with complete key paths whose numeric IDs should not be
* auto-allocated.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List
getKeysList();
/**
*
* A list of keys with complete key paths whose numeric IDs should not be
* auto-allocated.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.Key getKeys(int index);
/**
*
* A list of keys with complete key paths whose numeric IDs should not be
* auto-allocated.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
int getKeysCount();
/**
*
* A list of keys with complete key paths whose numeric IDs should not be
* auto-allocated.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
java.util.List extends com.google.datastore.v1.KeyOrBuilder>
getKeysOrBuilderList();
/**
*
* A list of keys with complete key paths whose numeric IDs should not be
* auto-allocated.
*
*
* repeated .google.datastore.v1.Key keys = 1;
*/
com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy