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

com.google.datastore.v1.AllocateIdsResponseOrBuilder 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 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 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