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

A resource message representing a Google Analytics Android app stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — Human-readable display name for the Data Stream.

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

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — 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.

#firebase_app_id

def firebase_app_id() -> ::String
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.

#name

def name() -> ::String
Returns
  • (::String) — Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"

#package_name

def package_name() -> ::String
Returns
  • (::String) — Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"

#package_name=

def package_name=(value) -> ::String
Parameter
  • value (::String) — 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"

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns