public interface MultipleLevelMessageTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getA()
optional int32 a = 1; |
long |
getB()
optional int64 b = 2; |
boolean |
getC()
optional bool c = 3; |
MultipleLevelMessageTest.InnerMessageTest1 |
getD()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4; |
MultipleLevelMessageTest.InnerMessageTest1OrBuilder |
getDOrBuilder()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4; |
boolean |
hasA()
optional int32 a = 1; |
boolean |
hasB()
optional int64 b = 2; |
boolean |
hasC()
optional bool c = 3; |
boolean |
hasD()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasA()
optional int32 a = 1;int getA()
optional int32 a = 1;boolean hasB()
optional int64 b = 2;long getB()
optional int64 b = 2;boolean hasC()
optional bool c = 3;boolean getC()
optional bool c = 3;boolean hasD()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;MultipleLevelMessageTest.InnerMessageTest1 getD()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;MultipleLevelMessageTest.InnerMessageTest1OrBuilder getDOrBuilder()
optional .org.apache.flink.formats.protobuf.testproto.MultipleLevelMessageTest.InnerMessageTest1 d = 4;Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.