Send feedback
Class AppInfo (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class AppInfo extends GeneratedMessageV3 implements AppInfoOrBuilder
Message which contains App Information.
Protobuf type google.events.firebase.analytics.v1.AppInfo
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
APP_ID_FIELD_NUMBER
public static final int APP_ID_FIELD_NUMBER
Field Value
Type
Description
int
APP_INSTANCE_ID_FIELD_NUMBER
public static final int APP_INSTANCE_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int APP_PLATFORM_FIELD_NUMBER
Field Value
Type
Description
int
APP_STORE_FIELD_NUMBER
public static final int APP_STORE_FIELD_NUMBER
Field Value
Type
Description
int
APP_VERSION_FIELD_NUMBER
public static final int APP_VERSION_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AppInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AppInfo . Builder newBuilder ()
newBuilder(AppInfo prototype)
public static AppInfo . Builder newBuilder ( AppInfo prototype )
Parameter
Name
Description
prototype
AppInfo
public static AppInfo parseDelimitedFrom ( InputStream input )
public static AppInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AppInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AppInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AppInfo parseFrom ( CodedInputStream input )
public static AppInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AppInfo parseFrom ( InputStream input )
public static AppInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AppInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AppInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAppId()
Unique application identifier within an app store.
string app_id = 5;
Returns
Type
Description
String
The appId.
getAppIdBytes()
public ByteString getAppIdBytes ()
Unique application identifier within an app store.
string app_id = 5;
Returns
Type
Description
ByteString
The bytes for appId.
getAppInstanceId()
public String getAppInstanceId ()
Unique id for this instance of the app.
Example: "71683BF9FA3B4B0D9535A1F05188BAF3"
string app_instance_id = 2;
Returns
Type
Description
String
The appInstanceId.
getAppInstanceIdBytes()
public ByteString getAppInstanceIdBytes ()
Unique id for this instance of the app.
Example: "71683BF9FA3B4B0D9535A1F05188BAF3"
string app_instance_id = 2;
Returns
Type
Description
ByteString
The bytes for appInstanceId.
public String getAppPlatform ()
The app platform.
Eg "ANDROID", "IOS".
string app_platform = 4;
Returns
Type
Description
String
The appPlatform.
public ByteString getAppPlatformBytes ()
The app platform.
Eg "ANDROID", "IOS".
string app_platform = 4;
Returns
Type
Description
ByteString
The bytes for appPlatform.
getAppStore()
public String getAppStore ()
The identifier of the store that installed the app.
Eg. "com.sec.android.app.samsungapps", "com.amazon.venezia",
"com.nokia.nstore"
string app_store = 3;
Returns
Type
Description
String
The appStore.
getAppStoreBytes()
public ByteString getAppStoreBytes ()
The identifier of the store that installed the app.
Eg. "com.sec.android.app.samsungapps", "com.amazon.venezia",
"com.nokia.nstore"
string app_store = 3;
Returns
Type
Description
ByteString
The bytes for appStore.
getAppVersion()
public String getAppVersion ()
The app's version name
Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6"
string app_version = 1;
Returns
Type
Description
String
The appVersion.
getAppVersionBytes()
public ByteString getAppVersionBytes ()
The app's version name
Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6"
string app_version = 1;
Returns
Type
Description
ByteString
The bytes for appVersion.
getDefaultInstanceForType()
public AppInfo getDefaultInstanceForType ()
getParserForType()
public Parser<AppInfo> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AppInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AppInfo . 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-10-10 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-10-10 UTC."],[],[]]