Send feedback
Class AnalyticsValue (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class AnalyticsValue extends GeneratedMessageV3 implements AnalyticsValueOrBuilder
Value for Event Params and UserProperty can be of type string or int or
float or double.
Protobuf type google.events.firebase.analytics.v1.AnalyticsValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DOUBLE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
FLOAT_VALUE_FIELD_NUMBER
public static final int FLOAT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
INT_VALUE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AnalyticsValue getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AnalyticsValue . Builder newBuilder ()
newBuilder(AnalyticsValue prototype)
public static AnalyticsValue . Builder newBuilder ( AnalyticsValue prototype )
public static AnalyticsValue parseDelimitedFrom ( InputStream input )
public static AnalyticsValue parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AnalyticsValue parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsValue parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AnalyticsValue parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsValue parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AnalyticsValue parseFrom ( CodedInputStream input )
public static AnalyticsValue parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AnalyticsValue parseFrom ( InputStream input )
public static AnalyticsValue parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AnalyticsValue parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsValue parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AnalyticsValue> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AnalyticsValue getDefaultInstanceForType ()
getDoubleValue()
public double getDoubleValue ()
Returns
Type
Description
double
The doubleValue.
getFloatValue()
public float getFloatValue ()
Returns
Type
Description
float
The floatValue.
getIntValue()
public long getIntValue ()
Returns
Type
Description
long
The intValue.
getParamValueCase()
public AnalyticsValue . ParamValueCase getParamValueCase ()
getParserForType()
public Parser<AnalyticsValue> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStringValue()
public String getStringValue ()
Returns
Type
Description
String
The stringValue.
getStringValueBytes()
public ByteString getStringValueBytes ()
Returns
Type
Description
ByteString
The bytes for stringValue.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasDoubleValue()
public boolean hasDoubleValue ()
Returns
Type
Description
boolean
Whether the doubleValue field is set.
hasFloatValue()
public boolean hasFloatValue ()
Returns
Type
Description
boolean
Whether the floatValue field is set.
hasIntValue()
public boolean hasIntValue ()
Returns
Type
Description
boolean
Whether the intValue field is set.
hasStringValue()
public boolean hasStringValue ()
Returns
Type
Description
boolean
Whether the stringValue field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AnalyticsValue . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyticsValue . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AnalyticsValue . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]