Version 1.3 release.

Updates CHANGELOG, version, docs.
diff --git a/docs/dyn/sqladmin_v1beta3.sslCerts.html b/docs/dyn/sqladmin_v1beta3.sslCerts.html
index 939ed82..7e88b2b 100644
--- a/docs/dyn/sqladmin_v1beta3.sslCerts.html
+++ b/docs/dyn/sqladmin_v1beta3.sslCerts.html
@@ -76,20 +76,20 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#delete">delete(project, instance, sha1Fingerprint)</a></code></p>
-<p class="firstline">Deletes the SSL certificate. The change will not take effect until the instance is restarted.</p>
+<p class="firstline">Deletes an SSL certificate from a Cloud SQL instance.</p>
 <p class="toc_element">
   <code><a href="#get">get(project, instance, sha1Fingerprint)</a></code></p>
-<p class="firstline">Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.</p>
+<p class="firstline">Retrieves an SSL certificate as specified by its SHA-1 fingerprint.</p>
 <p class="toc_element">
   <code><a href="#insert">insert(project, instance, body)</a></code></p>
-<p class="firstline">Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted.</p>
+<p class="firstline">Creates an SSL certificate and returns the certificate, the associated private key, and the server certificate authority.</p>
 <p class="toc_element">
   <code><a href="#list">list(project, instance)</a></code></p>
-<p class="firstline">Lists all of the current SSL certificates for the instance.</p>
+<p class="firstline">Lists all of the current SSL certificates defined for a Cloud SQL instance.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="delete">delete(project, instance, sha1Fingerprint)</code>
-  <pre>Deletes the SSL certificate. The change will not take effect until the instance is restarted.
+  <pre>Deletes an SSL certificate from a Cloud SQL instance.
 
 Args:
   project: string, Project ID of the project that contains the instance to be deleted. (required)
@@ -107,7 +107,7 @@
 
 <div class="method">
     <code class="details" id="get">get(project, instance, sha1Fingerprint)</code>
-  <pre>Retrieves a particular SSL certificate. Does not include the private key (required for usage). The private key must be saved from the response to initial creation.
+  <pre>Retrieves an SSL certificate as specified by its SHA-1 fingerprint.
 
 Args:
   project: string, Project ID of the project that contains the instance. (required)
@@ -131,7 +131,7 @@
 
 <div class="method">
     <code class="details" id="insert">insert(project, instance, body)</code>
-  <pre>Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted.
+  <pre>Creates an SSL certificate and returns the certificate, the associated private key, and the server certificate authority.
 
 Args:
   project: string, Project ID of the project to which the newly created Cloud SQL instances should belong. (required)
@@ -177,7 +177,7 @@
 
 <div class="method">
     <code class="details" id="list">list(project, instance)</code>
-  <pre>Lists all of the current SSL certificates for the instance.
+  <pre>Lists all of the current SSL certificates defined for a Cloud SQL instance.
 
 Args:
   project: string, Project ID of the project for which to list Cloud SQL instances. (required)