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

com.clarifai.grpc.api.GetConceptLanguageRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface GetConceptLanguageRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.GetConceptLanguageRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return Whether the userAppId field is set.
   */
  boolean hasUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return The userAppId.
   */
  com.clarifai.grpc.api.UserAppIDSet getUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   */
  com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();

  /**
   * string concept_id = 2;
   * @return The conceptId.
   */
  java.lang.String getConceptId();
  /**
   * string concept_id = 2;
   * @return The bytes for conceptId.
   */
  com.google.protobuf.ByteString
      getConceptIdBytes();

  /**
   * 
   * This is the language identifier.
   * 
* * string language = 3; * @return The language. */ java.lang.String getLanguage(); /** *
   * This is the language identifier.
   * 
* * string language = 3; * @return The bytes for language. */ com.google.protobuf.ByteString getLanguageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy