protobuf_unittest.WheelOrBuilder 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 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();
}