com.clarifai.grpc.api.PostConceptMappingJobsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostConceptMappingJobsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostConceptMappingJobsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* The concept mapping jobs that are being started
*
*
* repeated .clarifai.api.ConceptMappingJob concept_mapping_jobs = 2;
*/
java.util.List
getConceptMappingJobsList();
/**
*
* The concept mapping jobs that are being started
*
*
* repeated .clarifai.api.ConceptMappingJob concept_mapping_jobs = 2;
*/
com.clarifai.grpc.api.ConceptMappingJob getConceptMappingJobs(int index);
/**
*
* The concept mapping jobs that are being started
*
*
* repeated .clarifai.api.ConceptMappingJob concept_mapping_jobs = 2;
*/
int getConceptMappingJobsCount();
/**
*
* The concept mapping jobs that are being started
*
*
* repeated .clarifai.api.ConceptMappingJob concept_mapping_jobs = 2;
*/
java.util.List extends com.clarifai.grpc.api.ConceptMappingJobOrBuilder>
getConceptMappingJobsOrBuilderList();
/**
*
* The concept mapping jobs that are being started
*
*
* repeated .clarifai.api.ConceptMappingJob concept_mapping_jobs = 2;
*/
com.clarifai.grpc.api.ConceptMappingJobOrBuilder getConceptMappingJobsOrBuilder(
int index);
}