com.clarifai.grpc.api.PatchModelUseCasesRequestOrBuilder 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 PatchModelUseCasesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchModelUseCasesRequest)
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 model_id = 2;
* @return The modelId.
*/
java.lang.String getModelId();
/**
* string model_id = 2;
* @return The bytes for modelId.
*/
com.google.protobuf.ByteString
getModelIdBytes();
/**
* repeated string usecases = 3;
* @return A list containing the usecases.
*/
java.util.List
getUsecasesList();
/**
* repeated string usecases = 3;
* @return The count of usecases.
*/
int getUsecasesCount();
/**
* repeated string usecases = 3;
* @param index The index of the element to return.
* @return The usecases at the given index.
*/
java.lang.String getUsecases(int index);
/**
* repeated string usecases = 3;
* @param index The index of the value to return.
* @return The bytes of the usecases at the given index.
*/
com.google.protobuf.ByteString
getUsecasesBytes(int index);
/**
*
*overwrite supported
*
*
* string action = 4;
* @return The action.
*/
java.lang.String getAction();
/**
*
*overwrite supported
*
*
* string action = 4;
* @return The bytes for action.
*/
com.google.protobuf.ByteString
getActionBytes();
}