com.clarifai.grpc.api.PatchAnnotationsStatusResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PatchAnnotationsStatusResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchAnnotationsStatusResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.status.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .clarifai.api.status.Status status = 1;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
* .clarifai.api.status.Status status = 1;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
* repeated string user_ids = 2;
* @return A list containing the userIds.
*/
java.util.List
getUserIdsList();
/**
* repeated string user_ids = 2;
* @return The count of userIds.
*/
int getUserIdsCount();
/**
* repeated string user_ids = 2;
* @param index The index of the element to return.
* @return The userIds at the given index.
*/
java.lang.String getUserIds(int index);
/**
* repeated string user_ids = 2;
* @param index The index of the value to return.
* @return The bytes of the userIds at the given index.
*/
com.google.protobuf.ByteString
getUserIdsBytes(int index);
/**
* uint32 updated_count = 3;
* @return The updatedCount.
*/
int getUpdatedCount();
}