com.clarifai.grpc.api.KnowledgeGraphOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface KnowledgeGraphOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.KnowledgeGraph)
com.google.protobuf.MessageOrBuilder {
/**
*
* ID of the knowledge graph
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* ID of the knowledge graph
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* Name of the knowledge graph
*
*
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
*
* Name of the knowledge graph
*
*
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Human readable description of the knowledge graph
*
*
* string description = 3;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Human readable description of the knowledge graph
*
*
* string description = 3;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* The app that contains the images that correspond to the concepts in the knowledge graph
*
*
* string examples_app_id = 4;
* @return The examplesAppId.
*/
java.lang.String getExamplesAppId();
/**
*
* The app that contains the images that correspond to the concepts in the knowledge graph
*
*
* string examples_app_id = 4;
* @return The bytes for examplesAppId.
*/
com.google.protobuf.ByteString
getExamplesAppIdBytes();
/**
*
* The app that contains the sample images that we want to show the customer for the concepts in the knowledge graph
*
*
* string sampled_examples_app_id = 5;
* @return The sampledExamplesAppId.
*/
java.lang.String getSampledExamplesAppId();
/**
*
* The app that contains the sample images that we want to show the customer for the concepts in the knowledge graph
*
*
* string sampled_examples_app_id = 5;
* @return The bytes for sampledExamplesAppId.
*/
com.google.protobuf.ByteString
getSampledExamplesAppIdBytes();
}