com.clarifai.grpc.api.PostKnowledgeGraphsRequestOrBuilder 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 PostKnowledgeGraphsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostKnowledgeGraphsRequest)
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();
/**
* repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2;
*/
java.util.List
getKnowledgeGraphsList();
/**
* repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2;
*/
com.clarifai.grpc.api.KnowledgeGraph getKnowledgeGraphs(int index);
/**
* repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2;
*/
int getKnowledgeGraphsCount();
/**
* repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2;
*/
java.util.List extends com.clarifai.grpc.api.KnowledgeGraphOrBuilder>
getKnowledgeGraphsOrBuilderList();
/**
* repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2;
*/
com.clarifai.grpc.api.KnowledgeGraphOrBuilder getKnowledgeGraphsOrBuilder(
int index);
}