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

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

  /**
   * repeated .helloworld.Feature feature = 1;
   */
  java.util.List 
      getFeatureList();
  /**
   * repeated .helloworld.Feature feature = 1;
   */
  com.github.thinkerou.demo.helloworld.Feature getFeature(int index);
  /**
   * repeated .helloworld.Feature feature = 1;
   */
  int getFeatureCount();
  /**
   * repeated .helloworld.Feature feature = 1;
   */
  java.util.List 
      getFeatureOrBuilderList();
  /**
   * repeated .helloworld.Feature feature = 1;
   */
  com.github.thinkerou.demo.helloworld.FeatureOrBuilder getFeatureOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy