Class: Google::Analytics::Admin::V1alpha::DataStream::AndroidAppStreamData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

Data specific to Android app streams.

Instance Attribute Summary collapse

Instance Attribute Details

#firebase_app_id::String (readonly)

Returns Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.

Returns:

  • (::String)

    Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.



191
192
193
194
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 191

class AndroidAppStreamData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#package_name::String

Returns Immutable. The package name for the app being measured. Example: "com.example.myandroidapp".

Returns:

  • (::String)

    Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"



191
192
193
194
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 191

class AndroidAppStreamData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end