Interface ApplicationVersionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplicationVersionInfo
,ApplicationVersionInfo.Builder
public interface ApplicationVersionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SemanticVersion
getLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersionOrBuilder
getLatestOrBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
SemanticVersion
getMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
SemanticVersionOrBuilder
getMinOrBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
boolean
hasLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
boolean
hasMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLatest
boolean hasLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
- Returns:
- Whether the latest field is set.
-
getLatest
SemanticVersion getLatest()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
- Returns:
- The latest.
-
getLatestOrBuilder
SemanticVersionOrBuilder getLatestOrBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion latest = 1;
-
hasMin
boolean hasMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
- Returns:
- Whether the min field is set.
-
getMin
SemanticVersion getMin()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
- Returns:
- The min.
-
getMinOrBuilder
SemanticVersionOrBuilder getMinOrBuilder()
.app.coronawarn.server.common.protocols.internal.SemanticVersion min = 2;
-
-