docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/analytics_v3.management.customMetrics.html b/docs/dyn/analytics_v3.management.customMetrics.html
index 52cbbbc..ac617a1 100644
--- a/docs/dyn/analytics_v3.management.customMetrics.html
+++ b/docs/dyn/analytics_v3.management.customMetrics.html
@@ -75,6 +75,9 @@
 <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.customMetrics.html">customMetrics</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#get">get(accountId, webPropertyId, customMetricId)</a></code></p>
 <p class="firstline">Get a custom metric to which the user has access.</p>
 <p class="toc_element">
@@ -91,6 +94,11 @@
 <p class="firstline">Updates an existing custom metric.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="get">get(accountId, webPropertyId, customMetricId)</code>
   <pre>Get a custom metric to which the user has access.
 
@@ -103,24 +111,24 @@
   An object of the form:
 
     { # JSON template for Analytics Custom Metric.
-      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+      &quot;index&quot;: 42, # Index of the custom metric.
+      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
       &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
       &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
         &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
         &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
       },
-      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-      &quot;index&quot;: 42, # Index of the custom metric.
-      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     }</pre>
 </div>
 
@@ -135,24 +143,24 @@
     The object takes the form of:
 
 { # JSON template for Analytics Custom Metric.
-    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+    &quot;index&quot;: 42, # Index of the custom metric.
+    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
     &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
       &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
       &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
     },
-    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-    &quot;index&quot;: 42, # Index of the custom metric.
-    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
   }
 
 
@@ -160,24 +168,24 @@
   An object of the form:
 
     { # JSON template for Analytics Custom Metric.
-      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+      &quot;index&quot;: 42, # Index of the custom metric.
+      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
       &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
       &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
         &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
         &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
       },
-      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-      &quot;index&quot;: 42, # Index of the custom metric.
-      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     }</pre>
 </div>
 
@@ -195,35 +203,35 @@
   An object of the form:
 
     { # A custom metric collection lists Analytics custom metrics to which the user has access. Each resource in the collection corresponds to a single Analytics custom metric.
+    &quot;previousLink&quot;: &quot;A String&quot;, # Link to previous page for this custom metric collection.
+    &quot;totalResults&quot;: 42, # The total number of results for the query, regardless of the number of results in the response.
     &quot;itemsPerPage&quot;: 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
-    &quot;startIndex&quot;: 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+    &quot;username&quot;: &quot;A String&quot;, # Email ID of the authenticated user
+    &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this custom metric collection.
+    &quot;kind&quot;: &quot;analytics#customMetrics&quot;, # Collection type.
     &quot;items&quot;: [ # Collection of custom metrics.
       { # JSON template for Analytics Custom Metric.
-          &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+          &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+          &quot;index&quot;: 42, # Index of the custom metric.
+          &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
           &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+          &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+          &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+          &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+          &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+          &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+          &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+          &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+          &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+          &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+          &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
           &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
             &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
             &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
           },
-          &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-          &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-          &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-          &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-          &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-          &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-          &quot;index&quot;: 42, # Index of the custom metric.
-          &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-          &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-          &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-          &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-          &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
         },
     ],
-    &quot;previousLink&quot;: &quot;A String&quot;, # Link to previous page for this custom metric collection.
-    &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this custom metric collection.
-    &quot;username&quot;: &quot;A String&quot;, # Email ID of the authenticated user
-    &quot;kind&quot;: &quot;analytics#customMetrics&quot;, # Collection type.
-    &quot;totalResults&quot;: 42, # The total number of results for the query, regardless of the number of results in the response.
+    &quot;startIndex&quot;: 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
   }</pre>
 </div>
 
@@ -239,24 +247,24 @@
     The object takes the form of:
 
 { # JSON template for Analytics Custom Metric.
-    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+    &quot;index&quot;: 42, # Index of the custom metric.
+    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
     &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
       &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
       &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
     },
-    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-    &quot;index&quot;: 42, # Index of the custom metric.
-    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
   }
 
   ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.
@@ -265,24 +273,24 @@
   An object of the form:
 
     { # JSON template for Analytics Custom Metric.
-      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+      &quot;index&quot;: 42, # Index of the custom metric.
+      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
       &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
       &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
         &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
         &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
       },
-      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-      &quot;index&quot;: 42, # Index of the custom metric.
-      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     }</pre>
 </div>
 
@@ -298,24 +306,24 @@
     The object takes the form of:
 
 { # JSON template for Analytics Custom Metric.
-    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+    &quot;index&quot;: 42, # Index of the custom metric.
+    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
     &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+    &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
       &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
       &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
     },
-    &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-    &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-    &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-    &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-    &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-    &quot;index&quot;: 42, # Index of the custom metric.
-    &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-    &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-    &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-    &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
   }
 
   ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.
@@ -324,24 +332,24 @@
   An object of the form:
 
     { # JSON template for Analytics Custom Metric.
-      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
+      &quot;index&quot;: 42, # Index of the custom metric.
+      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
       &quot;kind&quot;: &quot;analytics#customMetric&quot;, # Kind value for a custom metric. Set to &quot;analytics#customMetric&quot;. It is a read-only field.
+      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
+      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
+      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
+      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
+      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
+      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
+      &quot;scope&quot;: &quot;A String&quot;, # Scope of the custom metric: HIT or PRODUCT.
+      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
       &quot;parentLink&quot;: { # Parent link for the custom metric. Points to the property to which the custom metric belongs.
         &quot;type&quot;: &quot;analytics#webproperty&quot;, # Type of the parent link. Set to &quot;analytics#webproperty&quot;.
         &quot;href&quot;: &quot;A String&quot;, # Link to the property to which the custom metric belongs.
       },
-      &quot;max_value&quot;: &quot;A String&quot;, # Max value of custom metric.
-      &quot;min_value&quot;: &quot;A String&quot;, # Min value of custom metric.
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Property ID.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link for the custom metric
-      &quot;id&quot;: &quot;A String&quot;, # Custom metric ID.
-      &quot;type&quot;: &quot;A String&quot;, # Data type of custom metric.
-      &quot;index&quot;: 42, # Index of the custom metric.
-      &quot;created&quot;: &quot;A String&quot;, # Time the custom metric was created.
-      &quot;active&quot;: True or False, # Boolean indicating whether the custom metric is active.
-      &quot;name&quot;: &quot;A String&quot;, # Name of the custom metric.
-      &quot;updated&quot;: &quot;A String&quot;, # Time the custom metric was last modified.
-      &quot;accountId&quot;: &quot;A String&quot;, # Account ID.
     }</pre>
 </div>