com.clarifai.grpc.api.TrendingMetricOrBuilder 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 TrendingMetricOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.TrendingMetric)
com.google.protobuf.MessageOrBuilder {
/**
* string user_id = 1;
* @return The userId.
*/
java.lang.String getUserId();
/**
* string user_id = 1;
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
* string app_id = 2;
* @return The appId.
*/
java.lang.String getAppId();
/**
* string app_id = 2;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
* string object_id = 3;
* @return The objectId.
*/
java.lang.String getObjectId();
/**
* string object_id = 3;
* @return The bytes for objectId.
*/
com.google.protobuf.ByteString
getObjectIdBytes();
/**
* uint64 view_count = 4;
* @return The viewCount.
*/
long getViewCount();
}