You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaBigQueryLink.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,10 @@ public final class GoogleAnalyticsAdminV1alphaBigQueryLink extends com.google.ap
91
91
privatejava.lang.Stringname;
92
92
93
93
/**
94
-
* Immutable. The linked Google Cloud project resource name. Currently, this API always uses a
95
-
* project number, but may use project IDs in the future. Format: 'projects/{project number}'
96
-
* Example: 'projects/1234'
94
+
* Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this
95
+
* resource name using either a project number or project ID. Once this resource has been created,
96
+
* the returned project will always have a project that contains a project number. Format:
0 commit comments