com.clarifai.grpc.api.GetAnnotationRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface GetAnnotationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.GetAnnotationRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
* string annotation_id = 2;
* @return The annotationId.
*/
java.lang.String getAnnotationId();
/**
* string annotation_id = 2;
* @return The bytes for annotationId.
*/
com.google.protobuf.ByteString
getAnnotationIdBytes();
/**
* string input_id = 3;
* @return The inputId.
*/
java.lang.String getInputId();
/**
* string input_id = 3;
* @return The bytes for inputId.
*/
com.google.protobuf.ByteString
getInputIdBytes();
}