com.clarifai.grpc.api.PatchModelCheckConsentsRequestOrBuilder 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 PatchModelCheckConsentsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchModelCheckConsentsRequest)
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();
/**
*
* the model id
*
*
* string model_id = 2;
* @return The modelId.
*/
java.lang.String getModelId();
/**
*
* the model id
*
*
* string model_id = 2;
* @return The bytes for modelId.
*/
com.google.protobuf.ByteString
getModelIdBytes();
/**
*
* the consents
*
*
* repeated string check_consents = 3;
* @return A list containing the checkConsents.
*/
java.util.List
getCheckConsentsList();
/**
*
* the consents
*
*
* repeated string check_consents = 3;
* @return The count of checkConsents.
*/
int getCheckConsentsCount();
/**
*
* the consents
*
*
* repeated string check_consents = 3;
* @param index The index of the element to return.
* @return The checkConsents at the given index.
*/
java.lang.String getCheckConsents(int index);
/**
*
* the consents
*
*
* repeated string check_consents = 3;
* @param index The index of the value to return.
* @return The bytes of the checkConsents at the given index.
*/
com.google.protobuf.ByteString
getCheckConsentsBytes(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();
}