Uses of Class
app.coronawarn.server.common.protocols.internal.v2.SemanticVersion
-
Packages that use SemanticVersion Package Description app.coronawarn.server.common.protocols.internal.v2 -
-
Uses of SemanticVersion in app.coronawarn.server.common.protocols.internal.v2
Methods in app.coronawarn.server.common.protocols.internal.v2 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
ApplicationConfigurationIOS.Builder. getLatestVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;
SemanticVersion
ApplicationConfigurationIOS. getLatestVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;
SemanticVersion
ApplicationConfigurationIOSOrBuilder. getLatestVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;
SemanticVersion
ApplicationConfigurationIOS.Builder. getMinVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
SemanticVersion
ApplicationConfigurationIOS. getMinVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
SemanticVersion
ApplicationConfigurationIOSOrBuilder. getMinVersion()
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
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.v2 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.v2 with parameters of type SemanticVersion Modifier and Type Method Description SemanticVersion.Builder
SemanticVersion.Builder. mergeFrom(SemanticVersion other)
ApplicationConfigurationIOS.Builder
ApplicationConfigurationIOS.Builder. mergeLatestVersion(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;
ApplicationConfigurationIOS.Builder
ApplicationConfigurationIOS.Builder. mergeMinVersion(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
static SemanticVersion.Builder
SemanticVersion. newBuilder(SemanticVersion prototype)
ApplicationConfigurationIOS.Builder
ApplicationConfigurationIOS.Builder. setLatestVersion(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion latestVersion = 2;
ApplicationConfigurationIOS.Builder
ApplicationConfigurationIOS.Builder. setMinVersion(SemanticVersion value)
.app.coronawarn.server.common.protocols.internal.v2.SemanticVersion minVersion = 1;
-