com.clarifai.grpc.api.ConceptLanguageOrBuilder 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 ConceptLanguageOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ConceptLanguage)
com.google.protobuf.MessageOrBuilder {
/**
*
* This is the language code for the language such as "en".
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* This is the language code for the language such as "en".
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* The type of the outside source.
*
*
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
*
* The type of the outside source.
*
*
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The ID that is referenced in the source.
*
*
* string definition = 3;
* @return The definition.
*/
java.lang.String getDefinition();
/**
*
* The ID that is referenced in the source.
*
*
* string definition = 3;
* @return The bytes for definition.
*/
com.google.protobuf.ByteString
getDefinitionBytes();
}