Update generated docs.
diff --git a/docs/dyn/analytics.v3.management.goals.html b/docs/dyn/analytics.v3.management.goals.html
index 9fc3bdd..2b330a2 100644
--- a/docs/dyn/analytics.v3.management.goals.html
+++ b/docs/dyn/analytics.v3.management.goals.html
@@ -17,11 +17,11 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists goals to which the user has access.<br>
<br>
Args:<br>
- max_results: integer, The maximum number of entries to include in this response.<br>
- webPropertyId: string, Web property ID for the web properties to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access. (required)<br>
- profileId: string, Profile ID for the web properties to retrieve. Can either be a specific profile ID or '~all', which refers to all the profiles to which the user has access. (required)<br>
- start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.<br>
- accountId: string, Account ID for the web properties to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access. (required)<br>
+ max_results: integer, The maximum number of goals to include in this response.<br>
+ webPropertyId: string, Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. (required)<br>
+ profileId: string, Profile ID to retrieve goals for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to. (required)<br>
+ start_index: integer, An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.<br>
+ accountId: string, Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. (required)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -52,7 +52,7 @@
"firstStepRequired": True or False, # Determines if the first step in this goal is required.<br>
},<br>
"updated": "A String", # Time this goal was last modified.<br>
- "value": 3.140000, # Goal value.<br>
+ "value": 3.14, # Goal value.<br>
"visitNumPagesDetails": { # Details for the goal of the type VISIT_NUM_PAGES.<br>
"comparisonType": "A String", # Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.<br>
"comparisonValue": "A String", # Value used for this comparison.<br>