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

protobuf_unittest.EngineOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: com/google/protobuf/nested_builders_test.proto

package protobuf_unittest;

public interface EngineOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protobuf_unittest.Engine)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 cylinder = 1;
   */
  boolean hasCylinder();
  /**
   * optional int32 cylinder = 1;
   */
  int getCylinder();

  /**
   * optional int32 liters = 2;
   */
  boolean hasLiters();
  /**
   * optional int32 liters = 2;
   */
  int getLiters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy