com.clarifai.grpc.api.BookmarkOriginOrBuilder 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 BookmarkOriginOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.BookmarkOrigin)
com.google.protobuf.MessageOrBuilder {
/**
*
* original resource id
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* original resource id
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* original resource app id
*
*
* string app_id = 2;
* @return The appId.
*/
java.lang.String getAppId();
/**
*
* original resource app id
*
*
* string app_id = 2;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
*
* original resource user id
*
*
* string user_id = 3;
* @return The userId.
*/
java.lang.String getUserId();
/**
*
* original resource user id
*
*
* string user_id = 3;
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
*
* resource type.
*
*
* .clarifai.api.BookmarkOrigin.BookmarkType resource_type = 4;
* @return The enum numeric value on the wire for resourceType.
*/
int getResourceTypeValue();
/**
*
* resource type.
*
*
* .clarifai.api.BookmarkOrigin.BookmarkType resource_type = 4;
* @return The resourceType.
*/
com.clarifai.grpc.api.BookmarkOrigin.BookmarkType getResourceType();
}