com.clarifai.grpc.api.InputIDsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface InputIDsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.InputIDs)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string input_ids = 1;
* @return A list containing the inputIds.
*/
java.util.List
getInputIdsList();
/**
* repeated string input_ids = 1;
* @return The count of inputIds.
*/
int getInputIdsCount();
/**
* repeated string input_ids = 1;
* @param index The index of the element to return.
* @return The inputIds at the given index.
*/
java.lang.String getInputIds(int index);
/**
* repeated string input_ids = 1;
* @param index The index of the value to return.
* @return The bytes of the inputIds at the given index.
*/
com.google.protobuf.ByteString
getInputIdsBytes(int index);
}