Class: Google::Analytics::Admin::V1alpha::FirebaseLink

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 link between a GA4 property and a Firebase project.

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:



242
243
244
245
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 242

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

#name::String (readonly)

Returns Output only. Example format: properties/1234/firebaseLinks/5678.

Returns:

  • (::String)

    Output only. Example format: properties/1234/firebaseLinks/5678



242
243
244
245
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 242

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

Returns:

  • (::String)

    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'



242
243
244
245
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 242

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