com.clarifai.grpc.api.PatchConceptLanguagesRequestOrBuilder 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 PatchConceptLanguagesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchConceptLanguagesRequest)
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();
/**
* repeated .clarifai.api.ConceptLanguage concept_languages = 3;
*/
java.util.List
getConceptLanguagesList();
/**
* repeated .clarifai.api.ConceptLanguage concept_languages = 3;
*/
com.clarifai.grpc.api.ConceptLanguage getConceptLanguages(int index);
/**
* repeated .clarifai.api.ConceptLanguage concept_languages = 3;
*/
int getConceptLanguagesCount();
/**
* repeated .clarifai.api.ConceptLanguage concept_languages = 3;
*/
java.util.List extends com.clarifai.grpc.api.ConceptLanguageOrBuilder>
getConceptLanguagesOrBuilderList();
/**
* repeated .clarifai.api.ConceptLanguage concept_languages = 3;
*/
com.clarifai.grpc.api.ConceptLanguageOrBuilder getConceptLanguagesOrBuilder(
int index);
/**
*
* The action to perform with the objects in the PATCH.
*
*
* string action = 4;
* @return The action.
*/
java.lang.String getAction();
/**
*
* The action to perform with the objects in the PATCH.
*
*
* string action = 4;
* @return The bytes for action.
*/
com.google.protobuf.ByteString
getActionBytes();
}