com.clarifai.grpc.api.UserAppIDSetOrBuilder 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 UserAppIDSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.UserAppIDSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* Note user_id 'me' is reserved - it is the alias for the id of authorized user
*
*
* string user_id = 1;
* @return The userId.
*/
java.lang.String getUserId();
/**
*
* Note user_id 'me' is reserved - it is the alias for the id of authorized user
*
*
* 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();
}