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

com.github.thinkerou.demo.helloworld.RouteNoteOrBuilder 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 RouteNoteOrBuilder extends
    // @@protoc_insertion_point(interface_extends:helloworld.RouteNote)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The location from which the message is sent.
   * 
* * .helloworld.Point location = 1; */ boolean hasLocation(); /** *
   * The location from which the message is sent.
   * 
* * .helloworld.Point location = 1; */ com.github.thinkerou.demo.helloworld.Point getLocation(); /** *
   * The location from which the message is sent.
   * 
* * .helloworld.Point location = 1; */ com.github.thinkerou.demo.helloworld.PointOrBuilder getLocationOrBuilder(); /** *
   * The message to be sent.
   * 
* * string message = 2; */ java.lang.String getMessage(); /** *
   * The message to be sent.
   * 
* * string message = 2; */ com.google.protobuf.ByteString getMessageBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy