Class: Google::Analytics::Admin::V1alpha::AndroidAppDataStream

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

Overview

A resource message representing a Google Analytics Android app stream.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when this stream was originally created.

Returns:



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

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

#display_name::String

Returns Human-readable display name for the Data Stream.

The max allowed display name length is 255 UTF-16 code units.

Returns:

  • (::String)

    Human-readable display name for the Data Stream.

    The max allowed display name length is 255 UTF-16 code units.



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

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

#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.



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

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

#name::String (readonly)

Returns Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000".

Returns:

  • (::String)

    Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

class AndroidAppDataStream
  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"



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when stream payload fields were last updated.

Returns:



136
137
138
139
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 136

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