class Google::Apis::FirebaseV1beta1::StreamMapping
A mapping of a Firebase App to a Google
Analytics data stream
Attributes
The resource name of the Firebase App associated with the Google
Analytics data stream, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID or projects/PROJECT_IDENTIFIER/iosApps/APP_ID or projects/PROJECT_IDENTIFIER / webApps/APP_ID Refer to the `FirebaseProject` [`name`](../projects# FirebaseProject
.FIELDS.name) field for details about PROJECT_IDENTIFIER values. Corresponds to the JSON property `app` @return [String]
Applicable for Firebase Web Apps only. The unique Google-assigned identifier of the Google
Analytics web stream associated with the Firebase Web App. Firebase SDKs use this ID to interact with Google
Analytics APIs. Learn more about this ID and Google
Analytics web streams in the [Analytics documentation] (support.google.com/analytics/topic/9303475). Corresponds to the JSON property `measurementId` @return [String]
The unique Google-assigned identifier of the Google
Analytics data stream associated with the Firebase App. Learn more about Google
Analytics data streams in the [Analytics documentation](support.google.com/analytics/ answer/9303323). Corresponds to the JSON property `streamId` @return [Fixnum]
Public Class Methods
# File lib/google/apis/firebase_v1beta1/classes.rb, line 1121 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/firebase_v1beta1/classes.rb, line 1126 def update!(**args) @app = args[:app] if args.key?(:app) @measurement_id = args[:measurement_id] if args.key?(:measurement_id) @stream_id = args[:stream_id] if args.key?(:stream_id) end