protobuf_unittest.VehicleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobufel-protobuf-test-protos Show documentation
Show all versions of protobufel-protobuf-test-protos Show documentation
Shared Test Resources - test .proto files
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/protobuf/nested_builders_test.proto
package protobuf_unittest;
public interface VehicleOrBuilder extends
// @@protoc_insertion_point(interface_extends:protobuf_unittest.Vehicle)
com.google.protobuf.MessageOrBuilder {
/**
* optional .protobuf_unittest.Engine engine = 1;
*/
boolean hasEngine();
/**
* optional .protobuf_unittest.Engine engine = 1;
*/
protobuf_unittest.Engine getEngine();
/**
* optional .protobuf_unittest.Engine engine = 1;
*/
protobuf_unittest.EngineOrBuilder getEngineOrBuilder();
/**
* repeated .protobuf_unittest.Wheel wheel = 2;
*/
java.util.List
getWheelList();
/**
* repeated .protobuf_unittest.Wheel wheel = 2;
*/
protobuf_unittest.Wheel getWheel(int index);
/**
* repeated .protobuf_unittest.Wheel wheel = 2;
*/
int getWheelCount();
/**
* repeated .protobuf_unittest.Wheel wheel = 2;
*/
java.util.List extends protobuf_unittest.WheelOrBuilder>
getWheelOrBuilderList();
/**
* repeated .protobuf_unittest.Wheel wheel = 2;
*/
protobuf_unittest.WheelOrBuilder getWheelOrBuilder(
int index);
}