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

com.google.datastore.v1.LookupRequestOrBuilder 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 LookupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.LookupRequest)
    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(); /** *
   * The options for this lookup request.
   * 
* * optional .google.datastore.v1.ReadOptions read_options = 1; */ boolean hasReadOptions(); /** *
   * The options for this lookup request.
   * 
* * optional .google.datastore.v1.ReadOptions read_options = 1; */ com.google.datastore.v1.ReadOptions getReadOptions(); /** *
   * The options for this lookup request.
   * 
* * optional .google.datastore.v1.ReadOptions read_options = 1; */ com.google.datastore.v1.ReadOptionsOrBuilder getReadOptionsOrBuilder(); /** *
   * Keys of entities to look up.
   * 
* * repeated .google.datastore.v1.Key keys = 3; */ java.util.List getKeysList(); /** *
   * Keys of entities to look up.
   * 
* * repeated .google.datastore.v1.Key keys = 3; */ com.google.datastore.v1.Key getKeys(int index); /** *
   * Keys of entities to look up.
   * 
* * repeated .google.datastore.v1.Key keys = 3; */ int getKeysCount(); /** *
   * Keys of entities to look up.
   * 
* * repeated .google.datastore.v1.Key keys = 3; */ java.util.List getKeysOrBuilderList(); /** *
   * Keys of entities to look up.
   * 
* * repeated .google.datastore.v1.Key keys = 3; */ com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy