google_spanner1/
lib.rs

1// DO NOT EDIT !
2// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
3// DO NOT EDIT !
4
5//! This documentation was generated from *Spanner* crate version *6.0.0+20240618*, where *20240618* is the exact revision of the *spanner:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v6.0.0*.
6//!
7//! Everything else about the *Spanner* *v1* API can be found at the
8//! [official documentation site](https://cloud.google.com/spanner/).
9//! The original source code is [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/spanner1).
10//! # Features
11//!
12//! Handle the following *Resources* with ease from the central [hub](Spanner) ...
13//!
14//! * projects
15//!  * [*instance config operations list*](api::ProjectInstanceConfigOperationListCall), [*instance configs create*](api::ProjectInstanceConfigCreateCall), [*instance configs delete*](api::ProjectInstanceConfigDeleteCall), [*instance configs get*](api::ProjectInstanceConfigGetCall), [*instance configs list*](api::ProjectInstanceConfigListCall), [*instance configs operations cancel*](api::ProjectInstanceConfigOperationCancelCall), [*instance configs operations delete*](api::ProjectInstanceConfigOperationDeleteCall), [*instance configs operations get*](api::ProjectInstanceConfigOperationGetCall), [*instance configs operations list*](api::ProjectInstanceConfigOperationListCall1), [*instance configs patch*](api::ProjectInstanceConfigPatchCall), [*instance configs ssd caches operations cancel*](api::ProjectInstanceConfigSsdCachOperationCancelCall), [*instance configs ssd caches operations delete*](api::ProjectInstanceConfigSsdCachOperationDeleteCall), [*instance configs ssd caches operations get*](api::ProjectInstanceConfigSsdCachOperationGetCall), [*instance configs ssd caches operations list*](api::ProjectInstanceConfigSsdCachOperationListCall), [*instances backup operations list*](api::ProjectInstanceBackupOperationListCall), [*instances backups copy*](api::ProjectInstanceBackupCopyCall), [*instances backups create*](api::ProjectInstanceBackupCreateCall), [*instances backups delete*](api::ProjectInstanceBackupDeleteCall), [*instances backups get*](api::ProjectInstanceBackupGetCall), [*instances backups get iam policy*](api::ProjectInstanceBackupGetIamPolicyCall), [*instances backups list*](api::ProjectInstanceBackupListCall), [*instances backups operations cancel*](api::ProjectInstanceBackupOperationCancelCall), [*instances backups operations delete*](api::ProjectInstanceBackupOperationDeleteCall), [*instances backups operations get*](api::ProjectInstanceBackupOperationGetCall), [*instances backups operations list*](api::ProjectInstanceBackupOperationListCall1), [*instances backups patch*](api::ProjectInstanceBackupPatchCall), [*instances backups set iam policy*](api::ProjectInstanceBackupSetIamPolicyCall), [*instances backups test iam permissions*](api::ProjectInstanceBackupTestIamPermissionCall), [*instances create*](api::ProjectInstanceCreateCall), [*instances database operations list*](api::ProjectInstanceDatabaseOperationListCall), [*instances databases changequorum*](api::ProjectInstanceDatabaseChangequorumCall), [*instances databases create*](api::ProjectInstanceDatabaseCreateCall), [*instances databases database roles list*](api::ProjectInstanceDatabaseDatabaseRoleListCall), [*instances databases database roles test iam permissions*](api::ProjectInstanceDatabaseDatabaseRoleTestIamPermissionCall), [*instances databases drop database*](api::ProjectInstanceDatabaseDropDatabaseCall), [*instances databases get*](api::ProjectInstanceDatabaseGetCall), [*instances databases get ddl*](api::ProjectInstanceDatabaseGetDdlCall), [*instances databases get iam policy*](api::ProjectInstanceDatabaseGetIamPolicyCall), [*instances databases get scans*](api::ProjectInstanceDatabaseGetScanCall), [*instances databases list*](api::ProjectInstanceDatabaseListCall), [*instances databases operations cancel*](api::ProjectInstanceDatabaseOperationCancelCall), [*instances databases operations delete*](api::ProjectInstanceDatabaseOperationDeleteCall), [*instances databases operations get*](api::ProjectInstanceDatabaseOperationGetCall), [*instances databases operations list*](api::ProjectInstanceDatabaseOperationListCall1), [*instances databases patch*](api::ProjectInstanceDatabasePatchCall), [*instances databases restore*](api::ProjectInstanceDatabaseRestoreCall), [*instances databases sessions batch create*](api::ProjectInstanceDatabaseSessionBatchCreateCall), [*instances databases sessions batch write*](api::ProjectInstanceDatabaseSessionBatchWriteCall), [*instances databases sessions begin transaction*](api::ProjectInstanceDatabaseSessionBeginTransactionCall), [*instances databases sessions commit*](api::ProjectInstanceDatabaseSessionCommitCall), [*instances databases sessions create*](api::ProjectInstanceDatabaseSessionCreateCall), [*instances databases sessions delete*](api::ProjectInstanceDatabaseSessionDeleteCall), [*instances databases sessions execute batch dml*](api::ProjectInstanceDatabaseSessionExecuteBatchDmlCall), [*instances databases sessions execute sql*](api::ProjectInstanceDatabaseSessionExecuteSqlCall), [*instances databases sessions execute streaming sql*](api::ProjectInstanceDatabaseSessionExecuteStreamingSqlCall), [*instances databases sessions get*](api::ProjectInstanceDatabaseSessionGetCall), [*instances databases sessions list*](api::ProjectInstanceDatabaseSessionListCall), [*instances databases sessions partition query*](api::ProjectInstanceDatabaseSessionPartitionQueryCall), [*instances databases sessions partition read*](api::ProjectInstanceDatabaseSessionPartitionReadCall), [*instances databases sessions read*](api::ProjectInstanceDatabaseSessionReadCall), [*instances databases sessions rollback*](api::ProjectInstanceDatabaseSessionRollbackCall), [*instances databases sessions streaming read*](api::ProjectInstanceDatabaseSessionStreamingReadCall), [*instances databases set iam policy*](api::ProjectInstanceDatabaseSetIamPolicyCall), [*instances databases test iam permissions*](api::ProjectInstanceDatabaseTestIamPermissionCall), [*instances databases update ddl*](api::ProjectInstanceDatabaseUpdateDdlCall), [*instances delete*](api::ProjectInstanceDeleteCall), [*instances get*](api::ProjectInstanceGetCall), [*instances get iam policy*](api::ProjectInstanceGetIamPolicyCall), [*instances instance partition operations list*](api::ProjectInstanceInstancePartitionOperationListCall), [*instances instance partitions create*](api::ProjectInstanceInstancePartitionCreateCall), [*instances instance partitions delete*](api::ProjectInstanceInstancePartitionDeleteCall), [*instances instance partitions get*](api::ProjectInstanceInstancePartitionGetCall), [*instances instance partitions list*](api::ProjectInstanceInstancePartitionListCall), [*instances instance partitions operations cancel*](api::ProjectInstanceInstancePartitionOperationCancelCall), [*instances instance partitions operations delete*](api::ProjectInstanceInstancePartitionOperationDeleteCall), [*instances instance partitions operations get*](api::ProjectInstanceInstancePartitionOperationGetCall), [*instances instance partitions operations list*](api::ProjectInstanceInstancePartitionOperationListCall1), [*instances instance partitions patch*](api::ProjectInstanceInstancePartitionPatchCall), [*instances list*](api::ProjectInstanceListCall), [*instances move*](api::ProjectInstanceMoveCall), [*instances operations cancel*](api::ProjectInstanceOperationCancelCall), [*instances operations delete*](api::ProjectInstanceOperationDeleteCall), [*instances operations get*](api::ProjectInstanceOperationGetCall), [*instances operations list*](api::ProjectInstanceOperationListCall), [*instances patch*](api::ProjectInstancePatchCall), [*instances set iam policy*](api::ProjectInstanceSetIamPolicyCall) and [*instances test iam permissions*](api::ProjectInstanceTestIamPermissionCall)
16//! * [scans](api::Scan)
17//!  * [*list*](api::ScanListCall)
18//!
19//!
20//!
21//!
22//! Not what you are looking for ? Find all other Google APIs in their Rust [documentation index](http://byron.github.io/google-apis-rs).
23//!
24//! # Structure of this Library
25//!
26//! The API is structured into the following primary items:
27//!
28//! * **[Hub](Spanner)**
29//!     * a central object to maintain state and allow accessing all *Activities*
30//!     * creates [*Method Builders*](common::MethodsBuilder) which in turn
31//!       allow access to individual [*Call Builders*](common::CallBuilder)
32//! * **[Resources](common::Resource)**
33//!     * primary types that you can apply *Activities* to
34//!     * a collection of properties and *Parts*
35//!     * **[Parts](common::Part)**
36//!         * a collection of properties
37//!         * never directly used in *Activities*
38//! * **[Activities](common::CallBuilder)**
39//!     * operations to apply to *Resources*
40//!
41//! All *structures* are marked with applicable traits to further categorize them and ease browsing.
42//!
43//! Generally speaking, you can invoke *Activities* like this:
44//!
45//! ```Rust,ignore
46//! let r = hub.resource().activity(...).doit().await
47//! ```
48//!
49//! Or specifically ...
50//!
51//! ```ignore
52//! let r = hub.projects().instance_configs_operations_get(...).doit().await
53//! let r = hub.projects().instance_configs_ssd_caches_operations_get(...).doit().await
54//! let r = hub.projects().instance_configs_create(...).doit().await
55//! let r = hub.projects().instance_configs_patch(...).doit().await
56//! let r = hub.projects().instances_backups_operations_get(...).doit().await
57//! let r = hub.projects().instances_backups_copy(...).doit().await
58//! let r = hub.projects().instances_backups_create(...).doit().await
59//! let r = hub.projects().instances_databases_operations_get(...).doit().await
60//! let r = hub.projects().instances_databases_changequorum(...).doit().await
61//! let r = hub.projects().instances_databases_create(...).doit().await
62//! let r = hub.projects().instances_databases_patch(...).doit().await
63//! let r = hub.projects().instances_databases_restore(...).doit().await
64//! let r = hub.projects().instances_databases_update_ddl(...).doit().await
65//! let r = hub.projects().instances_instance_partitions_operations_get(...).doit().await
66//! let r = hub.projects().instances_instance_partitions_create(...).doit().await
67//! let r = hub.projects().instances_instance_partitions_patch(...).doit().await
68//! let r = hub.projects().instances_operations_get(...).doit().await
69//! let r = hub.projects().instances_create(...).doit().await
70//! let r = hub.projects().instances_move(...).doit().await
71//! let r = hub.projects().instances_patch(...).doit().await
72//! ```
73//!
74//! The `resource()` and `activity(...)` calls create [builders][builder-pattern]. The second one dealing with `Activities`
75//! supports various methods to configure the impending operation (not shown here). It is made such that all required arguments have to be
76//! specified right away (i.e. `(...)`), whereas all optional ones can be [build up][builder-pattern] as desired.
77//! The `doit()` method performs the actual communication with the server and returns the respective result.
78//!
79//! # Usage
80//!
81//! ## Setting up your Project
82//!
83//! To use this library, you would put the following lines into your `Cargo.toml` file:
84//!
85//! ```toml
86//! [dependencies]
87//! google-spanner1 = "*"
88//! serde = "1"
89//! serde_json = "1"
90//! ```
91//!
92//! ## A complete example
93//!
94//! ```test_harness,no_run
95//! extern crate hyper;
96//! extern crate hyper_rustls;
97//! extern crate google_spanner1 as spanner1;
98//! use spanner1::api::Backup;
99//! use spanner1::{Result, Error};
100//! # async fn dox() {
101//! use spanner1::{Spanner, FieldMask, hyper_rustls, hyper_util, yup_oauth2};
102//!
103//! // Get an ApplicationSecret instance by some means. It contains the `client_id` and
104//! // `client_secret`, among other things.
105//! let secret: yup_oauth2::ApplicationSecret = Default::default();
106//! // Instantiate the authenticator. It will choose a suitable authentication flow for you,
107//! // unless you replace  `None` with the desired Flow.
108//! // Provide your own `AuthenticatorDelegate` to adjust the way it operates and get feedback about
109//! // what's going on. You probably want to bring in your own `TokenStorage` to persist tokens and
110//! // retrieve them from storage.
111//! let auth = yup_oauth2::InstalledFlowAuthenticator::builder(
112//!     secret,
113//!     yup_oauth2::InstalledFlowReturnMethod::HTTPRedirect,
114//! ).build().await.unwrap();
115//!
116//! let client = hyper_util::client::legacy::Client::builder(
117//!     hyper_util::rt::TokioExecutor::new()
118//! )
119//! .build(
120//!     hyper_rustls::HttpsConnectorBuilder::new()
121//!         .with_native_roots()
122//!         .unwrap()
123//!         .https_or_http()
124//!         .enable_http1()
125//!         .build()
126//! );
127//! let mut hub = Spanner::new(client, auth);
128//! // As the method needs a request, you would usually fill it with the desired information
129//! // into the respective structure. Some of the parts shown here might not be applicable !
130//! // Values shown here are possibly random and not representative !
131//! let mut req = Backup::default();
132//!
133//! // You can configure optional parameters by calling the respective setters at will, and
134//! // execute the final call using `doit()`.
135//! // Values shown here are possibly random and not representative !
136//! let result = hub.projects().instances_backups_create(req, "parent")
137//!              .add_encryption_config_kms_key_names("sanctus")
138//!              .encryption_config_kms_key_name("sed")
139//!              .encryption_config_encryption_type("amet.")
140//!              .backup_id("takimata")
141//!              .doit().await;
142//!
143//! match result {
144//!     Err(e) => match e {
145//!         // The Error enum provides details about what exactly happened.
146//!         // You can also just use its `Debug`, `Display` or `Error` traits
147//!          Error::HttpError(_)
148//!         |Error::Io(_)
149//!         |Error::MissingAPIKey
150//!         |Error::MissingToken(_)
151//!         |Error::Cancelled
152//!         |Error::UploadSizeLimitExceeded(_, _)
153//!         |Error::Failure(_)
154//!         |Error::BadRequest(_)
155//!         |Error::FieldClash(_)
156//!         |Error::JsonDecodeError(_, _) => println!("{}", e),
157//!     },
158//!     Ok(res) => println!("Success: {:?}", res),
159//! }
160//! # }
161//! ```
162//! ## Handling Errors
163//!
164//! All errors produced by the system are provided either as [Result](common::Result) enumeration as return value of
165//! the doit() methods, or handed as possibly intermediate results to either the
166//! [Hub Delegate](common::Delegate), or the [Authenticator Delegate](https://docs.rs/yup-oauth2/*/yup_oauth2/trait.AuthenticatorDelegate.html).
167//!
168//! When delegates handle errors or intermediate values, they may have a chance to instruct the system to retry. This
169//! makes the system potentially resilient to all kinds of errors.
170//!
171//! ## Uploads and Downloads
172//! If a method supports downloads, the response body, which is part of the [Result](common::Result), should be
173//! read by you to obtain the media.
174//! If such a method also supports a [Response Result](common::ResponseResult), it will return that by default.
175//! You can see it as meta-data for the actual media. To trigger a media download, you will have to set up the builder by making
176//! this call: `.param("alt", "media")`.
177//!
178//! Methods supporting uploads can do so using up to 2 different protocols:
179//! *simple* and *resumable*. The distinctiveness of each is represented by customized
180//! `doit(...)` methods, which are then named `upload(...)` and `upload_resumable(...)` respectively.
181//!
182//! ## Customization and Callbacks
183//!
184//! You may alter the way an `doit()` method is called by providing a [delegate](common::Delegate) to the
185//! [Method Builder](common::CallBuilder) before making the final `doit()` call.
186//! Respective methods will be called to provide progress information, as well as determine whether the system should
187//! retry on failure.
188//!
189//! The [delegate trait](common::Delegate) is default-implemented, allowing you to customize it with minimal effort.
190//!
191//! ## Optional Parts in Server-Requests
192//!
193//! All structures provided by this library are made to be [encodable](common::RequestValue) and
194//! [decodable](common::ResponseResult) via *json*. Optionals are used to indicate that partial requests are responses
195//! are valid.
196//! Most optionals are are considered [Parts](common::Part) which are identifiable by name, which will be sent to
197//! the server to indicate either the set parts of the request or the desired parts in the response.
198//!
199//! ## Builder Arguments
200//!
201//! Using [method builders](common::CallBuilder), you are able to prepare an action call by repeatedly calling it's methods.
202//! These will always take a single argument, for which the following statements are true.
203//!
204//! * [PODs][wiki-pod] are handed by copy
205//! * strings are passed as `&str`
206//! * [request values](common::RequestValue) are moved
207//!
208//! Arguments will always be copied or cloned into the builder, to make them independent of their original life times.
209//!
210//! [wiki-pod]: http://en.wikipedia.org/wiki/Plain_old_data_structure
211//! [builder-pattern]: http://en.wikipedia.org/wiki/Builder_pattern
212//! [google-go-api]: https://github.com/google/google-api-go-client
213//!
214//! ## Cargo Features
215//!
216//! * `utoipa` - Add support for [utoipa](https://crates.io/crates/utoipa) and derive `utoipa::ToSchema` on all
217//! the types. You'll have to import and register the required types in `#[openapi(schemas(...))]`, otherwise the
218//! generated `openapi` spec would be invalid.
219//!
220//!
221//!
222
223// Unused attributes happen thanks to defined, but unused structures We don't
224// warn about this, as depending on the API, some data structures or facilities
225// are never used. Instead of pre-determining this, we just disable the lint.
226// It's manually tuned to not have any unused imports in fully featured APIs.
227// Same with unused_mut.
228#![allow(unused_imports, unused_mut, dead_code)]
229
230// DO NOT EDIT !
231// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
232// DO NOT EDIT !
233
234pub extern crate hyper;
235pub extern crate hyper_rustls;
236pub extern crate hyper_util;
237#[cfg(feature = "yup-oauth2")]
238pub extern crate yup_oauth2;
239
240pub extern crate google_apis_common as common;
241pub use common::{Delegate, Error, FieldMask, Result};
242
243pub mod api;
244pub use api::Spanner;