com.clarifai.grpc.api.AppResourceCountsOrBuilder 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 AppResourceCountsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AppResourceCounts)
com.google.protobuf.MessageOrBuilder {
/**
* int64 datasets = 1;
* @return The datasets.
*/
long getDatasets();
/**
* int64 models = 2;
* @return The models.
*/
long getModels();
/**
* int64 workflows = 3;
* @return The workflows.
*/
long getWorkflows();
/**
* int64 modules = 4;
* @return The modules.
*/
long getModules();
/**
* int64 inputs = 5;
* @return The inputs.
*/
long getInputs();
}