public interface SimpleTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getA()
optional int32 a = 1 [default = 10]; |
long |
getB()
optional int64 b = 2 [default = 100]; |
boolean |
getC()
optional bool c = 3; |
float |
getD()
optional float d = 4; |
double |
getE()
optional double e = 5; |
String |
getF()
optional string f = 6 [default = "f"]; |
int |
getFAbc7D()
optional int32 f_abc_7d = 9; |
com.google.protobuf.ByteString |
getFBytes()
optional string f = 6 [default = "f"]; |
com.google.protobuf.ByteString |
getG()
optional bytes g = 7; |
SimpleTest.Corpus |
getH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
boolean |
hasA()
optional int32 a = 1 [default = 10]; |
boolean |
hasB()
optional int64 b = 2 [default = 100]; |
boolean |
hasC()
optional bool c = 3; |
boolean |
hasD()
optional float d = 4; |
boolean |
hasE()
optional double e = 5; |
boolean |
hasF()
optional string f = 6 [default = "f"]; |
boolean |
hasFAbc7D()
optional int32 f_abc_7d = 9; |
boolean |
hasG()
optional bytes g = 7; |
boolean |
hasH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasA()
optional int32 a = 1 [default = 10];int getA()
optional int32 a = 1 [default = 10];boolean hasB()
optional int64 b = 2 [default = 100];long getB()
optional int64 b = 2 [default = 100];boolean hasC()
optional bool c = 3;boolean getC()
optional bool c = 3;boolean hasD()
optional float d = 4;float getD()
optional float d = 4;boolean hasE()
optional double e = 5;double getE()
optional double e = 5;boolean hasF()
optional string f = 6 [default = "f"];String getF()
optional string f = 6 [default = "f"];com.google.protobuf.ByteString getFBytes()
optional string f = 6 [default = "f"];boolean hasG()
optional bytes g = 7;com.google.protobuf.ByteString getG()
optional bytes g = 7;boolean hasH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8;SimpleTest.Corpus getH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8;boolean hasFAbc7D()
optional int32 f_abc_7d = 9;int getFAbc7D()
optional int32 f_abc_7d = 9;Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.