protobuf_unittest.MessageWithNoOuterOrBuilder 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/multiple_files_test.proto
package protobuf_unittest;
public interface MessageWithNoOuterOrBuilder extends
// @@protoc_insertion_point(interface_extends:protobuf_unittest.MessageWithNoOuter)
com.google.protobuf.MessageOrBuilder {
/**
* optional .protobuf_unittest.MessageWithNoOuter.NestedMessage nested = 1;
*/
boolean hasNested();
/**
* optional .protobuf_unittest.MessageWithNoOuter.NestedMessage nested = 1;
*/
protobuf_unittest.MessageWithNoOuter.NestedMessage getNested();
/**
* optional .protobuf_unittest.MessageWithNoOuter.NestedMessage nested = 1;
*/
protobuf_unittest.MessageWithNoOuter.NestedMessageOrBuilder getNestedOrBuilder();
/**
* repeated .protobuf_unittest.TestAllTypes foreign = 2;
*/
java.util.List
getForeignList();
/**
* repeated .protobuf_unittest.TestAllTypes foreign = 2;
*/
protobuf_unittest.UnittestProto.TestAllTypes getForeign(int index);
/**
* repeated .protobuf_unittest.TestAllTypes foreign = 2;
*/
int getForeignCount();
/**
* repeated .protobuf_unittest.TestAllTypes foreign = 2;
*/
java.util.List extends protobuf_unittest.UnittestProto.TestAllTypesOrBuilder>
getForeignOrBuilderList();
/**
* repeated .protobuf_unittest.TestAllTypes foreign = 2;
*/
protobuf_unittest.UnittestProto.TestAllTypesOrBuilder getForeignOrBuilder(
int index);
/**
* optional .protobuf_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3;
*/
boolean hasNestedEnum();
/**
* optional .protobuf_unittest.MessageWithNoOuter.NestedEnum nested_enum = 3;
*/
protobuf_unittest.MessageWithNoOuter.NestedEnum getNestedEnum();
/**
* optional .protobuf_unittest.EnumWithNoOuter foreign_enum = 4;
*/
boolean hasForeignEnum();
/**
* optional .protobuf_unittest.EnumWithNoOuter foreign_enum = 4;
*/
protobuf_unittest.EnumWithNoOuter getForeignEnum();
}