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
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: grpc-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceGrpc.java
+56-8Lines changed: 56 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2871,7 +2871,13 @@ public void updateIosAppDataStream(
2871
2871
*
2872
2872
*
2873
2873
* <pre>
2874
-
* Creates an iOS app data stream with the specified location and attributes.
2874
+
* Creates an iOS app stream with the specified location and attributes.
2875
+
* Note that an iOS app stream must be linked to a Firebase app to receive
2876
+
* traffic.
2877
+
* To create a working app stream, make sure your property is linked to a
2878
+
* Firebase project. Then, use the Firebase API to create a Firebase app,
2879
+
* which will also create an appropriate data stream in Analytics (may take up
2880
+
* to 24 hours).
2875
2881
* </pre>
2876
2882
*/
2877
2883
publicvoidcreateIosAppDataStream(
@@ -2943,7 +2949,13 @@ public void updateAndroidAppDataStream(
2943
2949
*
2944
2950
*
2945
2951
* <pre>
2946
-
* Creates an android app stream with the specified location and attributes.
2952
+
* Creates an Android app stream with the specified location and attributes.
2953
+
* Note that an Android app stream must be linked to a Firebase app to receive
2954
+
* traffic.
2955
+
* To create a working app stream, make sure your property is linked to a
2956
+
* Firebase project. Then, use the Firebase API to create a Firebase app,
2957
+
* which will also create an appropriate data stream in Analytics (may take up
2958
+
* to 24 hours).
2947
2959
* </pre>
2948
2960
*/
2949
2961
publicvoidcreateAndroidAppDataStream(
@@ -4008,7 +4020,13 @@ public void updateIosAppDataStream(
4008
4020
*
4009
4021
*
4010
4022
* <pre>
4011
-
* Creates an iOS app data stream with the specified location and attributes.
4023
+
* Creates an iOS app stream with the specified location and attributes.
4024
+
* Note that an iOS app stream must be linked to a Firebase app to receive
4025
+
* traffic.
4026
+
* To create a working app stream, make sure your property is linked to a
4027
+
* Firebase project. Then, use the Firebase API to create a Firebase app,
4028
+
* which will also create an appropriate data stream in Analytics (may take up
4029
+
* to 24 hours).
4012
4030
* </pre>
4013
4031
*/
4014
4032
publicvoidcreateIosAppDataStream(
@@ -4095,7 +4113,13 @@ public void updateAndroidAppDataStream(
4095
4113
*
4096
4114
*
4097
4115
* <pre>
4098
-
* Creates an android app stream with the specified location and attributes.
4116
+
* Creates an Android app stream with the specified location and attributes.
4117
+
* Note that an Android app stream must be linked to a Firebase app to receive
4118
+
* traffic.
4119
+
* To create a working app stream, make sure your property is linked to a
4120
+
* Firebase project. Then, use the Firebase API to create a Firebase app,
4121
+
* which will also create an appropriate data stream in Analytics (may take up
4122
+
* to 24 hours).
4099
4123
* </pre>
4100
4124
*/
4101
4125
publicvoidcreateAndroidAppDataStream(
@@ -4760,7 +4784,13 @@ public com.google.analytics.admin.v1alpha.IosAppDataStream updateIosAppDataStrea
4760
4784
*
4761
4785
*
4762
4786
* <pre>
4763
-
* Creates an iOS app data stream with the specified location and attributes.
4787
+
* Creates an iOS app stream with the specified location and attributes.
4788
+
* Note that an iOS app stream must be linked to a Firebase app to receive
4789
+
* traffic.
4790
+
* To create a working app stream, make sure your property is linked to a
4791
+
* Firebase project. Then, use the Firebase API to create a Firebase app,
4792
+
* which will also create an appropriate data stream in Analytics (may take up
0 commit comments