Uses of Class
app.coronawarn.server.common.protocols.internal.Weights
-
Packages that use Weights Package Description app.coronawarn.server.common.protocols.internal -
-
Uses of Weights in app.coronawarn.server.common.protocols.internal
Methods in app.coronawarn.server.common.protocols.internal that return Weights Modifier and Type Method Description Weights
Weights.Builder. build()
Weights
Weights.Builder. buildPartial()
static Weights
Weights. getDefaultInstance()
Weights
Weights.Builder. getDefaultInstanceForType()
Weights
Weights. getDefaultInstanceForType()
Weights
AttenuationDuration.Builder. getWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
Weights
AttenuationDuration. getWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
Weights
AttenuationDurationOrBuilder. getWeights()
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
static Weights
Weights. parseDelimitedFrom(InputStream input)
static Weights
Weights. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Weights
Weights. parseFrom(byte[] data)
static Weights
Weights. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Weights
Weights. parseFrom(com.google.protobuf.ByteString data)
static Weights
Weights. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Weights
Weights. parseFrom(com.google.protobuf.CodedInputStream input)
static Weights
Weights. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Weights
Weights. parseFrom(InputStream input)
static Weights
Weights. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Weights
Weights. parseFrom(ByteBuffer data)
static Weights
Weights. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in app.coronawarn.server.common.protocols.internal that return types with arguments of type Weights Modifier and Type Method Description com.google.protobuf.Parser<Weights>
Weights. getParserForType()
static com.google.protobuf.Parser<Weights>
Weights. parser()
Methods in app.coronawarn.server.common.protocols.internal with parameters of type Weights Modifier and Type Method Description Weights.Builder
Weights.Builder. mergeFrom(Weights other)
AttenuationDuration.Builder
AttenuationDuration.Builder. mergeWeights(Weights value)
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
static Weights.Builder
Weights. newBuilder(Weights prototype)
AttenuationDuration.Builder
AttenuationDuration.Builder. setWeights(Weights value)
.app.coronawarn.server.common.protocols.internal.Weights weights = 2;
-