public final class AppInfo extends GeneratedMessageV3 implements AppInfoOrBuilder
Message which contains App Information.
Protobuf type google.events.firebase.analytics.v1.AppInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AppInfoImplements
AppInfoOrBuilderStatic 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 |
APP_PLATFORM_FIELD_NUMBER
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()
Returns | |
---|---|
Type | Description |
AppInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AppInfo.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AppInfo.Builder |
newBuilder(AppInfo prototype)
public static AppInfo.Builder newBuilder(AppInfo prototype)
Parameter | |
---|---|
Name | Description |
prototype | AppInfo |
Returns | |
---|---|
Type | Description |
AppInfo.Builder |
parseDelimitedFrom(InputStream input)
public static AppInfo parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AppInfo parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AppInfo parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AppInfo parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AppInfo parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AppInfo parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AppInfo> parser()
Returns | |
---|---|
Type | Description |
Parser<AppInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getAppId()
public String 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. |
getAppPlatform()
public String getAppPlatform()
The app platform. Eg "ANDROID", "IOS".
string app_platform = 4;
Returns | |
---|---|
Type | Description |
String | The appPlatform. |
getAppPlatformBytes()
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()
Returns | |
---|---|
Type | Description |
AppInfo |
getParserForType()
public Parser<AppInfo> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<AppInfo> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public AppInfo.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AppInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
AppInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AppInfo.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AppInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |