com.clarifai.grpc.api.GeoLimitOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface GeoLimitOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.GeoLimit)
com.google.protobuf.MessageOrBuilder {
/**
* string type = 1;
* @return The type.
*/
java.lang.String getType();
/**
* string type = 1;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* float value = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The value.
*/
float getValue();
}