public static interface LazyFieldsLite.LazyMessageLiteOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
LazyFieldsLite.LazyInnerMessageLite |
getInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; |
int |
getNum()
optional int32 num = 1; |
int |
getNumWithDefault()
optional int32 num_with_default = 2 [default = 421]; |
LazyFieldsLite.LazyInnerMessageLite |
getOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; |
int |
getOneofNum()
optional int32 oneof_num = 5; |
LazyFieldsLite.LazyInnerMessageLite |
getRepeatedInner(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
int |
getRepeatedInnerCount()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
java.util.List<LazyFieldsLite.LazyInnerMessageLite> |
getRepeatedInnerList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
boolean |
hasInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; |
boolean |
hasNum()
optional int32 num = 1; |
boolean |
hasNumWithDefault()
optional int32 num_with_default = 2 [default = 421]; |
boolean |
hasOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; |
boolean |
hasOneofNum()
optional int32 oneof_num = 5; |
boolean hasNum()
optional int32 num = 1;
int getNum()
optional int32 num = 1;
boolean hasNumWithDefault()
optional int32 num_with_default = 2 [default = 421];
int getNumWithDefault()
optional int32 num_with_default = 2 [default = 421];
boolean hasInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true];
LazyFieldsLite.LazyInnerMessageLite getInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true];
java.util.List<LazyFieldsLite.LazyInnerMessageLite> getRepeatedInnerList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
LazyFieldsLite.LazyInnerMessageLite getRepeatedInner(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
int getRepeatedInnerCount()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
boolean hasOneofNum()
optional int32 oneof_num = 5;
int getOneofNum()
optional int32 oneof_num = 5;
boolean hasOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true];
LazyFieldsLite.LazyInnerMessageLite getOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true];