Regen docs (#373)
diff --git a/docs/dyn/partners_v2.clientMessages.html b/docs/dyn/partners_v2.clientMessages.html
index f849bcd..aced843 100644
--- a/docs/dyn/partners_v2.clientMessages.html
+++ b/docs/dyn/partners_v2.clientMessages.html
@@ -91,8 +91,17 @@
{ # Request message for
# LogClientMessage.
"requestMetadata": { # Common data that is in each API request. # Current request metadata.
- "locale": "A String", # Locale to use for the current request.
+ "experimentIds": [ # Experiment IDs the current request belongs to.
+ "A String",
+ ],
"partnersSessionId": "A String", # Google Partners session ID.
+ "locale": "A String", # Locale to use for the current request.
+ "userOverrides": { # Values to use instead of the user's respective defaults. These are only # Values to use instead of the user's respective defaults for the current
+ # request. These are only honored by whitelisted products.
+ # honored by whitelisted products.
+ "userId": "A String", # Logged-in user ID to impersonate instead of the user's ID.
+ "ipAddress": "A String", # IP address to use instead of the user's geo-located IP address.
+ },
"trafficSource": { # Source of traffic for the current request. # Source of traffic for the current request.
"trafficSubId": "A String", # Second level identifier to indicate where the traffic comes from.
# An identifier has multiple letters created by a team which redirected the
@@ -101,15 +110,6 @@
# An identifier has multiple letters created by a team which redirected the
# traffic to us.
},
- "userOverrides": { # Values to use instead of the user's respective defaults. These are only # Values to use instead of the user's respective defaults for the current
- # request. These are only honored by whitelisted products.
- # honored by whitelisted products.
- "userId": "A String", # Logged-in user ID to impersonate instead of the user's ID.
- "ipAddress": "A String", # IP address to use instead of the user's geo-located IP address.
- },
- "experimentIds": [ # Experiment IDs the current request belongs to.
- "A String",
- ],
},
"clientInfo": { # Map of client info, such as URL, browser navigator, browser platform, etc.
"a_key": "A String",