Interface AnalyticsValueOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface AnalyticsValueOrBuilder extends MessageOrBuilder
Methods
getDoubleValue()
public abstract double getDoubleValue()
Returns |
Type |
Description |
double |
The doubleValue.
|
getFloatValue()
public abstract float getFloatValue()
Returns |
Type |
Description |
float |
The floatValue.
|
getIntValue()
public abstract long getIntValue()
Returns |
Type |
Description |
long |
The intValue.
|
getParamValueCase()
public abstract AnalyticsValue.ParamValueCase getParamValueCase()
getStringValue()
public abstract String getStringValue()
Returns |
Type |
Description |
String |
The stringValue.
|
getStringValueBytes()
public abstract ByteString getStringValueBytes()
Returns |
Type |
Description |
ByteString |
The bytes for stringValue.
|
hasDoubleValue()
public abstract boolean hasDoubleValue()
Returns |
Type |
Description |
boolean |
Whether the doubleValue field is set.
|
hasFloatValue()
public abstract boolean hasFloatValue()
Returns |
Type |
Description |
boolean |
Whether the floatValue field is set.
|
hasIntValue()
public abstract boolean hasIntValue()
Returns |
Type |
Description |
boolean |
Whether the intValue field is set.
|
hasStringValue()
public abstract boolean hasStringValue()
Returns |
Type |
Description |
boolean |
Whether the stringValue field is set.
|
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-08-07 UTC.
[[["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-08-07 UTC."],[],[],null,["# Interface AnalyticsValueOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.analytics.v1.AnalyticsValueOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.firebase.analytics.v1.AnalyticsValueOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.firebase.analytics.v1.AnalyticsValueOrBuilder) \n\n public interface AnalyticsValueOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDoubleValue()\n\n public abstract double getDoubleValue()\n\n`double double_value = 4;`\n\n### getFloatValue()\n\n public abstract float getFloatValue()\n\n`float float_value = 3;`\n\n### getIntValue()\n\n public abstract long getIntValue()\n\n`int64 int_value = 2;`\n\n### getParamValueCase()\n\n public abstract AnalyticsValue.ParamValueCase getParamValueCase()\n\n### getStringValue()\n\n public abstract String getStringValue()\n\n`string string_value = 1;`\n\n### getStringValueBytes()\n\n public abstract ByteString getStringValueBytes()\n\n`string string_value = 1;`\n\n### hasDoubleValue()\n\n public abstract boolean hasDoubleValue()\n\n`double double_value = 4;`\n\n### hasFloatValue()\n\n public abstract boolean hasFloatValue()\n\n`float float_value = 3;`\n\n### hasIntValue()\n\n public abstract boolean hasIntValue()\n\n`int64 int_value = 2;`\n\n### hasStringValue()\n\n public abstract boolean hasStringValue()\n\n`string string_value = 1;`"]]