Class: Google::Analytics::Admin::V1alpha::FirebaseLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::FirebaseLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A link between a GA4 property and a Firebase project.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#project ⇒ ::String
Immutable.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when this FirebaseLink was originally created.
247 248 249 250 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 247 class FirebaseLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Example format: properties/1234/firebaseLinks/5678.
247 248 249 250 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 247 class FirebaseLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number.
Format: 'projects/{project number}' Example: 'projects/1234'.
247 248 249 250 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 247 class FirebaseLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |