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

com.github.thinkerou.demo.helloworld.FeatureOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: demo/helloworld.proto

package com.github.thinkerou.demo.helloworld;

public interface FeatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:helloworld.Feature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the feature.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * The name of the feature.
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The point where the feature is detected.
   * 
* * .helloworld.Point location = 2; */ boolean hasLocation(); /** *
   * The point where the feature is detected.
   * 
* * .helloworld.Point location = 2; */ com.github.thinkerou.demo.helloworld.Point getLocation(); /** *
   * The point where the feature is detected.
   * 
* * .helloworld.Point location = 2; */ com.github.thinkerou.demo.helloworld.PointOrBuilder getLocationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy