com.clarifai.grpc.api.ConceptQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ConceptQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ConceptQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the concept to search.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the concept to search.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* (optional) The language of the concept name in a search. Defaults to English.
*
*
* string language = 2;
* @return The language.
*/
java.lang.String getLanguage();
/**
*
* (optional) The language of the concept name in a search. Defaults to English.
*
*
* string language = 2;
* @return The bytes for language.
*/
com.google.protobuf.ByteString
getLanguageBytes();
/**
*
* (optional) The id of workflow. If no id is provided, then application base workflow is used.
*
*
* string workflow_id = 3;
* @return The workflowId.
*/
java.lang.String getWorkflowId();
/**
*
* (optional) The id of workflow. If no id is provided, then application base workflow is used.
*
*
* string workflow_id = 3;
* @return The bytes for workflowId.
*/
com.google.protobuf.ByteString
getWorkflowIdBytes();
}