com.clarifai.grpc.api.PostAppsSearchesRequestOrBuilder 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 PostAppsSearchesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostAppsSearchesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* The body of the request.
*
*
* .clarifai.api.AppQuery app_query = 2;
* @return Whether the appQuery field is set.
*/
boolean hasAppQuery();
/**
*
* The body of the request.
*
*
* .clarifai.api.AppQuery app_query = 2;
* @return The appQuery.
*/
com.clarifai.grpc.api.AppQuery getAppQuery();
/**
*
* The body of the request.
*
*
* .clarifai.api.AppQuery app_query = 2;
*/
com.clarifai.grpc.api.AppQueryOrBuilder getAppQueryOrBuilder();
/**
*
* Pagination parameters here since there are no url args in this
* POST request.
*
*
* .clarifai.api.Pagination pagination = 3;
* @return Whether the pagination field is set.
*/
boolean hasPagination();
/**
*
* Pagination parameters here since there are no url args in this
* POST request.
*
*
* .clarifai.api.Pagination pagination = 3;
* @return The pagination.
*/
com.clarifai.grpc.api.Pagination getPagination();
/**
*
* Pagination parameters here since there are no url args in this
* POST request.
*
*
* .clarifai.api.Pagination pagination = 3;
*/
com.clarifai.grpc.api.PaginationOrBuilder getPaginationOrBuilder();
}