Uses of Class
app.coronawarn.server.common.protocols.internal.AppFeature
-
Packages that use AppFeature Package Description app.coronawarn.server.common.protocols.internal app.coronawarn.server.services.distribution.config -
-
Uses of AppFeature in app.coronawarn.server.common.protocols.internal
Methods in app.coronawarn.server.common.protocols.internal that return AppFeature Modifier and Type Method Description AppFeature
AppFeature.Builder. build()
AppFeature
AppFeature.Builder. buildPartial()
AppFeature
AppFeatures.Builder. getAppFeatures(int index)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
AppFeature
AppFeatures. getAppFeatures(int index)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
AppFeature
AppFeaturesOrBuilder. getAppFeatures(int index)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
static AppFeature
AppFeature. getDefaultInstance()
AppFeature
AppFeature.Builder. getDefaultInstanceForType()
AppFeature
AppFeature. getDefaultInstanceForType()
static AppFeature
AppFeature. parseDelimitedFrom(InputStream input)
static AppFeature
AppFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppFeature
AppFeature. parseFrom(byte[] data)
static AppFeature
AppFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppFeature
AppFeature. parseFrom(com.google.protobuf.ByteString data)
static AppFeature
AppFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppFeature
AppFeature. parseFrom(com.google.protobuf.CodedInputStream input)
static AppFeature
AppFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppFeature
AppFeature. parseFrom(InputStream input)
static AppFeature
AppFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppFeature
AppFeature. parseFrom(ByteBuffer data)
static AppFeature
AppFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in app.coronawarn.server.common.protocols.internal that return types with arguments of type AppFeature Modifier and Type Method Description List<AppFeature>
AppFeatures.Builder. getAppFeaturesList()
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
List<AppFeature>
AppFeatures. getAppFeaturesList()
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
List<AppFeature>
AppFeaturesOrBuilder. getAppFeaturesList()
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
com.google.protobuf.Parser<AppFeature>
AppFeature. getParserForType()
static com.google.protobuf.Parser<AppFeature>
AppFeature. parser()
Methods in app.coronawarn.server.common.protocols.internal with parameters of type AppFeature Modifier and Type Method Description AppFeatures.Builder
AppFeatures.Builder. addAppFeatures(int index, AppFeature value)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
AppFeatures.Builder
AppFeatures.Builder. addAppFeatures(AppFeature value)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
AppFeature.Builder
AppFeature.Builder. mergeFrom(AppFeature other)
static AppFeature.Builder
AppFeature. newBuilder(AppFeature prototype)
AppFeatures.Builder
AppFeatures.Builder. setAppFeatures(int index, AppFeature value)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
Method parameters in app.coronawarn.server.common.protocols.internal with type arguments of type AppFeature Modifier and Type Method Description AppFeatures.Builder
AppFeatures.Builder. addAllAppFeatures(Iterable<? extends AppFeature> values)
repeated .app.coronawarn.server.common.protocols.internal.AppFeature app_features = 1;
-
Uses of AppFeature in app.coronawarn.server.services.distribution.config
Methods in app.coronawarn.server.services.distribution.config that return types with arguments of type AppFeature Modifier and Type Method Description List<AppFeature>
DistributionServiceConfig. getAppFeaturesProto()
Get app features as list of protobuf objects.
-