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

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(); /** *
   * The language of the concept name in a search. Defaults to English.
   * 
* * string language = 2; * @return The language. */ java.lang.String getLanguage(); /** *
   * 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(); /** *
   * 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(); /** *
   * 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(); /** *
   * The concepts must belong to workflow models with specified use cases.
   * Multiple values are joined using an OR condition.
   * 
* * repeated .clarifai.api.WorkflowModelUseCase use_cases = 4; * @return A list containing the useCases. */ java.util.List getUseCasesList(); /** *
   * The concepts must belong to workflow models with specified use cases.
   * Multiple values are joined using an OR condition.
   * 
* * repeated .clarifai.api.WorkflowModelUseCase use_cases = 4; * @return The count of useCases. */ int getUseCasesCount(); /** *
   * The concepts must belong to workflow models with specified use cases.
   * Multiple values are joined using an OR condition.
   * 
* * repeated .clarifai.api.WorkflowModelUseCase use_cases = 4; * @param index The index of the element to return. * @return The useCases at the given index. */ com.clarifai.grpc.api.WorkflowModelUseCase getUseCases(int index); /** *
   * The concepts must belong to workflow models with specified use cases.
   * Multiple values are joined using an OR condition.
   * 
* * repeated .clarifai.api.WorkflowModelUseCase use_cases = 4; * @return A list containing the enum numeric values on the wire for useCases. */ java.util.List getUseCasesValueList(); /** *
   * The concepts must belong to workflow models with specified use cases.
   * Multiple values are joined using an OR condition.
   * 
* * repeated .clarifai.api.WorkflowModelUseCase use_cases = 4; * @param index The index of the value to return. * @return The enum numeric value on the wire of useCases at the given index. */ int getUseCasesValue(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy