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

protobuf_unittest.WheelOrBuilder 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 WheelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protobuf_unittest.Wheel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 radius = 1;
   */
  boolean hasRadius();
  /**
   * optional int32 radius = 1;
   */
  int getRadius();

  /**
   * optional int32 width = 2;
   */
  boolean hasWidth();
  /**
   * optional int32 width = 2;
   */
  int getWidth();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy