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

com.clarifai.grpc.api.PostConceptRelationsRequestOrBuilder 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 PostConceptRelationsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostConceptRelationsRequest)
    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(); /** *
   * The subject concept id you're going to add relations for.
   * 
* * string concept_id = 2; * @return The conceptId. */ java.lang.String getConceptId(); /** *
   * The subject concept id you're going to add relations for.
   * 
* * string concept_id = 2; * @return The bytes for conceptId. */ com.google.protobuf.ByteString getConceptIdBytes(); /** *
   * The relationships you're going to add.
   * 
* * repeated .clarifai.api.ConceptRelation concept_relations = 3; */ java.util.List getConceptRelationsList(); /** *
   * The relationships you're going to add.
   * 
* * repeated .clarifai.api.ConceptRelation concept_relations = 3; */ com.clarifai.grpc.api.ConceptRelation getConceptRelations(int index); /** *
   * The relationships you're going to add.
   * 
* * repeated .clarifai.api.ConceptRelation concept_relations = 3; */ int getConceptRelationsCount(); /** *
   * The relationships you're going to add.
   * 
* * repeated .clarifai.api.ConceptRelation concept_relations = 3; */ java.util.List getConceptRelationsOrBuilderList(); /** *
   * The relationships you're going to add.
   * 
* * repeated .clarifai.api.ConceptRelation concept_relations = 3; */ com.clarifai.grpc.api.ConceptRelationOrBuilder getConceptRelationsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy