Uses of Class
app.coronawarn.server.common.protocols.internal.SemanticVersion
-
Packages that use SemanticVersion Package Description app.coronawarn.server.common.protocols.internal -
-
Uses of SemanticVersion in app.coronawarn.server.common.protocols.internal
Methods in app.coronawarn.server.common.protocols.internal that return SemanticVersion Modifier and Type Method Description SemanticVersion
SemanticVersion.Builder. build()
SemanticVersion
SemanticVersion.Builder. buildPartial()
static SemanticVersion
SemanticVersion. getDefaultInstance()
SemanticVersion
SemanticVersion.Builder. getDefaultInstanceForType()
SemanticVersion
SemanticVersion. getDefaultInstanceForType()
SemanticVersion
ApplicationVersionInfo.Builder. getLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersion
ApplicationVersionInfo. getLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersion
ApplicationVersionInfoOrBuilder. getLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersion
ApplicationVersionInfo.Builder. getMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
SemanticVersion
ApplicationVersionInfo. getMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
SemanticVersion
ApplicationVersionInfoOrBuilder. getMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
static SemanticVersion
SemanticVersion. parseDelimitedFrom(InputStream input)
static SemanticVersion
SemanticVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SemanticVersion
SemanticVersion. parseFrom(byte[] data)
static SemanticVersion
SemanticVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SemanticVersion
SemanticVersion. parseFrom(com.google.protobuf.ByteString data)
static SemanticVersion
SemanticVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SemanticVersion
SemanticVersion. parseFrom(com.google.protobuf.CodedInputStream input)
static SemanticVersion
SemanticVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SemanticVersion
SemanticVersion. parseFrom(InputStream input)
static SemanticVersion
SemanticVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SemanticVersion
SemanticVersion. parseFrom(ByteBuffer data)
static SemanticVersion
SemanticVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in app.coronawarn.server.common.protocols.internal that return types with arguments of type SemanticVersion Modifier and Type Method Description com.google.protobuf.Parser<SemanticVersion>
SemanticVersion. getParserForType()
static com.google.protobuf.Parser<SemanticVersion>
SemanticVersion. parser()
Methods in app.coronawarn.server.common.protocols.internal with parameters of type SemanticVersion Modifier and Type Method Description SemanticVersion.Builder
SemanticVersion.Builder. mergeFrom(SemanticVersion other)
ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. mergeLatest(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. mergeMin(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
static SemanticVersion.Builder
SemanticVersion. newBuilder(SemanticVersion prototype)
ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. setLatest(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
ApplicationVersionInfo.Builder
ApplicationVersionInfo.Builder. setMin(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
-