Class Google::Analytics::Admin::V1alpha::IosAppDataStream

A resource message representing a Google Analytics IOS app stream.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bundle_id

def bundle_id() -> ::String
Returns
  • (::String) — Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

#bundle_id=

def bundle_id=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Returns
  • (::String) — Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

#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 iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.

#name

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

#update_time

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