com.clarifai.grpc.api.PostTrendingMetricsViewRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostTrendingMetricsViewRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostTrendingMetricsViewRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
*
* The user_id and app_id information.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* For now view types 'apps', 'workflows', and 'models' are supported.
*
*
* string view_type = 2;
* @return The viewType.
*/
java.lang.String getViewType();
/**
*
* For now view types 'apps', 'workflows', and 'models' are supported.
*
*
* string view_type = 2;
* @return The bytes for viewType.
*/
com.google.protobuf.ByteString
getViewTypeBytes();
/**
*
* ID of the views object.
*
*
* string object_id = 3;
* @return The objectId.
*/
java.lang.String getObjectId();
/**
*
* ID of the views object.
*
*
* string object_id = 3;
* @return The bytes for objectId.
*/
com.google.protobuf.ByteString
getObjectIdBytes();
}