UpdateConnectionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request for ConnectionService.UpdateConnection.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}
|
connection |
google.cloud.bigquery_connection_v1.types.Connection
Required. Connection containing the updated fields. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Update mask for the connection fields to be updated. |