public interface UserPropertyValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndex()
public abstract int getIndex()
Index for user property (one-based).
int32 index = 3;
Returns | |
---|---|
Type | Description |
int |
The index. |
getSetTimestampUsec()
public abstract long getSetTimestampUsec()
UTC client time when user property was last set.
int64 set_timestamp_usec = 2;
Returns | |
---|---|
Type | Description |
long |
The setTimestampUsec. |
getValue()
public abstract AnalyticsValue getValue()
Last set value of user property.
.google.events.firebase.analytics.v1.AnalyticsValue value = 1;
Returns | |
---|---|
Type | Description |
AnalyticsValue |
The value. |
getValueOrBuilder()
public abstract AnalyticsValueOrBuilder getValueOrBuilder()
Last set value of user property.
.google.events.firebase.analytics.v1.AnalyticsValue value = 1;
Returns | |
---|---|
Type | Description |
AnalyticsValueOrBuilder |
hasValue()
public abstract boolean hasValue()
Last set value of user property.
.google.events.firebase.analytics.v1.AnalyticsValue value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |