public interface RepeatedTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getA()
optional int32 a = 1; |
long |
getB(int index)
repeated int64 b = 2; |
int |
getBCount()
repeated int64 b = 2; |
List<Long> |
getBList()
repeated int64 b = 2; |
boolean |
getC()
optional bool c = 3; |
float |
getD()
optional float d = 4; |
double |
getE()
optional double e = 5; |
String |
getF()
optional string f = 6; |
com.google.protobuf.ByteString |
getFBytes()
optional string f = 6; |
boolean |
hasA()
optional int32 a = 1; |
boolean |
hasC()
optional bool c = 3; |
boolean |
hasD()
optional float d = 4; |
boolean |
hasE()
optional double e = 5; |
boolean |
hasF()
optional string f = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasA()
optional int32 a = 1;int getA()
optional int32 a = 1;int getBCount()
repeated int64 b = 2;long getB(int index)
repeated int64 b = 2;index - The index of the element to return.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;String getF()
optional string f = 6;com.google.protobuf.ByteString getFBytes()
optional string f = 6;Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.