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'
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'
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The webpage provides a comprehensive list of versions for `FirebaseLink`, a class that links a GA4 property with a Firebase project, ranging from version 0.14.0 to 0.70.0, the latest version."],["`FirebaseLink` is a public class in the `google.analytics.admin.v1alpha` package, extending `GeneratedMessageV3` and implementing `FirebaseLinkOrBuilder`, indicating its role in protocol buffer message handling."],["The class contains static fields such as `CREATE_TIME_FIELD_NUMBER`, `NAME_FIELD_NUMBER`, and `PROJECT_FIELD_NUMBER`, as well as static methods for parsing and creating `FirebaseLink` instances, indicating key properties and utilities."],["The `FirebaseLink` class has methods to get information about the link, such as the project name via `getProject()` and the creation time via `getCreateTime()`, reflecting the details stored about the link."],["The class includes output-only properties like `name` and `create_time`, and an immutable property like `project`, demonstrating the behavior and intended use of these fields."]]],[]]