make regen-apis

This commit is contained in:
OMGeeky
2023-10-23 12:55:17 +02:00
parent 8fc78fe0ae
commit c356d5fd0e
887 changed files with 9716 additions and 8753 deletions

View File

@@ -114,9 +114,9 @@ let mut req = Deployment::default();
// execute the final call using `doit()`.
// Values shown here are possibly random and not representative !
let result = hub.deployments().patch(req, "project", "deployment")
.update_policy("no")
.delete_policy("ipsum")
.create_policy("voluptua.")
.update_policy(&Default::default())
.delete_policy(&Default::default())
.create_policy(&Default::default())
.doit().await;
match result {

View File

@@ -38,9 +38,9 @@ use super::*;
/// // execute the final call using `doit()`.
/// // Values shown here are possibly random and not representative !
/// let result = hub.deployments().patch(req, "project", "deployment")
/// .update_policy("ipsum")
/// .delete_policy("gubergren")
/// .create_policy("Lorem")
/// .update_policy(&Default::default())
/// .delete_policy(&Default::default())
/// .create_policy(&Default::default())
/// .doit().await;
///
/// match result {

View File

@@ -30,3 +30,6 @@ pub use method_builders::*;
mod call_builders;
pub use call_builders::*;
mod enums;
pub use enums::*;

View File

@@ -115,9 +115,9 @@
//! // execute the final call using `doit()`.
//! // Values shown here are possibly random and not representative !
//! let result = hub.deployments().patch(req, "project", "deployment")
//! .update_policy("sed")
//! .delete_policy("amet.")
//! .create_policy("takimata")
//! .update_policy(&Default::default())
//! .delete_policy(&Default::default())
//! .create_policy(&Default::default())
//! .doit().await;
//!
//! match result {