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

com.clarifai.grpc.api.MultiKnowledgeGraphResponseOrBuilder 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 MultiKnowledgeGraphResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.MultiKnowledgeGraphResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The response status.
   * 
* * .clarifai.api.status.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * The response status.
   * 
* * .clarifai.api.status.Status status = 1; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * The response status.
   * 
* * .clarifai.api.status.Status status = 1; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); /** *
   * The returned knowledge graphs.
   * 
* * repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; */ java.util.List getKnowledgeGraphsList(); /** *
   * The returned knowledge graphs.
   * 
* * repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; */ com.clarifai.grpc.api.KnowledgeGraph getKnowledgeGraphs(int index); /** *
   * The returned knowledge graphs.
   * 
* * repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; */ int getKnowledgeGraphsCount(); /** *
   * The returned knowledge graphs.
   * 
* * repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; */ java.util.List getKnowledgeGraphsOrBuilderList(); /** *
   * The returned knowledge graphs.
   * 
* * repeated .clarifai.api.KnowledgeGraph knowledge_graphs = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; */ com.clarifai.grpc.api.KnowledgeGraphOrBuilder getKnowledgeGraphsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy