google-analytics-admin-v1alpha 0.36.0 → 0.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddeb116969b360c91bf3cfd27aeeec55d28ef14f84fed5826ec63a98ed23576e
|
4
|
+
data.tar.gz: 2fe13dca357e91aae872daf08ac50dc7227eff84c83d0b13c6f4df993ee37009
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d78fb7eaa3c874d92269b9b666ecc153f5985e695a8e9ab72f111285d1a3bd7b32798288c2f079099f2cb0a8987f520a71bf9d28e0bc690c89020f2a4df8a747
|
7
|
+
data.tar.gz: 2d9351a21f2f75cb15b151486425ac0f128763ad997e910ee25c9e9c899fbcfdad9a361bec21ca2332ffa9d5206698fa30492c4fb17e38a93e73969a4d13bd51
|
@@ -14480,22 +14480,22 @@ module Google
|
|
14480
14480
|
# Google Analytics [user
|
14481
14481
|
# ID](https://firebase.google.com/docs/analytics/userid).
|
14482
14482
|
#
|
14483
|
-
# Note: The following
|
14483
|
+
# Note: The following parameters are mutually exclusive: `user_id`, `client_id`, `app_instance_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
14484
14484
|
# @param client_id [::String]
|
14485
14485
|
# Google Analytics [client
|
14486
14486
|
# ID](https://support.google.com/analytics/answer/11593727).
|
14487
14487
|
#
|
14488
|
-
# Note: The following
|
14488
|
+
# Note: The following parameters are mutually exclusive: `client_id`, `user_id`, `app_instance_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
14489
14489
|
# @param app_instance_id [::String]
|
14490
14490
|
# Firebase [application instance
|
14491
14491
|
# ID](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.html#getAppInstanceId).
|
14492
14492
|
#
|
14493
|
-
# Note: The following
|
14493
|
+
# Note: The following parameters are mutually exclusive: `app_instance_id`, `user_id`, `client_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
14494
14494
|
# @param user_provided_data [::String]
|
14495
14495
|
# The un-hashed, unencrypted, [user-provided
|
14496
14496
|
# data](https://support.google.com/analytics/answer/14077171).
|
14497
14497
|
#
|
14498
|
-
# Note: The following
|
14498
|
+
# Note: The following parameters are mutually exclusive: `user_provided_data`, `user_id`, `client_id`, `app_instance_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
14499
14499
|
# @param name [::String]
|
14500
14500
|
# Required. The name of the property to submit user deletion for.
|
14501
14501
|
#
|
@@ -13482,22 +13482,22 @@ module Google
|
|
13482
13482
|
# Google Analytics [user
|
13483
13483
|
# ID](https://firebase.google.com/docs/analytics/userid).
|
13484
13484
|
#
|
13485
|
-
# Note: The following
|
13485
|
+
# Note: The following parameters are mutually exclusive: `user_id`, `client_id`, `app_instance_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
13486
13486
|
# @param client_id [::String]
|
13487
13487
|
# Google Analytics [client
|
13488
13488
|
# ID](https://support.google.com/analytics/answer/11593727).
|
13489
13489
|
#
|
13490
|
-
# Note: The following
|
13490
|
+
# Note: The following parameters are mutually exclusive: `client_id`, `user_id`, `app_instance_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
13491
13491
|
# @param app_instance_id [::String]
|
13492
13492
|
# Firebase [application instance
|
13493
13493
|
# ID](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.html#getAppInstanceId).
|
13494
13494
|
#
|
13495
|
-
# Note: The following
|
13495
|
+
# Note: The following parameters are mutually exclusive: `app_instance_id`, `user_id`, `client_id`, `user_provided_data`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
13496
13496
|
# @param user_provided_data [::String]
|
13497
13497
|
# The un-hashed, unencrypted, [user-provided
|
13498
13498
|
# data](https://support.google.com/analytics/answer/14077171).
|
13499
13499
|
#
|
13500
|
-
# Note: The following
|
13500
|
+
# Note: The following parameters are mutually exclusive: `user_provided_data`, `user_id`, `client_id`, `app_instance_id`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
13501
13501
|
# @param name [::String]
|
13502
13502
|
# Required. The name of the property to submit user deletion for.
|
13503
13503
|
# @yield [result, operation] Access the result along with the TransportOperation object
|