Class ExposureConfiguration
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- app.coronawarn.server.common.protocols.internal.v2.ExposureConfiguration
-
- All Implemented Interfaces:
ExposureConfigurationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class ExposureConfiguration extends com.google.protobuf.GeneratedMessageV3 implements ExposureConfigurationOrBuilder
Protobuf typeapp.coronawarn.server.common.protocols.internal.v2.ExposureConfiguration
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExposureConfiguration.Builder
Protobuf typeapp.coronawarn.server.common.protocols.internal.v2.ExposureConfiguration
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTENUATIONDURATIONTHRESHOLDS_FIELD_NUMBER
static int
DAYSSINCELASTEXPOSURETHRESHOLD_FIELD_NUMBER
static int
IMMEDIATEDURATIONWEIGHT_FIELD_NUMBER
static int
INFECTIOUSNESSFORDAYSSINCEONSETOFSYMPTOMS_FIELD_NUMBER
static int
INFECTIOUSNESSHIGHWEIGHT_FIELD_NUMBER
static int
INFECTIOUSNESSSTANDARDWEIGHT_FIELD_NUMBER
static int
MEDIUMDURATIONWEIGHT_FIELD_NUMBER
static int
NEARDURATIONWEIGHT_FIELD_NUMBER
static int
OTHERDURATIONWEIGHT_FIELD_NUMBER
static int
REPORTTYPECONFIRMEDCLINICALDIAGNOSISWEIGHT_FIELD_NUMBER
static int
REPORTTYPECONFIRMEDTESTWEIGHT_FIELD_NUMBER
static int
REPORTTYPENONEMAP_FIELD_NUMBER
static int
REPORTTYPERECURSIVEWEIGHT_FIELD_NUMBER
static int
REPORTTYPESELFREPORTEDWEIGHT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsInfectiousnessForDaysSinceOnsetOfSymptoms(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
boolean
equals(Object obj)
int
getAttenuationDurationThresholds(int index)
repeated int32 attenuationDurationThresholds = 3;
int
getAttenuationDurationThresholdsCount()
repeated int32 attenuationDurationThresholds = 3;
List<Integer>
getAttenuationDurationThresholdsList()
repeated int32 attenuationDurationThresholds = 3;
int
getDaysSinceLastExposureThreshold()
int32 daysSinceLastExposureThreshold = 8;
static ExposureConfiguration
getDefaultInstance()
ExposureConfiguration
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
double
getImmediateDurationWeight()
double immediateDurationWeight = 4;
Map<Integer,Integer>
getInfectiousnessForDaysSinceOnsetOfSymptoms()
Deprecated.int
getInfectiousnessForDaysSinceOnsetOfSymptomsCount()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
Map<Integer,Integer>
getInfectiousnessForDaysSinceOnsetOfSymptomsMap()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
int
getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault(int key, int defaultValue)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
int
getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
double
getInfectiousnessHighWeight()
double infectiousnessHighWeight = 10;
double
getInfectiousnessStandardWeight()
double infectiousnessStandardWeight = 9;
double
getMediumDurationWeight()
double mediumDurationWeight = 5;
double
getNearDurationWeight()
double nearDurationWeight = 6;
double
getOtherDurationWeight()
double otherDurationWeight = 7;
com.google.protobuf.Parser<ExposureConfiguration>
getParserForType()
double
getReportTypeConfirmedClinicalDiagnosisWeight()
double reportTypeConfirmedClinicalDiagnosisWeight = 12;
double
getReportTypeConfirmedTestWeight()
double reportTypeConfirmedTestWeight = 11;
int
getReportTypeNoneMap()
int32 reportTypeNoneMap = 2;
double
getReportTypeRecursiveWeight()
double reportTypeRecursiveWeight = 14;
double
getReportTypeSelfReportedWeight()
double reportTypeSelfReportedWeight = 13;
int
getSerializedSize()
com.google.protobuf.UnknownFieldSet
getUnknownFields()
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static ExposureConfiguration.Builder
newBuilder()
static ExposureConfiguration.Builder
newBuilder(ExposureConfiguration prototype)
ExposureConfiguration.Builder
newBuilderForType()
protected ExposureConfiguration.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static ExposureConfiguration
parseDelimitedFrom(InputStream input)
static ExposureConfiguration
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExposureConfiguration
parseFrom(byte[] data)
static ExposureConfiguration
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExposureConfiguration
parseFrom(com.google.protobuf.ByteString data)
static ExposureConfiguration
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExposureConfiguration
parseFrom(com.google.protobuf.CodedInputStream input)
static ExposureConfiguration
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExposureConfiguration
parseFrom(InputStream input)
static ExposureConfiguration
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExposureConfiguration
parseFrom(ByteBuffer data)
static ExposureConfiguration
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ExposureConfiguration>
parser()
ExposureConfiguration.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INFECTIOUSNESSFORDAYSSINCEONSETOFSYMPTOMS_FIELD_NUMBER
public static final int INFECTIOUSNESSFORDAYSSINCEONSETOFSYMPTOMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTTYPENONEMAP_FIELD_NUMBER
public static final int REPORTTYPENONEMAP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ATTENUATIONDURATIONTHRESHOLDS_FIELD_NUMBER
public static final int ATTENUATIONDURATIONTHRESHOLDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMMEDIATEDURATIONWEIGHT_FIELD_NUMBER
public static final int IMMEDIATEDURATIONWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MEDIUMDURATIONWEIGHT_FIELD_NUMBER
public static final int MEDIUMDURATIONWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEARDURATIONWEIGHT_FIELD_NUMBER
public static final int NEARDURATIONWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OTHERDURATIONWEIGHT_FIELD_NUMBER
public static final int OTHERDURATIONWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DAYSSINCELASTEXPOSURETHRESHOLD_FIELD_NUMBER
public static final int DAYSSINCELASTEXPOSURETHRESHOLD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INFECTIOUSNESSSTANDARDWEIGHT_FIELD_NUMBER
public static final int INFECTIOUSNESSSTANDARDWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INFECTIOUSNESSHIGHWEIGHT_FIELD_NUMBER
public static final int INFECTIOUSNESSHIGHWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTTYPECONFIRMEDTESTWEIGHT_FIELD_NUMBER
public static final int REPORTTYPECONFIRMEDTESTWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTTYPECONFIRMEDCLINICALDIAGNOSISWEIGHT_FIELD_NUMBER
public static final int REPORTTYPECONFIRMEDCLINICALDIAGNOSISWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTTYPESELFREPORTEDWEIGHT_FIELD_NUMBER
public static final int REPORTTYPESELFREPORTEDWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTTYPERECURSIVEWEIGHT_FIELD_NUMBER
public static final int REPORTTYPERECURSIVEWEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getInfectiousnessForDaysSinceOnsetOfSymptomsCount
public int getInfectiousnessForDaysSinceOnsetOfSymptomsCount()
Description copied from interface:ExposureConfigurationOrBuilder
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
- Specified by:
getInfectiousnessForDaysSinceOnsetOfSymptomsCount
in interfaceExposureConfigurationOrBuilder
-
containsInfectiousnessForDaysSinceOnsetOfSymptoms
public boolean containsInfectiousnessForDaysSinceOnsetOfSymptoms(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
- Specified by:
containsInfectiousnessForDaysSinceOnsetOfSymptoms
in interfaceExposureConfigurationOrBuilder
-
getInfectiousnessForDaysSinceOnsetOfSymptoms
@Deprecated public Map<Integer,Integer> getInfectiousnessForDaysSinceOnsetOfSymptoms()
Deprecated.UsegetInfectiousnessForDaysSinceOnsetOfSymptomsMap()
instead.- Specified by:
getInfectiousnessForDaysSinceOnsetOfSymptoms
in interfaceExposureConfigurationOrBuilder
-
getInfectiousnessForDaysSinceOnsetOfSymptomsMap
public Map<Integer,Integer> getInfectiousnessForDaysSinceOnsetOfSymptomsMap()
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
- Specified by:
getInfectiousnessForDaysSinceOnsetOfSymptomsMap
in interfaceExposureConfigurationOrBuilder
-
getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault
public int getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault(int key, int defaultValue)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
- Specified by:
getInfectiousnessForDaysSinceOnsetOfSymptomsOrDefault
in interfaceExposureConfigurationOrBuilder
-
getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow
public int getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow(int key)
map<int32, int32> infectiousnessForDaysSinceOnsetOfSymptoms = 1;
- Specified by:
getInfectiousnessForDaysSinceOnsetOfSymptomsOrThrow
in interfaceExposureConfigurationOrBuilder
-
getReportTypeNoneMap
public int getReportTypeNoneMap()
int32 reportTypeNoneMap = 2;
- Specified by:
getReportTypeNoneMap
in interfaceExposureConfigurationOrBuilder
- Returns:
- The reportTypeNoneMap.
-
getAttenuationDurationThresholdsList
public List<Integer> getAttenuationDurationThresholdsList()
repeated int32 attenuationDurationThresholds = 3;
- Specified by:
getAttenuationDurationThresholdsList
in interfaceExposureConfigurationOrBuilder
- Returns:
- A list containing the attenuationDurationThresholds.
-
getAttenuationDurationThresholdsCount
public int getAttenuationDurationThresholdsCount()
repeated int32 attenuationDurationThresholds = 3;
- Specified by:
getAttenuationDurationThresholdsCount
in interfaceExposureConfigurationOrBuilder
- Returns:
- The count of attenuationDurationThresholds.
-
getAttenuationDurationThresholds
public int getAttenuationDurationThresholds(int index)
repeated int32 attenuationDurationThresholds = 3;
- Specified by:
getAttenuationDurationThresholds
in interfaceExposureConfigurationOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The attenuationDurationThresholds at the given index.
-
getImmediateDurationWeight
public double getImmediateDurationWeight()
double immediateDurationWeight = 4;
- Specified by:
getImmediateDurationWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The immediateDurationWeight.
-
getMediumDurationWeight
public double getMediumDurationWeight()
double mediumDurationWeight = 5;
- Specified by:
getMediumDurationWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The mediumDurationWeight.
-
getNearDurationWeight
public double getNearDurationWeight()
double nearDurationWeight = 6;
- Specified by:
getNearDurationWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The nearDurationWeight.
-
getOtherDurationWeight
public double getOtherDurationWeight()
double otherDurationWeight = 7;
- Specified by:
getOtherDurationWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The otherDurationWeight.
-
getDaysSinceLastExposureThreshold
public int getDaysSinceLastExposureThreshold()
int32 daysSinceLastExposureThreshold = 8;
- Specified by:
getDaysSinceLastExposureThreshold
in interfaceExposureConfigurationOrBuilder
- Returns:
- The daysSinceLastExposureThreshold.
-
getInfectiousnessStandardWeight
public double getInfectiousnessStandardWeight()
double infectiousnessStandardWeight = 9;
- Specified by:
getInfectiousnessStandardWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The infectiousnessStandardWeight.
-
getInfectiousnessHighWeight
public double getInfectiousnessHighWeight()
double infectiousnessHighWeight = 10;
- Specified by:
getInfectiousnessHighWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The infectiousnessHighWeight.
-
getReportTypeConfirmedTestWeight
public double getReportTypeConfirmedTestWeight()
double reportTypeConfirmedTestWeight = 11;
- Specified by:
getReportTypeConfirmedTestWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The reportTypeConfirmedTestWeight.
-
getReportTypeConfirmedClinicalDiagnosisWeight
public double getReportTypeConfirmedClinicalDiagnosisWeight()
double reportTypeConfirmedClinicalDiagnosisWeight = 12;
- Specified by:
getReportTypeConfirmedClinicalDiagnosisWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The reportTypeConfirmedClinicalDiagnosisWeight.
-
getReportTypeSelfReportedWeight
public double getReportTypeSelfReportedWeight()
double reportTypeSelfReportedWeight = 13;
- Specified by:
getReportTypeSelfReportedWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The reportTypeSelfReportedWeight.
-
getReportTypeRecursiveWeight
public double getReportTypeRecursiveWeight()
double reportTypeRecursiveWeight = 14;
- Specified by:
getReportTypeRecursiveWeight
in interfaceExposureConfigurationOrBuilder
- Returns:
- The reportTypeRecursiveWeight.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ExposureConfiguration parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ExposureConfiguration parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExposureConfiguration parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExposureConfiguration parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ExposureConfiguration parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ExposureConfiguration parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ExposureConfiguration parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ExposureConfiguration.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ExposureConfiguration.Builder newBuilder()
-
newBuilder
public static ExposureConfiguration.Builder newBuilder(ExposureConfiguration prototype)
-
toBuilder
public ExposureConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ExposureConfiguration.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ExposureConfiguration getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ExposureConfiguration> parser()
-
getParserForType
public com.google.protobuf.Parser<ExposureConfiguration> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ExposureConfiguration getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-