public static final class DataStream.AndroidAppStreamData extends GeneratedMessage implements DataStream.AndroidAppStreamDataOrBuilderData specific to Android app streams.
Protobuf type google.analytics.admin.v1alpha.DataStream.AndroidAppStreamData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataStream.AndroidAppStreamDataImplements
DataStream.AndroidAppStreamDataOrBuilderStatic Fields
FIREBASE_APP_ID_FIELD_NUMBER
public static final int FIREBASE_APP_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PACKAGE_NAME_FIELD_NUMBER
public static final int PACKAGE_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DataStream.AndroidAppStreamData getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DataStream.AndroidAppStreamData.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData.Builder |
|
newBuilder(DataStream.AndroidAppStreamData prototype)
public static DataStream.AndroidAppStreamData.Builder newBuilder(DataStream.AndroidAppStreamData prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DataStream.AndroidAppStreamData |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData.Builder |
|
parseDelimitedFrom(InputStream input)
public static DataStream.AndroidAppStreamData parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DataStream.AndroidAppStreamData parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DataStream.AndroidAppStreamData parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DataStream.AndroidAppStreamData parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DataStream.AndroidAppStreamData parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DataStream.AndroidAppStreamData parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataStream.AndroidAppStreamData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DataStream.AndroidAppStreamData> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AndroidAppStreamData> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DataStream.AndroidAppStreamData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData |
|
getFirebaseAppId()
public String getFirebaseAppId()Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
string firebase_app_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The firebaseAppId. |
getFirebaseAppIdBytes()
public ByteString getFirebaseAppIdBytes()Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
string firebase_app_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for firebaseAppId. |
getPackageName()
public String getPackageName()Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
string package_name = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The packageName. |
getPackageNameBytes()
public ByteString getPackageNameBytes()Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
string package_name = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for packageName. |
getParserForType()
public Parser<DataStream.AndroidAppStreamData> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AndroidAppStreamData> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DataStream.AndroidAppStreamData.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataStream.AndroidAppStreamData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData.Builder |
|
toBuilder()
public DataStream.AndroidAppStreamData.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DataStream.AndroidAppStreamData.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|