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

protobuf_unittest.VehicleOrBuilder Maven / Gradle / Ivy

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 
      getWheelOrBuilderList();
  /**
   * repeated .protobuf_unittest.Wheel wheel = 2;
   */
  protobuf_unittest.WheelOrBuilder getWheelOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy