com.clarifai.grpc.api.PatchModelToolkitsRequestOrBuilder 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 PatchModelToolkitsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchModelToolkitsRequest)
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 toolkits = 3;
* @return A list containing the toolkits.
*/
java.util.List
getToolkitsList();
/**
* repeated string toolkits = 3;
* @return The count of toolkits.
*/
int getToolkitsCount();
/**
* repeated string toolkits = 3;
* @param index The index of the element to return.
* @return The toolkits at the given index.
*/
java.lang.String getToolkits(int index);
/**
* repeated string toolkits = 3;
* @param index The index of the value to return.
* @return The bytes of the toolkits at the given index.
*/
com.google.protobuf.ByteString
getToolkitsBytes(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();
}