// 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 {
/**
* <code>optional int32 radius = 1;</code>
*/
boolean hasRadius();
/**
* <code>optional int32 radius = 1;</code>
*/
int getRadius();
/**
* <code>optional int32 width = 2;</code>
*/
boolean hasWidth();
/**
* <code>optional int32 width = 2;</code>
*/
int getWidth();
}