com.clarifai.grpc.api.DeleteCollaboratorsRequestOrBuilder 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 DeleteCollaboratorsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DeleteCollaboratorsRequest)
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();
/**
* repeated string collaborator_ids = 2;
* @return A list containing the collaboratorIds.
*/
java.util.List
getCollaboratorIdsList();
/**
* repeated string collaborator_ids = 2;
* @return The count of collaboratorIds.
*/
int getCollaboratorIdsCount();
/**
* repeated string collaborator_ids = 2;
* @param index The index of the element to return.
* @return The collaboratorIds at the given index.
*/
java.lang.String getCollaboratorIds(int index);
/**
* repeated string collaborator_ids = 2;
* @param index The index of the value to return.
* @return The bytes of the collaboratorIds at the given index.
*/
com.google.protobuf.ByteString
getCollaboratorIdsBytes(int index);
/**
* repeated string user_emails = 3;
* @return A list containing the userEmails.
*/
java.util.List
getUserEmailsList();
/**
* repeated string user_emails = 3;
* @return The count of userEmails.
*/
int getUserEmailsCount();
/**
* repeated string user_emails = 3;
* @param index The index of the element to return.
* @return The userEmails at the given index.
*/
java.lang.String getUserEmails(int index);
/**
* repeated string user_emails = 3;
* @param index The index of the value to return.
* @return The bytes of the userEmails at the given index.
*/
com.google.protobuf.ByteString
getUserEmailsBytes(int index);
}