com.github.thinkerou.demo.helloworld.RectangleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: demo/helloworld.proto
package com.github.thinkerou.demo.helloworld;
public interface RectangleOrBuilder extends
// @@protoc_insertion_point(interface_extends:helloworld.Rectangle)
com.google.protobuf.MessageOrBuilder {
/**
*
* One corner of the rectangle.
*
*
* .helloworld.Point lo = 1;
*/
boolean hasLo();
/**
*
* One corner of the rectangle.
*
*
* .helloworld.Point lo = 1;
*/
com.github.thinkerou.demo.helloworld.Point getLo();
/**
*
* One corner of the rectangle.
*
*
* .helloworld.Point lo = 1;
*/
com.github.thinkerou.demo.helloworld.PointOrBuilder getLoOrBuilder();
/**
*
* The other corner of the rectangle.
*
*
* .helloworld.Point hi = 2;
*/
boolean hasHi();
/**
*
* The other corner of the rectangle.
*
*
* .helloworld.Point hi = 2;
*/
com.github.thinkerou.demo.helloworld.Point getHi();
/**
*
* The other corner of the rectangle.
*
*
* .helloworld.Point hi = 2;
*/
com.github.thinkerou.demo.helloworld.PointOrBuilder getHiOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy