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

com.github.thinkerou.demo.helloworld.RectangleOrBuilder 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 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