All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.datastore.v1.AllocateIdsRequestOrBuilder Maven / Gradle / Ivy

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 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