@@ -487,9 +487,9 @@ public final UnaryCallable<DeleteAccountRequest, Empty> deleteAccountCallable()
|
487 | 487 | *
|
488 | 488 | * @param account Required. The account to update. The account's `name` field is used to identify
|
489 | 489 | * 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 "*" 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 "*" to match all fields. |
493 | 493 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
494 | 494 | */
|
495 | 495 | public final Account updateAccount(Account account, FieldMask updateMask) {
|
@@ -1096,9 +1096,9 @@ public final UnaryCallable<DeletePropertyRequest, Empty> deletePropertyCallable(
|
1096 | 1096 | *
|
1097 | 1097 | * @param property Required. The property to update. The property's `name` field is used to
|
1098 | 1098 | * 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 "*" 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 "*" to match all fields. |
1102 | 1102 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
1103 | 1103 | */
|
1104 | 1104 | public final Property updateProperty(Property property, FieldMask updateMask) {
|
@@ -2263,9 +2263,9 @@ public final UnaryCallable<DeleteWebDataStreamRequest, Empty> deleteWebDataStrea
|
2263 | 2263 | *
|
2264 | 2264 | * @param webDataStream Required. The web stream to update. The `name` field is used to identify
|
2265 | 2265 | * 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 "*" 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 "*" to match all fields. |
2269 | 2269 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
2270 | 2270 | */
|
2271 | 2271 | public final WebDataStream updateWebDataStream(
|
@@ -2820,9 +2820,9 @@ public final void deleteIosAppDataStream(DeleteIosAppDataStreamRequest request)
|
2820 | 2820 | *
|
2821 | 2821 | * @param iosAppDataStream Required. The iOS app stream to update. The `name` field is used to
|
2822 | 2822 | * 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 "*" 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 "*" to match all fields. |
2826 | 2826 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
2827 | 2827 | */
|
2828 | 2828 | public final IosAppDataStream updateIosAppDataStream(
|
@@ -2888,7 +2888,13 @@ public final IosAppDataStream updateIosAppDataStream(UpdateIosAppDataStreamReque
|
2888 | 2888 |
|
2889 | 2889 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
2890 | 2890 | /**
|
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). |
2892 | 2898 | *
|
2893 | 2899 | * <p>Sample code:
|
2894 | 2900 | *
|
@@ -2919,7 +2925,13 @@ public final IosAppDataStream createIosAppDataStream(
|
2919 | 2925 |
|
2920 | 2926 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
2921 | 2927 | /**
|
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). |
2923 | 2935 | *
|
2924 | 2936 | * <p>Sample code:
|
2925 | 2937 | *
|
@@ -2950,7 +2962,13 @@ public final IosAppDataStream createIosAppDataStream(
|
2950 | 2962 |
|
2951 | 2963 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
2952 | 2964 | /**
|
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). |
2954 | 2972 | *
|
2955 | 2973 | * <p>Sample code:
|
2956 | 2974 | *
|
@@ -2975,7 +2993,13 @@ public final IosAppDataStream createIosAppDataStream(CreateIosAppDataStreamReque
|
2975 | 2993 |
|
2976 | 2994 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
2977 | 2995 | /**
|
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). |
2979 | 3003 | *
|
2980 | 3004 | * <p>Sample code:
|
2981 | 3005 | *
|
@@ -3388,9 +3412,9 @@ public final void deleteAndroidAppDataStream(DeleteAndroidAppDataStreamRequest r
|
3388 | 3412 | *
|
3389 | 3413 | * @param androidAppDataStream Required. The android app stream to update. The `name` field is
|
3390 | 3414 | * 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 "*" 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 "*" to match all fields. |
3394 | 3418 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
3395 | 3419 | */
|
3396 | 3420 | public final AndroidAppDataStream updateAndroidAppDataStream(
|
@@ -3458,7 +3482,13 @@ public final AndroidAppDataStream updateAndroidAppDataStream(
|
3458 | 3482 |
|
3459 | 3483 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3460 | 3484 | /**
|
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). |
3462 | 3492 | *
|
3463 | 3493 | * <p>Sample code:
|
3464 | 3494 | *
|
@@ -3489,7 +3519,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
|
3489 | 3519 |
|
3490 | 3520 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3491 | 3521 | /**
|
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). |
3493 | 3529 | *
|
3494 | 3530 | * <p>Sample code:
|
3495 | 3531 | *
|
@@ -3521,7 +3557,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
|
3521 | 3557 |
|
3522 | 3558 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3523 | 3559 | /**
|
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). |
3525 | 3567 | *
|
3526 | 3568 | * <p>Sample code:
|
3527 | 3569 | *
|
@@ -3549,7 +3591,13 @@ public final AndroidAppDataStream createAndroidAppDataStream(
|
3549 | 3591 |
|
3550 | 3592 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3551 | 3593 | /**
|
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). |
3553 | 3601 | *
|
3554 | 3602 | * <p>Sample code:
|
3555 | 3603 | *
|
@@ -3874,9 +3922,9 @@ public final EnhancedMeasurementSettings getEnhancedMeasurementSettings(
|
3874 | 3922 | *
|
3875 | 3923 | * @param enhancedMeasurementSettings Required. The settings to update. The `name` field is used
|
3876 | 3924 | * 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 "*" 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 "*" to match all fields. |
3880 | 3928 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
3881 | 3929 | */
|
3882 | 3930 | public final EnhancedMeasurementSettings updateEnhancedMeasurementSettings(
|
@@ -4077,9 +4125,9 @@ public final UnaryCallable<CreateFirebaseLinkRequest, FirebaseLink> createFireba
|
4077 | 4125 | * }</pre>
|
4078 | 4126 | *
|
4079 | 4127 | * @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 "*" 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 "*" to match all fields. |
4083 | 4131 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
4084 | 4132 | */
|
4085 | 4133 | public final FirebaseLink updateFirebaseLink(FirebaseLink firebaseLink, FieldMask updateMask) {
|
@@ -4606,9 +4654,9 @@ public final GoogleAdsLink createGoogleAdsLink(CreateGoogleAdsLinkRequest reques
|
4606 | 4654 | * }</pre>
|
4607 | 4655 | *
|
4608 | 4656 | * @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 "*" 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 "*" to match all fields. |
4612 | 4660 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
4613 | 4661 | */
|
4614 | 4662 | public final GoogleAdsLink updateGoogleAdsLink(
|
|
0 commit comments