make regen-apis

This commit is contained in:
OMGeeky
2024-05-16 21:23:40 +02:00
parent 92ad312680
commit ba42c83516
5108 changed files with 1615625 additions and 992044 deletions

View File

@@ -4564,7 +4564,7 @@ async fn main() {
Some(false)),
]),
("locations-ca-pools-fetch-ca-certs",
Some(r##"FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all Certificate Authorities in the ENABLED, DISABLED, or STAGED states."##),
Some(r##"FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all certificate authorities in the ENABLED, DISABLED, or STAGED states."##),
"Details at http://byron.github.io/google-apis-rs/google_privateca1_cli/projects_locations-ca-pools-fetch-ca-certs",
vec![
(Some(r##"ca-pool"##),
@@ -5085,7 +5085,7 @@ async fn main() {
let mut app = App::new("privateca1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("5.0.4+20240221")
.version("5.0.5+20240410")
.about("The Certificate Authority Service API is a highly-available, scalable service that enables you to simplify and automate the management of private certificate authorities (CAs) while staying in control of your private keys. ")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_privateca1_cli")
.arg(Arg::with_name("url")
@@ -5149,6 +5149,7 @@ async fn main() {
let debug = matches.is_present("adebug");
let connector = hyper_rustls::HttpsConnectorBuilder::new().with_native_roots()
.unwrap()
.https_or_http()
.enable_http1()
.build();