Uses of Class
app.coronawarn.server.common.protocols.internal.v2.AppFeature
-
Packages that use AppFeature Package Description app.coronawarn.server.common.protocols.internal.v2 -
-
Uses of AppFeature in app.coronawarn.server.common.protocols.internal.v2
Methods in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;
AppFeature
AppFeatures. getAppFeatures(int index)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
AppFeature
AppFeaturesOrBuilder. getAppFeatures(int index)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 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.v2 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.v2.AppFeature appFeatures = 1;
List<AppFeature>
AppFeatures. getAppFeaturesList()
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
List<AppFeature>
AppFeaturesOrBuilder. getAppFeaturesList()
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 1;
com.google.protobuf.Parser<AppFeature>
AppFeature. getParserForType()
static com.google.protobuf.Parser<AppFeature>
AppFeature. parser()
Methods in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;
AppFeatures.Builder
AppFeatures.Builder. addAppFeatures(AppFeature value)
repeated .app.coronawarn.server.common.protocols.internal.v2.AppFeature appFeatures = 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.v2.AppFeature appFeatures = 1;
Method parameters in app.coronawarn.server.common.protocols.internal.v2 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.v2.AppFeature appFeatures = 1;
-