mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regen all APIs
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
[package]
|
||||
|
||||
name = "google-accessapproval1-cli"
|
||||
version = "5.0.3+20230120"
|
||||
version = "5.0.3+20240223"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Access Approval (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/accessapproval1-cli"
|
||||
homepage = "https://cloud.google.com/cloud-provider-access-management/access-approval/docs"
|
||||
homepage = "https://cloud.google.com/assured-workloads/access-approval/docs"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_accessapproval1_cli"
|
||||
license = "MIT"
|
||||
keywords = ["accessapproval", "google", "cli"]
|
||||
@@ -38,5 +38,5 @@ tower-service = "^0.3.1"
|
||||
|
||||
[dependencies.google-accessapproval1]
|
||||
path = "../accessapproval1"
|
||||
version = "5.0.3+20230120"
|
||||
version = "5.0.3+20240223"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
|
||||
|
||||
Everything else about the *Access Approval* API can be found at the
|
||||
[official documentation site](https://cloud.google.com/cloud-provider-access-management/access-approval/docs).
|
||||
[official documentation site](https://cloud.google.com/assured-workloads/access-approval/docs).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Access Approval* API at revision *20230120*. The CLI is at version *5.0.3*.
|
||||
This documentation was generated from the *Access Approval* API at revision *20240223*. The CLI is at version *5.0.3*.
|
||||
|
||||
```bash
|
||||
accessapproval1 [options]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Access Approval v5.0.3+20230120
|
||||
site_name: Access Approval v5.0.3+20240223
|
||||
site_url: http://byron.github.io/google-apis-rs/google-accessapproval1-cli
|
||||
site_description: A complete library to interact with Access Approval (protocol v1)
|
||||
|
||||
|
||||
@@ -602,8 +602,11 @@ where
|
||||
"invalid-key-version" => Some(("invalidKeyVersion", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"name" => Some(("name", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"notification-emails" => Some(("notificationEmails", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Vec })),
|
||||
"notification-pubsub-topic" => Some(("notificationPubsubTopic", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"prefer-no-broad-approval-requests" => Some(("preferNoBroadApprovalRequests", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"preferred-request-expiration-days" => Some(("preferredRequestExpirationDays", JsonTypeInfo { jtype: JsonType::Int, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails", "notification-pubsub-topic", "prefer-no-broad-approval-requests", "preferred-request-expiration-days"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1219,8 +1222,11 @@ where
|
||||
"invalid-key-version" => Some(("invalidKeyVersion", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"name" => Some(("name", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"notification-emails" => Some(("notificationEmails", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Vec })),
|
||||
"notification-pubsub-topic" => Some(("notificationPubsubTopic", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"prefer-no-broad-approval-requests" => Some(("preferNoBroadApprovalRequests", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"preferred-request-expiration-days" => Some(("preferredRequestExpirationDays", JsonTypeInfo { jtype: JsonType::Int, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails", "notification-pubsub-topic", "prefer-no-broad-approval-requests", "preferred-request-expiration-days"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1836,8 +1842,11 @@ where
|
||||
"invalid-key-version" => Some(("invalidKeyVersion", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"name" => Some(("name", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"notification-emails" => Some(("notificationEmails", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Vec })),
|
||||
"notification-pubsub-topic" => Some(("notificationPubsubTopic", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"prefer-no-broad-approval-requests" => Some(("preferNoBroadApprovalRequests", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
"preferred-request-expiration-days" => Some(("preferredRequestExpirationDays", JsonTypeInfo { jtype: JsonType::Int, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["active-key-version", "ancestor-has-active-key-version", "enrolled-ancestor", "invalid-key-version", "name", "notification-emails", "notification-pubsub-topic", "prefer-no-broad-approval-requests", "preferred-request-expiration-days"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -2763,7 +2772,7 @@ async fn main() {
|
||||
|
||||
let mut app = App::new("accessapproval1")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("5.0.3+20230120")
|
||||
.version("5.0.3+20240223")
|
||||
.about("An API for controlling access to data by Google personnel.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_accessapproval1_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user