This repository was archived by the owner on Sep 9, 2023. It is now read-only.

21 files changed

+543
-431
lines changed
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ public final UnaryCallable<DeleteAccountRequest, Empty> deleteAccountCallable()
487487
*
488488
* @param account Required. The account to update. The account's `name` field is used to identify
489489
* the account.
490-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
491-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
492-
* fields.
490+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
491+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
492+
* entity, use one path with the string "&#42;" to match all fields.
493493
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
494494
*/
495495
public final Account updateAccount(Account account, FieldMask updateMask) {
@@ -1096,9 +1096,9 @@ public final UnaryCallable<DeletePropertyRequest, Empty> deletePropertyCallable(
10961096
*
10971097
* @param property Required. The property to update. The property's `name` field is used to
10981098
* identify the property to be updated.
1099-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
1100-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
1101-
* fields.
1099+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
1100+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
1101+
* entity, use one path with the string "&#42;" to match all fields.
11021102
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11031103
*/
11041104
public final Property updateProperty(Property property, FieldMask updateMask) {
@@ -2263,9 +2263,9 @@ public final UnaryCallable<DeleteWebDataStreamRequest, Empty> deleteWebDataStrea
22632263
*
22642264
* @param webDataStream Required. The web stream to update. The `name` field is used to identify
22652265
* the web stream to be updated.
2266-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
2267-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
2268-
* fields.
2266+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
2267+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
2268+
* entity, use one path with the string "&#42;" to match all fields.
22692269
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
22702270
*/
22712271
public final WebDataStream updateWebDataStream(
@@ -2820,9 +2820,9 @@ public final void deleteIosAppDataStream(DeleteIosAppDataStreamRequest request)
28202820
*
28212821
* @param iosAppDataStream Required. The iOS app stream to update. The `name` field is used to
28222822
* identify the iOS app stream to be updated.
2823-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
2824-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
2825-
* fields.
2823+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
2824+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
2825+
* entity, use one path with the string "&#42;" to match all fields.
28262826
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
28272827
*/
28282828
public final IosAppDataStream updateIosAppDataStream(
@@ -2888,7 +2888,13 @@ public final IosAppDataStream updateIosAppDataStream(UpdateIosAppDataStreamReque
28882888

28892889
// AUTO-GENERATED DOCUMENTATION AND METHOD.
28902890
/**
2891-
* Creates an iOS app data stream with the specified location and attributes.
2891+
* Creates an iOS app stream with the specified location and attributes.
2892+
*
2893+
* <p>Note that an iOS app stream must be linked to a Firebase app to receive traffic.
2894+
*
2895+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
2896+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
2897+
* stream in Analytics (may take up to 24 hours).
28922898
*
28932899
* <p>Sample code:
28942900
*
@@ -2919,7 +2925,13 @@ public final IosAppDataStream createIosAppDataStream(
29192925

29202926
// AUTO-GENERATED DOCUMENTATION AND METHOD.
29212927
/**
2922-
* Creates an iOS app data stream with the specified location and attributes.
2928+
* Creates an iOS app stream with the specified location and attributes.
2929+
*
2930+
* <p>Note that an iOS app stream must be linked to a Firebase app to receive traffic.
2931+
*
2932+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
2933+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
2934+
* stream in Analytics (may take up to 24 hours).
29232935
*
29242936
* <p>Sample code:
29252937
*
@@ -2950,7 +2962,13 @@ public final IosAppDataStream createIosAppDataStream(
29502962

29512963
// AUTO-GENERATED DOCUMENTATION AND METHOD.
29522964
/**
2953-
* Creates an iOS app data stream with the specified location and attributes.
2965+
* Creates an iOS app stream with the specified location and attributes.
2966+
*
2967+
* <p>Note that an iOS app stream must be linked to a Firebase app to receive traffic.
2968+
*
2969+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
2970+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
2971+
* stream in Analytics (may take up to 24 hours).
29542972
*
29552973
* <p>Sample code:
29562974
*
@@ -2975,7 +2993,13 @@ public final IosAppDataStream createIosAppDataStream(CreateIosAppDataStreamReque
29752993

29762994
// AUTO-GENERATED DOCUMENTATION AND METHOD.
29772995
/**
2978-
* Creates an iOS app data stream with the specified location and attributes.
2996+
* Creates an iOS app stream with the specified location and attributes.
2997+
*
2998+
* <p>Note that an iOS app stream must be linked to a Firebase app to receive traffic.
2999+
*
3000+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
3001+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
3002+
* stream in Analytics (may take up to 24 hours).
29793003
*
29803004
* <p>Sample code:
29813005
*
@@ -3388,9 +3412,9 @@ public final void deleteAndroidAppDataStream(DeleteAndroidAppDataStreamRequest r
33883412
*
33893413
* @param androidAppDataStream Required. The android app stream to update. The `name` field is
33903414
* used to identify the android app stream to be updated.
3391-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
3392-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
3393-
* fields.
3415+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
3416+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
3417+
* entity, use one path with the string "&#42;" to match all fields.
33943418
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
33953419
*/
33963420
public final AndroidAppDataStream updateAndroidAppDataStream(
@@ -3458,7 +3482,13 @@ public final AndroidAppDataStream updateAndroidAppDataStream(
34583482

34593483
// AUTO-GENERATED DOCUMENTATION AND METHOD.
34603484
/**
3461-
* Creates an android app stream with the specified location and attributes.
3485+
* Creates an Android app stream with the specified location and attributes.
3486+
*
3487+
* <p>Note that an Android app stream must be linked to a Firebase app to receive traffic.
3488+
*
3489+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
3490+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
3491+
* stream in Analytics (may take up to 24 hours).
34623492
*
34633493
* <p>Sample code:
34643494
*
@@ -3489,7 +3519,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
34893519

34903520
// AUTO-GENERATED DOCUMENTATION AND METHOD.
34913521
/**
3492-
* Creates an android app stream with the specified location and attributes.
3522+
* Creates an Android app stream with the specified location and attributes.
3523+
*
3524+
* <p>Note that an Android app stream must be linked to a Firebase app to receive traffic.
3525+
*
3526+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
3527+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
3528+
* stream in Analytics (may take up to 24 hours).
34933529
*
34943530
* <p>Sample code:
34953531
*
@@ -3521,7 +3557,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
35213557

35223558
// AUTO-GENERATED DOCUMENTATION AND METHOD.
35233559
/**
3524-
* Creates an android app stream with the specified location and attributes.
3560+
* Creates an Android app stream with the specified location and attributes.
3561+
*
3562+
* <p>Note that an Android app stream must be linked to a Firebase app to receive traffic.
3563+
*
3564+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
3565+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
3566+
* stream in Analytics (may take up to 24 hours).
35253567
*
35263568
* <p>Sample code:
35273569
*
@@ -3549,7 +3591,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
35493591

35503592
// AUTO-GENERATED DOCUMENTATION AND METHOD.
35513593
/**
3552-
* Creates an android app stream with the specified location and attributes.
3594+
* Creates an Android app stream with the specified location and attributes.
3595+
*
3596+
* <p>Note that an Android app stream must be linked to a Firebase app to receive traffic.
3597+
*
3598+
* <p>To create a working app stream, make sure your property is linked to a Firebase project.
3599+
* Then, use the Firebase API to create a Firebase app, which will also create an appropriate data
3600+
* stream in Analytics (may take up to 24 hours).
35533601
*
35543602
* <p>Sample code:
35553603
*
@@ -3874,9 +3922,9 @@ public final EnhancedMeasurementSettings getEnhancedMeasurementSettings(
38743922
*
38753923
* @param enhancedMeasurementSettings Required. The settings to update. The `name` field is used
38763924
* to identify the settings to be updated.
3877-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
3878-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
3879-
* fields.
3925+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
3926+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
3927+
* entity, use one path with the string "&#42;" to match all fields.
38803928
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
38813929
*/
38823930
public final EnhancedMeasurementSettings updateEnhancedMeasurementSettings(
@@ -4077,9 +4125,9 @@ public final UnaryCallable<CreateFirebaseLinkRequest, FirebaseLink> createFireba
40774125
* }</pre>
40784126
*
40794127
* @param firebaseLink Required. The Firebase link to update.
4080-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
4081-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
4082-
* fields.
4128+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
4129+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
4130+
* entity, use one path with the string "&#42;" to match all fields.
40834131
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
40844132
*/
40854133
public final FirebaseLink updateFirebaseLink(FirebaseLink firebaseLink, FieldMask updateMask) {
@@ -4606,9 +4654,9 @@ public final GoogleAdsLink createGoogleAdsLink(CreateGoogleAdsLinkRequest reques
46064654
* }</pre>
46074655
*
46084656
* @param googleAdsLink The GoogleAdsLink to update
4609-
* @param updateMask Required. The list of fields to be updated. Omitted fields will not be
4610-
* updated. To replace the entire entity, use one path with the string "&#42;" to match all
4611-
* fields.
4657+
* @param updateMask Required. The list of fields to be updated. Field names must be in snake case
4658+
* (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire
4659+
* entity, use one path with the string "&#42;" to match all fields.
46124660
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
46134661
*/
46144662
public final GoogleAdsLink updateGoogleAdsLink(
Original file line numberDiff line numberDiff line change
@@ -2871,7 +2871,13 @@ public void updateIosAppDataStream(
28712871
*
28722872
*
28732873
* <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).
28752881
* </pre>
28762882
*/
28772883
public void createIosAppDataStream(
@@ -2943,7 +2949,13 @@ public void updateAndroidAppDataStream(
29432949
*
29442950
*
29452951
* <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).
29472959
* </pre>
29482960
*/
29492961
public void createAndroidAppDataStream(
@@ -4008,7 +4020,13 @@ public void updateIosAppDataStream(
40084020
*
40094021
*
40104022
* <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).
40124030
* </pre>
40134031
*/
40144032
public void createIosAppDataStream(
@@ -4095,7 +4113,13 @@ public void updateAndroidAppDataStream(
40954113
*
40964114
*
40974115
* <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).
40994123
* </pre>
41004124
*/
41014125
public void createAndroidAppDataStream(
@@ -4760,7 +4784,13 @@ public com.google.analytics.admin.v1alpha.IosAppDataStream updateIosAppDataStrea
47604784
*
47614785
*
47624786
* <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
4793+
* to 24 hours).
47644794
* </pre>
47654795
*/
47664796
public com.google.analytics.admin.v1alpha.IosAppDataStream createIosAppDataStream(
@@ -4827,7 +4857,13 @@ public com.google.analytics.admin.v1alpha.AndroidAppDataStream updateAndroidAppD
48274857
*
48284858
*
48294859
* <pre>
4830-
* Creates an android app stream with the specified location and attributes.
4860+
* Creates an Android app stream with the specified location and attributes.
4861+
* Note that an Android app stream must be linked to a Firebase app to receive
4862+
* traffic.
4863+
* To create a working app stream, make sure your property is linked to a
4864+
* Firebase project. Then, use the Firebase API to create a Firebase app,
4865+
* which will also create an appropriate data stream in Analytics (may take up
4866+
* to 24 hours).
48314867
* </pre>
48324868
*/
48334869
public com.google.analytics.admin.v1alpha.AndroidAppDataStream createAndroidAppDataStream(
@@ -5485,7 +5521,13 @@ protected AnalyticsAdminServiceFutureStub build(
54855521
*
54865522
*
54875523
* <pre>
5488-
* Creates an iOS app data stream with the specified location and attributes.
5524+
* Creates an iOS app stream with the specified location and attributes.
5525+
* Note that an iOS app stream must be linked to a Firebase app to receive
5526+
* traffic.
5527+
* To create a working app stream, make sure your property is linked to a
5528+
* Firebase project. Then, use the Firebase API to create a Firebase app,
5529+
* which will also create an appropriate data stream in Analytics (may take up
5530+
* to 24 hours).
54895531
* </pre>
54905532
*/
54915533
public com.google.common.util.concurrent.ListenableFuture<
@@ -5561,7 +5603,13 @@ protected AnalyticsAdminServiceFutureStub build(
55615603
*
55625604
*
55635605
* <pre>
5564-
* Creates an android app stream with the specified location and attributes.
5606+
* Creates an Android app stream with the specified location and attributes.
5607+
* Note that an Android app stream must be linked to a Firebase app to receive
5608+
* traffic.
5609+
* To create a working app stream, make sure your property is linked to a
5610+
* Firebase project. Then, use the Firebase API to create a Firebase app,
5611+
* which will also create an appropriate data stream in Analytics (may take up
5612+
* to 24 hours).
55655613
* </pre>
55665614
*/
55675615
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)