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-firebase/v1beta1/1.28.0/com/google/api/services/firebase/v1beta1/model/StreamMapping.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ public final class StreamMapping extends com.google.api.client.json.GenericJson
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringapp;
40
40
41
+
/**
42
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
43
+
* Firebase Web Apps.
44
+
* The value may be {@code null}.
45
+
*/
46
+
@com.google.api.client.util.Key
47
+
privatejava.lang.StringmeasurementId;
48
+
41
49
/**
42
50
* The unique Google-assigned identifier of the Google Analytics data stream associated with the
43
51
* Firebase App.
@@ -68,6 +76,25 @@ public StreamMapping setApp(java.lang.String app) {
68
76
returnthis;
69
77
}
70
78
79
+
/**
80
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
81
+
* Firebase Web Apps.
82
+
* @return value or {@code null} for none
83
+
*/
84
+
publicjava.lang.StringgetMeasurementId() {
85
+
returnmeasurementId;
86
+
}
87
+
88
+
/**
89
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
90
+
* Firebase Web Apps.
91
+
* @param measurementId measurementId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-firebase/v1beta1/1.28.0/com/google/api/services/firebase/v1beta1/model/WebAppConfig.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,14 @@ public final class WebAppConfig extends com.google.api.client.json.GenericJson {
71
71
@com.google.api.client.util.Key
72
72
privatejava.lang.StringlocationId;
73
73
74
+
/**
75
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
76
+
* Firebase Web Apps.
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringmeasurementId;
81
+
74
82
/**
75
83
* The sender ID for use with Firebase Cloud Messaging.
76
84
* The value may be {@code null}.
@@ -189,6 +197,25 @@ public WebAppConfig setLocationId(java.lang.String locationId) {
189
197
returnthis;
190
198
}
191
199
200
+
/**
201
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
202
+
* Firebase Web Apps.
203
+
* @return value or {@code null} for none
204
+
*/
205
+
publicjava.lang.StringgetMeasurementId() {
206
+
returnmeasurementId;
207
+
}
208
+
209
+
/**
210
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
211
+
* Firebase Web Apps.
212
+
* @param measurementId measurementId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-firebase/v1beta1/1.29.2/com/google/api/services/firebase/v1beta1/model/StreamMapping.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ public final class StreamMapping extends com.google.api.client.json.GenericJson
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringapp;
40
40
41
+
/**
42
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
43
+
* Firebase Web Apps.
44
+
* The value may be {@code null}.
45
+
*/
46
+
@com.google.api.client.util.Key
47
+
privatejava.lang.StringmeasurementId;
48
+
41
49
/**
42
50
* The unique Google-assigned identifier of the Google Analytics data stream associated with the
43
51
* Firebase App.
@@ -68,6 +76,25 @@ public StreamMapping setApp(java.lang.String app) {
68
76
returnthis;
69
77
}
70
78
79
+
/**
80
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
81
+
* Firebase Web Apps.
82
+
* @return value or {@code null} for none
83
+
*/
84
+
publicjava.lang.StringgetMeasurementId() {
85
+
returnmeasurementId;
86
+
}
87
+
88
+
/**
89
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
90
+
* Firebase Web Apps.
91
+
* @param measurementId measurementId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-firebase/v1beta1/1.29.2/com/google/api/services/firebase/v1beta1/model/WebAppConfig.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,14 @@ public final class WebAppConfig extends com.google.api.client.json.GenericJson {
71
71
@com.google.api.client.util.Key
72
72
privatejava.lang.StringlocationId;
73
73
74
+
/**
75
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
76
+
* Firebase Web Apps.
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringmeasurementId;
81
+
74
82
/**
75
83
* The sender ID for use with Firebase Cloud Messaging.
76
84
* The value may be {@code null}.
@@ -189,6 +197,25 @@ public WebAppConfig setLocationId(java.lang.String locationId) {
189
197
returnthis;
190
198
}
191
199
200
+
/**
201
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
202
+
* Firebase Web Apps.
203
+
* @return value or {@code null} for none
204
+
*/
205
+
publicjava.lang.StringgetMeasurementId() {
206
+
returnmeasurementId;
207
+
}
208
+
209
+
/**
210
+
* Analytics-provided measurement ID, for use in the gtag.js library. Will only be present for
211
+
* Firebase Web Apps.
212
+
* @param measurementId measurementId or {@code null} for none
0 commit comments