Version 1.3 release.

Updates CHANGELOG, version, docs.
diff --git a/docs/dyn/genomics_v1beta.jobs.html b/docs/dyn/genomics_v1beta.jobs.html
index 07cb400..72faea4 100644
--- a/docs/dyn/genomics_v1beta.jobs.html
+++ b/docs/dyn/genomics_v1beta.jobs.html
@@ -114,6 +114,15 @@
     "warnings": [ # Any warnings that occurred during processing.
       "A String",
     ],
+    "request": { # A summary representation of the service request that spawned the job. # A summarized representation of the original service request.
+      "source": [ # The data source of the request, for example, a Google Cloud Storage object path or Readset ID.
+        "A String",
+      ],
+      "destination": [ # The data destination of the request, for example, a Google BigQuery Table or Dataset ID.
+        "A String",
+      ],
+      "type": "A String", # The original request type.
+    },
     "importedIds": [ # If this Job represents an import, this field will contain the IDs of the objects that were successfully imported.
       "A String",
     ],
@@ -134,9 +143,9 @@
       "A String",
     ],
     "createdAfter": "A String", # If specified, only jobs created on or after this date, given in milliseconds since Unix epoch, will be returned.
-    "projectId": "A String", # Required. Only return jobs which belong to this Google Developers Console project. Only accepts project numbers.
+    "projectId": "A String", # Required. Only return jobs which belong to this Google Developers
     "maxResults": "A String", # Specifies the number of results to return in a single page. Defaults to 128. The maximum value is 256.
-    "pageToken": "A String", # The continuation token which is used to page through large result sets. To get the next page of results, set this parameter to the value of the "nextPageToken" from the previous response.
+    "pageToken": "A String", # The continuation token which is used to page through large result sets. To get the next page of results, set this parameter to the value of the nextPageToken from the previous response.
     "createdBefore": "A String", # If specified, only jobs created prior to this date, given in milliseconds since Unix epoch, will be returned.
   }
 
@@ -158,6 +167,15 @@
         "warnings": [ # Any warnings that occurred during processing.
           "A String",
         ],
+        "request": { # A summary representation of the service request that spawned the job. # A summarized representation of the original service request.
+          "source": [ # The data source of the request, for example, a Google Cloud Storage object path or Readset ID.
+            "A String",
+          ],
+          "destination": [ # The data destination of the request, for example, a Google BigQuery Table or Dataset ID.
+            "A String",
+          ],
+          "type": "A String", # The original request type.
+        },
         "importedIds": [ # If this Job represents an import, this field will contain the IDs of the objects that were successfully imported.
           "A String",
         ],