mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make regen-apis
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user