com.github.thinkerou.demo.helloworld.FeatureDatabaseOrBuilder Maven / Gradle / Ivy
// 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 extends com.github.thinkerou.demo.helloworld.FeatureOrBuilder>
getFeatureOrBuilderList();
/**
* repeated .helloworld.Feature feature = 1;
*/
com.github.thinkerou.demo.helloworld.FeatureOrBuilder getFeatureOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy