Uses of Class
app.coronawarn.server.common.protocols.internal.stats.KeyFigure
-
Packages that use KeyFigure Package Description app.coronawarn.server.common.protocols.internal.stats -
-
Uses of KeyFigure in app.coronawarn.server.common.protocols.internal.stats
Methods in app.coronawarn.server.common.protocols.internal.stats that return KeyFigure Modifier and Type Method Description KeyFigure
KeyFigure.Builder. build()
KeyFigure
KeyFigure.Builder. buildPartial()
static KeyFigure
KeyFigure. getDefaultInstance()
KeyFigure
KeyFigure.Builder. getDefaultInstanceForType()
KeyFigure
KeyFigure. getDefaultInstanceForType()
KeyFigure
KeyFigureCard.Builder. getKeyFigures(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
KeyFigure
KeyFigureCard. getKeyFigures(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
KeyFigure
KeyFigureCardOrBuilder. getKeyFigures(int index)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
static KeyFigure
KeyFigure. parseDelimitedFrom(InputStream input)
static KeyFigure
KeyFigure. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigure
KeyFigure. parseFrom(byte[] data)
static KeyFigure
KeyFigure. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigure
KeyFigure. parseFrom(com.google.protobuf.ByteString data)
static KeyFigure
KeyFigure. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigure
KeyFigure. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyFigure
KeyFigure. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigure
KeyFigure. parseFrom(InputStream input)
static KeyFigure
KeyFigure. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyFigure
KeyFigure. parseFrom(ByteBuffer data)
static KeyFigure
KeyFigure. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in app.coronawarn.server.common.protocols.internal.stats that return types with arguments of type KeyFigure Modifier and Type Method Description List<KeyFigure>
KeyFigureCard.Builder. getKeyFiguresList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
List<KeyFigure>
KeyFigureCard. getKeyFiguresList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
List<KeyFigure>
KeyFigureCardOrBuilder. getKeyFiguresList()
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
com.google.protobuf.Parser<KeyFigure>
KeyFigure. getParserForType()
static com.google.protobuf.Parser<KeyFigure>
KeyFigure. parser()
Methods in app.coronawarn.server.common.protocols.internal.stats with parameters of type KeyFigure Modifier and Type Method Description KeyFigureCard.Builder
KeyFigureCard.Builder. addKeyFigures(int index, KeyFigure value)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
KeyFigureCard.Builder
KeyFigureCard.Builder. addKeyFigures(KeyFigure value)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
KeyFigure.Builder
KeyFigure.Builder. mergeFrom(KeyFigure other)
static KeyFigure.Builder
KeyFigure. newBuilder(KeyFigure prototype)
KeyFigureCard.Builder
KeyFigureCard.Builder. setKeyFigures(int index, KeyFigure value)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
Method parameters in app.coronawarn.server.common.protocols.internal.stats with type arguments of type KeyFigure Modifier and Type Method Description KeyFigureCard.Builder
KeyFigureCard.Builder. addAllKeyFigures(Iterable<? extends KeyFigure> values)
repeated .app.coronawarn.server.common.protocols.internal.stats.KeyFigure keyFigures = 2;
-