docs: update generated docs (#981)
diff --git a/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html b/docs/dyn/bigqueryconnection_v1beta1.projects.locations.connections.html
index 81703b6..41947a2 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, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, maxResults=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,6 +117,9 @@
{ # 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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -130,9 +133,6 @@
"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,6 +146,9 @@
{ # 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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -159,9 +162,6 @@
"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,6 +209,9 @@
{ # 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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -222,9 +225,6 @@
"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>
@@ -385,7 +385,7 @@
# {
# "audit_configs": [
# {
- # "service": "allServices"
+ # "service": "allServices",
# "audit_log_configs": [
# {
# "log_type": "DATA_READ",
@@ -394,18 +394,18 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# },
# {
- # "log_type": "ADMIN_READ",
+ # "log_type": "ADMIN_READ"
# }
# ]
# },
# {
- # "service": "sampleservice.googleapis.com"
+ # "service": "sampleservice.googleapis.com",
# "audit_log_configs": [
# {
- # "log_type": "DATA_READ",
+ # "log_type": "DATA_READ"
# },
# {
# "log_type": "DATA_WRITE",
@@ -437,19 +437,19 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# }
# ]
# }
#
# This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
# jose@example.com from DATA_READ logging.
- "logType": "A String", # The log type that this config enables.
"exemptedMembers": [ # Specifies the identities that do not cause logging for this type of
# permission.
# Follows the same format of Binding.members.
"A String",
],
+ "logType": "A String", # The log type that this config enables.
},
],
},
@@ -500,8 +500,6 @@
# The exact variables and functions that may be referenced within an expression
# are determined by the service that evaluates it. See the service
# documentation for additional information.
- "expression": "A String", # Textual representation of an expression in Common Expression Language
- # syntax.
"title": "A String", # Optional. Title for the expression, i.e. a short string describing
# its purpose. This can be used e.g. in UIs which allow to enter the
# expression.
@@ -509,6 +507,8 @@
# reporting, e.g. a file name and a position in the file.
"description": "A String", # Optional. Description of the expression. This is a longer text which
# describes the expression, e.g. when hovered over it in a UI.
+ "expression": "A String", # Textual representation of an expression in Common Expression Language
+ # syntax.
},
"members": [ # Specifies the identities requesting access for a Cloud Platform resource.
# `members` can have the following values:
@@ -563,14 +563,14 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, maxResults=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, maxResults=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)
- maxResults: integer, Required. Maximum number of results per page.
pageToken: string, Page token.
+ maxResults: integer, Required. Maximum number of results per page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -584,6 +584,9 @@
"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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -597,9 +600,6 @@
"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,6 +632,9 @@
{ # 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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -645,9 +648,6 @@
"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,6 +661,9 @@
{ # 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.
"database": "A String", # Database name.
"instanceId": "A String", # Cloud SQL instance ID in the form `project:location:instance`.
@@ -674,9 +677,6 @@
"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>
@@ -694,6 +694,11 @@
The object takes the form of:
{ # Request message for `SetIamPolicy` method.
+ "updateMask": "A String", # OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
+ # the fields in the mask will be modified. If no mask is provided, the
+ # following default mask is used:
+ #
+ # `paths: "bindings, etag"`
"policy": { # An Identity and Access Management (IAM) policy, which specifies access # REQUIRED: The complete policy to be applied to the `resource`. The size of
# the policy is limited to a few 10s of KB. An empty policy is a
# valid policy but certain Cloud Platform services (such as Projects)
@@ -816,7 +821,7 @@
# {
# "audit_configs": [
# {
- # "service": "allServices"
+ # "service": "allServices",
# "audit_log_configs": [
# {
# "log_type": "DATA_READ",
@@ -825,18 +830,18 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# },
# {
- # "log_type": "ADMIN_READ",
+ # "log_type": "ADMIN_READ"
# }
# ]
# },
# {
- # "service": "sampleservice.googleapis.com"
+ # "service": "sampleservice.googleapis.com",
# "audit_log_configs": [
# {
- # "log_type": "DATA_READ",
+ # "log_type": "DATA_READ"
# },
# {
# "log_type": "DATA_WRITE",
@@ -868,19 +873,19 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# }
# ]
# }
#
# This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
# jose@example.com from DATA_READ logging.
- "logType": "A String", # The log type that this config enables.
"exemptedMembers": [ # Specifies the identities that do not cause logging for this type of
# permission.
# Follows the same format of Binding.members.
"A String",
],
+ "logType": "A String", # The log type that this config enables.
},
],
},
@@ -931,8 +936,6 @@
# The exact variables and functions that may be referenced within an expression
# are determined by the service that evaluates it. See the service
# documentation for additional information.
- "expression": "A String", # Textual representation of an expression in Common Expression Language
- # syntax.
"title": "A String", # Optional. Title for the expression, i.e. a short string describing
# its purpose. This can be used e.g. in UIs which allow to enter the
# expression.
@@ -940,6 +943,8 @@
# reporting, e.g. a file name and a position in the file.
"description": "A String", # Optional. Description of the expression. This is a longer text which
# describes the expression, e.g. when hovered over it in a UI.
+ "expression": "A String", # Textual representation of an expression in Common Expression Language
+ # syntax.
},
"members": [ # Specifies the identities requesting access for a Cloud Platform resource.
# `members` can have the following values:
@@ -991,11 +996,6 @@
},
],
},
- "updateMask": "A String", # OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
- # the fields in the mask will be modified. If no mask is provided, the
- # following default mask is used:
- #
- # `paths: "bindings, etag"`
}
x__xgafv: string, V1 error format.
@@ -1125,7 +1125,7 @@
# {
# "audit_configs": [
# {
- # "service": "allServices"
+ # "service": "allServices",
# "audit_log_configs": [
# {
# "log_type": "DATA_READ",
@@ -1134,18 +1134,18 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# },
# {
- # "log_type": "ADMIN_READ",
+ # "log_type": "ADMIN_READ"
# }
# ]
# },
# {
- # "service": "sampleservice.googleapis.com"
+ # "service": "sampleservice.googleapis.com",
# "audit_log_configs": [
# {
- # "log_type": "DATA_READ",
+ # "log_type": "DATA_READ"
# },
# {
# "log_type": "DATA_WRITE",
@@ -1177,19 +1177,19 @@
# ]
# },
# {
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# }
# ]
# }
#
# This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
# jose@example.com from DATA_READ logging.
- "logType": "A String", # The log type that this config enables.
"exemptedMembers": [ # Specifies the identities that do not cause logging for this type of
# permission.
# Follows the same format of Binding.members.
"A String",
],
+ "logType": "A String", # The log type that this config enables.
},
],
},
@@ -1240,8 +1240,6 @@
# The exact variables and functions that may be referenced within an expression
# are determined by the service that evaluates it. See the service
# documentation for additional information.
- "expression": "A String", # Textual representation of an expression in Common Expression Language
- # syntax.
"title": "A String", # Optional. Title for the expression, i.e. a short string describing
# its purpose. This can be used e.g. in UIs which allow to enter the
# expression.
@@ -1249,6 +1247,8 @@
# reporting, e.g. a file name and a position in the file.
"description": "A String", # Optional. Description of the expression. This is a longer text which
# describes the expression, e.g. when hovered over it in a UI.
+ "expression": "A String", # Textual representation of an expression in Common Expression Language
+ # syntax.
},
"members": [ # Specifies the identities requesting access for a Cloud Platform resource.
# `members` can have the following values: