com.github.thinkerou.demo.helloworld.FeatureOrBuilder Maven / Gradle / Ivy
// 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