All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.GeoOrBuilder 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 GeoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Geo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   * @return Whether the geoPoint field is set.
   */
  boolean hasGeoPoint();
  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   * @return The geoPoint.
   */
  com.clarifai.grpc.api.GeoPoint getGeoPoint();
  /**
   * .clarifai.api.GeoPoint geo_point = 1;
   */
  com.clarifai.grpc.api.GeoPointOrBuilder getGeoPointOrBuilder();

  /**
   * .clarifai.api.GeoLimit geo_limit = 2;
   * @return Whether the geoLimit field is set.
   */
  boolean hasGeoLimit();
  /**
   * .clarifai.api.GeoLimit geo_limit = 2;
   * @return The geoLimit.
   */
  com.clarifai.grpc.api.GeoLimit getGeoLimit();
  /**
   * .clarifai.api.GeoLimit geo_limit = 2;
   */
  com.clarifai.grpc.api.GeoLimitOrBuilder getGeoLimitOrBuilder();

  /**
   * 
   * NOTE: inconsistency: should have been geo_boxed_points
   * 
* * repeated .clarifai.api.GeoBoxedPoint geo_box = 3; */ java.util.List getGeoBoxList(); /** *
   * NOTE: inconsistency: should have been geo_boxed_points
   * 
* * repeated .clarifai.api.GeoBoxedPoint geo_box = 3; */ com.clarifai.grpc.api.GeoBoxedPoint getGeoBox(int index); /** *
   * NOTE: inconsistency: should have been geo_boxed_points
   * 
* * repeated .clarifai.api.GeoBoxedPoint geo_box = 3; */ int getGeoBoxCount(); /** *
   * NOTE: inconsistency: should have been geo_boxed_points
   * 
* * repeated .clarifai.api.GeoBoxedPoint geo_box = 3; */ java.util.List getGeoBoxOrBuilderList(); /** *
   * NOTE: inconsistency: should have been geo_boxed_points
   * 
* * repeated .clarifai.api.GeoBoxedPoint geo_box = 3; */ com.clarifai.grpc.api.GeoBoxedPointOrBuilder getGeoBoxOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy