Update docs for 1.3.2 release.
diff --git a/docs/dyn/compute_v1.globalOperations.html b/docs/dyn/compute_v1.globalOperations.html
index d5a9f4e..95aebbc 100644
--- a/docs/dyn/compute_v1.globalOperations.html
+++ b/docs/dyn/compute_v1.globalOperations.html
@@ -107,24 +107,24 @@
   An object of the form:
 
     {
-    "nextPageToken": "A String", # A token used to continue a truncated list request (output only).
-    "items": { # A map of scoped operation lists.
-      "a_key": { # Name of the scope containing this set of operations.
-        "operations": [ # List of operations contained in this scope.
+    "nextPageToken": "A String", # [Output Only] A token used to continue a truncated list request.
+    "items": { # [Output Only] A map of scoped operation lists.
+      "a_key": { # [Output Only] Name of the scope containing this set of operations.
+        "operations": [ # [Output Only] List of operations contained in this scope.
           { # An operation resource, used to manage asynchronous API requests.
-            "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
-            "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
-            "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
-            "id": "A String", # Unique identifier for the resource; defined by the server (output only).
-            "zone": "A String", # URL of the zone where the operation resides (output only).
-            "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
-            "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
-            "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
-            "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
-            "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
-            "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
-            "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
-            "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
+            "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
+            "clientOperationId": "A String",
+            "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
+            "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+            "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
+            "operationType": "A String",
+            "httpErrorMessage": "A String",
+            "progress": 42,
+            "httpErrorStatusCode": 42,
+            "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
+            "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
+            "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
+            "warnings": [
               {
                 "message": "A String", # Optional human-readable details for this warning.
                 "code": "A String", # The warning type identifier for this warning.
@@ -136,26 +136,26 @@
                 ],
               },
             ],
-            "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
-            "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
-            "kind": "compute#operation", # Type of the resource.
-            "name": "A String", # Name of the resource (output only).
-            "region": "A String", # URL of the region where the operation resides (output only).
-            "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
-              "errors": [ # The array of errors encountered while processing this operation.
+            "user": "A String",
+            "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
+            "kind": "compute#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
+            "name": "A String", # [Output Only] Name of the resource (output only).
+            "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
+            "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
+              "errors": [ # [Output Only] The array of errors encountered while processing this operation.
                 {
-                  "message": "A String", # An optional, human-readable error message.
-                  "code": "A String", # The error type identifier for this error.
-                  "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+                  "message": "A String", # [Output Only] An optional, human-readable error message.
+                  "code": "A String", # [Output Only] The error type identifier for this error.
+                  "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
                 },
               ],
             },
-            "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
-            "selfLink": "A String", # Server defined URL for the resource (output only).
-            "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+            "endTime": "A String",
+            "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+            "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
           },
         ],
-        "warning": { # Informational warning which replaces the list of operations when the list is empty.
+        "warning": { # [Output Only] Informational warning which replaces the list of operations when the list is empty.
           "message": "A String", # Optional human-readable details for this warning.
           "code": "A String", # The warning type identifier for this warning.
           "data": [ # Metadata for this warning in 'key: value' format.
@@ -168,8 +168,8 @@
       },
     },
     "kind": "compute#operationAggregatedList", # Type of resource.
-    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
-    "selfLink": "A String", # Server defined URL for this resource (output only).
+    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+    "selfLink": "A String", # [Output Only] Server defined URL for this resource.
   }</pre>
 </div>
 
@@ -209,19 +209,19 @@
   An object of the form:
 
     { # An operation resource, used to manage asynchronous API requests.
-    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
-    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
-    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
-    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
-    "zone": "A String", # URL of the zone where the operation resides (output only).
-    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
-    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
-    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
-    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
-    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
-    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
-    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
-    "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
+    "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
+    "clientOperationId": "A String",
+    "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+    "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
+    "operationType": "A String",
+    "httpErrorMessage": "A String",
+    "progress": 42,
+    "httpErrorStatusCode": 42,
+    "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
+    "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
+    "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
+    "warnings": [
       {
         "message": "A String", # Optional human-readable details for this warning.
         "code": "A String", # The warning type identifier for this warning.
@@ -233,23 +233,23 @@
         ],
       },
     ],
-    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
-    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
-    "kind": "compute#operation", # Type of the resource.
-    "name": "A String", # Name of the resource (output only).
-    "region": "A String", # URL of the region where the operation resides (output only).
-    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
-      "errors": [ # The array of errors encountered while processing this operation.
+    "user": "A String",
+    "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
+    "kind": "compute#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
+    "name": "A String", # [Output Only] Name of the resource (output only).
+    "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
+    "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
+      "errors": [ # [Output Only] The array of errors encountered while processing this operation.
         {
-          "message": "A String", # An optional, human-readable error message.
-          "code": "A String", # The error type identifier for this error.
-          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+          "message": "A String", # [Output Only] An optional, human-readable error message.
+          "code": "A String", # [Output Only] The error type identifier for this error.
+          "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
         },
       ],
     },
-    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
-    "selfLink": "A String", # Server defined URL for the resource (output only).
-    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+    "endTime": "A String",
+    "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+    "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
   }</pre>
 </div>
 
@@ -267,22 +267,22 @@
   An object of the form:
 
     { # Contains a list of operation resources.
-    "nextPageToken": "A String", # A token used to continue a truncated list request (output only).
-    "items": [ # The operation resources.
+    "nextPageToken": "A String", # [Output Only] A token used to continue a truncate.
+    "items": [ # [Output Only] The operation resources.
       { # An operation resource, used to manage asynchronous API requests.
-        "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
-        "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
-        "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
-        "id": "A String", # Unique identifier for the resource; defined by the server (output only).
-        "zone": "A String", # URL of the zone where the operation resides (output only).
-        "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
-        "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
-        "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
-        "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
-        "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
-        "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
-        "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
-        "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
+        "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
+        "clientOperationId": "A String",
+        "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
+        "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+        "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
+        "operationType": "A String",
+        "httpErrorMessage": "A String",
+        "progress": 42,
+        "httpErrorStatusCode": 42,
+        "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
+        "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
+        "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
+        "warnings": [
           {
             "message": "A String", # Optional human-readable details for this warning.
             "code": "A String", # The warning type identifier for this warning.
@@ -294,28 +294,28 @@
             ],
           },
         ],
-        "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
-        "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
-        "kind": "compute#operation", # Type of the resource.
-        "name": "A String", # Name of the resource (output only).
-        "region": "A String", # URL of the region where the operation resides (output only).
-        "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
-          "errors": [ # The array of errors encountered while processing this operation.
+        "user": "A String",
+        "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
+        "kind": "compute#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
+        "name": "A String", # [Output Only] Name of the resource (output only).
+        "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
+        "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
+          "errors": [ # [Output Only] The array of errors encountered while processing this operation.
             {
-              "message": "A String", # An optional, human-readable error message.
-              "code": "A String", # The error type identifier for this error.
-              "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+              "message": "A String", # [Output Only] An optional, human-readable error message.
+              "code": "A String", # [Output Only] The error type identifier for this error.
+              "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
             },
           ],
         },
-        "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
-        "selfLink": "A String", # Server defined URL for the resource (output only).
-        "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+        "endTime": "A String",
+        "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+        "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
       },
     ],
-    "kind": "compute#operationList", # Type of resource.
-    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
-    "selfLink": "A String", # Server defined URL for this resource (output only).
+    "kind": "compute#operationList", # Type of resource. Always compute#operations for Operations resource.
+    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+    "selfLink": "A String", # [Output Only] Server defined URL for this resource.
   }</pre>
 </div>