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

com.clarifai.grpc.api.PostInputsSearchesRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface PostInputsSearchesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostInputsSearchesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The user_id and app_id to query from.
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; * @return Whether the userAppId field is set. */ boolean hasUserAppId(); /** *
   * The user_id and app_id to query from.
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; * @return The userAppId. */ com.clarifai.grpc.api.UserAppIDSet getUserAppId(); /** *
   * The user_id and app_id to query from.
   * 
* * .clarifai.api.UserAppIDSet user_app_id = 1; */ com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder(); /** *
   * The searched to be executed or saved
   * 
* * repeated .clarifai.api.Search searches = 2; */ java.util.List getSearchesList(); /** *
   * The searched to be executed or saved
   * 
* * repeated .clarifai.api.Search searches = 2; */ com.clarifai.grpc.api.Search getSearches(int index); /** *
   * The searched to be executed or saved
   * 
* * repeated .clarifai.api.Search searches = 2; */ int getSearchesCount(); /** *
   * The searched to be executed or saved
   * 
* * repeated .clarifai.api.Search searches = 2; */ java.util.List getSearchesOrBuilderList(); /** *
   * The searched to be executed or saved
   * 
* * repeated .clarifai.api.Search searches = 2; */ com.clarifai.grpc.api.SearchOrBuilder getSearchesOrBuilder( int index); /** *
   * Pagination information to paginate through search result Hits.
   * 
* * .clarifai.api.Pagination pagination = 3; * @return Whether the pagination field is set. */ boolean hasPagination(); /** *
   * Pagination information to paginate through search result Hits.
   * 
* * .clarifai.api.Pagination pagination = 3; * @return The pagination. */ com.clarifai.grpc.api.Pagination getPagination(); /** *
   * Pagination information to paginate through search result Hits.
   * 
* * .clarifai.api.Pagination pagination = 3; */ com.clarifai.grpc.api.PaginationOrBuilder getPaginationOrBuilder(); /** *
   * If only_count is set, then the response will not contain hits,
   * but hit_counts instead.
   * 
* * bool only_count = 4; * @return The onlyCount. */ boolean getOnlyCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy