com.clarifai.grpc.api.AppExtraInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface AppExtraInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AppExtraInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Revision marker for this application.
* The value of the revision changes when
* * inputs are added, updated or deleted
* * annotations are added, updated or deleted
* * inputs are added to or removed from datasets
* For example, this value can be used to detect if client side caches related to searching should be invalidated.
* Field not filled in for list endpoints, use GetApp
*
*
* string search_revision_marker = 1;
* @return The searchRevisionMarker.
*/
java.lang.String getSearchRevisionMarker();
/**
*
* Revision marker for this application.
* The value of the revision changes when
* * inputs are added, updated or deleted
* * annotations are added, updated or deleted
* * inputs are added to or removed from datasets
* For example, this value can be used to detect if client side caches related to searching should be invalidated.
* Field not filled in for list endpoints, use GetApp
*
*
* string search_revision_marker = 1;
* @return The bytes for searchRevisionMarker.
*/
com.google.protobuf.ByteString
getSearchRevisionMarkerBytes();
}