docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html b/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html
index 5a5547c..81703b6 100644
--- a/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html
+++ b/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html
@@ -87,7 +87,7 @@
<code><a href="#getIamPolicy">getIamPolicy(resource, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the access control policy for a resource.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of connections in the given project.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -117,22 +117,22 @@
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
}
connectionId: string, Optional. Connection id that should be assigned to the created connection.
@@ -146,22 +146,22 @@
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
}</pre>
</div>
@@ -209,22 +209,22 @@
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
}</pre>
</div>
@@ -563,14 +563,14 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, maxResults=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, maxResults=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns a list of connections in the given project.
Args:
parent: string, Required. Parent resource name.
Must be in the form: `projects/{project_id}/locations/{location_id}` (required)
- pageToken: string, Page token.
maxResults: integer, Required. Maximum number of results per page.
+ pageToken: string, Page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -584,22 +584,22 @@
"connections": [ # List of connections.
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
},
],
}</pre>
@@ -632,22 +632,22 @@
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
}
updateMask: string, Required. Update mask for the connection fields to be updated.
@@ -661,22 +661,22 @@
{ # Configuration parameters to establish connection with an external data
# source, except the credential attributes.
- "creationTime": "A String", # Output only. The creation timestamp of the connection.
- "name": "A String", # The resource name of the connection in the form of:
- # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
"cloudSql": { # Connection properties specific to the Cloud SQL. # Cloud SQL properties.
- "type": "A String", # Type of the Cloud SQL database.
- "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
- "username": "A String", # The username for the credential.
- "password": "A String", # The password for the credential.
- },
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
+ "type": "A String", # Type of the Cloud SQL database.
+ "credential": { # Credential info for the Cloud SQL. # Input only. Cloud SQL credential.
+ "password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
+ },
},
"hasCredential": True or False, # Output only. True, if credential is configured for this connection.
"friendlyName": "A String", # User provided display name for the connection.
"lastModifiedTime": "A String", # Output only. The last update timestamp of the connection.
"description": "A String", # User provided description.
+ "creationTime": "A String", # Output only. The creation timestamp of the connection.
+ "name": "A String", # The resource name of the connection in the form of:
+ # `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
}</pre>
</div>
@@ -1355,8 +1355,8 @@
{ # Credential to use with a connection.
"cloudSql": { # Credential info for the Cloud SQL. # Credential for Cloud SQL database.
- "username": "A String", # The username for the credential.
"password": "A String", # The password for the credential.
+ "username": "A String", # The username for the credential.
},
}