com.clarifai.grpc.api.DeleteConceptsOrBuilder 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 DeleteConceptsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DeleteConcepts)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .clarifai.api.Concept concepts = 1;
*/
java.util.List
getConceptsList();
/**
* repeated .clarifai.api.Concept concepts = 1;
*/
com.clarifai.grpc.api.Concept getConcepts(int index);
/**
* repeated .clarifai.api.Concept concepts = 1;
*/
int getConceptsCount();
/**
* repeated .clarifai.api.Concept concepts = 1;
*/
java.util.List extends com.clarifai.grpc.api.ConceptOrBuilder>
getConceptsOrBuilderList();
/**
* repeated .clarifai.api.Concept concepts = 1;
*/
com.clarifai.grpc.api.ConceptOrBuilder getConceptsOrBuilder(
int index);
/**
* repeated string user_ids = 2;
* @return A list containing the userIds.
*/
java.util.List
getUserIdsList();
/**
* repeated string user_ids = 2;
* @return The count of userIds.
*/
int getUserIdsCount();
/**
* repeated string user_ids = 2;
* @param index The index of the element to return.
* @return The userIds at the given index.
*/
java.lang.String getUserIds(int index);
/**
* repeated string user_ids = 2;
* @param index The index of the value to return.
* @return The bytes of the userIds at the given index.
*/
com.google.protobuf.ByteString
getUserIdsBytes(int index);
}