mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-24 04:01:11 +01:00
chore(json): update all apis
And bring in 5 new ones, including cloudkms. Also update dependencies to make things compile again.
This commit is contained in:
@@ -187,8 +187,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -445,8 +446,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -830,8 +832,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1088,8 +1091,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1353,8 +1357,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1611,8 +1616,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -1812,8 +1818,8 @@ impl<'n> Engine<'n> {
|
||||
match &temp_cursor.to_string()[..] {
|
||||
"filter" => Some(("filter", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"version" => Some(("version", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"description" => Some(("description", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"name" => Some(("name", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"description" => Some(("description", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["description", "filter", "name", "version"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
@@ -2063,8 +2069,8 @@ impl<'n> Engine<'n> {
|
||||
match &temp_cursor.to_string()[..] {
|
||||
"filter" => Some(("filter", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"version" => Some(("version", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"description" => Some(("description", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"name" => Some(("name", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"description" => Some(("description", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["description", "filter", "name", "version"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
@@ -2156,8 +2162,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -2414,8 +2421,9 @@ impl<'n> Engine<'n> {
|
||||
"start-time" => Some(("startTime", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"output-version-format" => Some(("outputVersionFormat", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"writer-identity" => Some(("writerIdentity", JsonTypeInfo { jtype: JsonType::String, ctype: ComplexType::Pod })),
|
||||
"include-children" => Some(("includeChildren", JsonTypeInfo { jtype: JsonType::Boolean, ctype: ComplexType::Pod })),
|
||||
_ => {
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
let suggestion = FieldCursor::did_you_mean(key, &vec!["destination", "end-time", "filter", "include-children", "name", "output-version-format", "start-time", "writer-identity"]);
|
||||
err.issues.push(CLIError::Field(FieldError::Unknown(temp_cursor.to_string(), suggestion, value.map(|v| v.to_string()))));
|
||||
None
|
||||
}
|
||||
@@ -2728,7 +2736,7 @@ fn main() {
|
||||
let arg_data = [
|
||||
("billing-accounts", "methods: 'logs-delete', 'logs-list', 'sinks-create', 'sinks-delete', 'sinks-get', 'sinks-list' and 'sinks-update'", vec![
|
||||
("logs-delete",
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries."##),
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/billing-accounts_logs-delete",
|
||||
vec![
|
||||
(Some(r##"log-name"##),
|
||||
@@ -2736,6 +2744,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name of the log to delete:
|
||||
"projects/[PROJECT_ID]/logs/[LOG_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
|
||||
"folders/[FOLDER_ID]/logs/[LOG_ID]"
|
||||
[LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2753,7 +2763,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("logs-list",
|
||||
Some(r##"Lists the logs in projects or organizations. Only logs that have entries are listed."##),
|
||||
Some(r##"Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/billing-accounts_logs-list",
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
@@ -2761,6 +2771,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name that owns the logs:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2786,6 +2798,8 @@ fn main() {
|
||||
Some(r##"Required. The resource in which to create the sink:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2817,7 +2831,9 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to delete, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
It is an error if the sink does not exist. Example: "projects/my-project-id/sinks/my-sink-id". It is an error if the sink does not exist."##),
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -2839,9 +2855,11 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"sink-name"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource name of the sink:
|
||||
Some(r##"Required. The resource name of the sink:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2864,7 +2882,12 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed. Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -2889,6 +2912,8 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to update, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2937,7 +2962,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("write",
|
||||
Some(r##"Writes log entries to Stackdriver Logging. All log entries are written by this method."##),
|
||||
Some(r##"Writes log entries to Stackdriver Logging."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/entries_write",
|
||||
vec![
|
||||
(Some(r##"kv"##),
|
||||
@@ -2962,7 +2987,7 @@ fn main() {
|
||||
|
||||
("folders", "methods: 'logs-delete', 'logs-list', 'sinks-create', 'sinks-delete', 'sinks-get', 'sinks-list' and 'sinks-update'", vec![
|
||||
("logs-delete",
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries."##),
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/folders_logs-delete",
|
||||
vec![
|
||||
(Some(r##"log-name"##),
|
||||
@@ -2970,6 +2995,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name of the log to delete:
|
||||
"projects/[PROJECT_ID]/logs/[LOG_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
|
||||
"folders/[FOLDER_ID]/logs/[LOG_ID]"
|
||||
[LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -2987,7 +3014,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("logs-list",
|
||||
Some(r##"Lists the logs in projects or organizations. Only logs that have entries are listed."##),
|
||||
Some(r##"Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/folders_logs-list",
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
@@ -2995,6 +3022,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name that owns the logs:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3020,6 +3049,8 @@ fn main() {
|
||||
Some(r##"Required. The resource in which to create the sink:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3051,7 +3082,9 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to delete, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
It is an error if the sink does not exist. Example: "projects/my-project-id/sinks/my-sink-id". It is an error if the sink does not exist."##),
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3073,9 +3106,11 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"sink-name"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource name of the sink:
|
||||
Some(r##"Required. The resource name of the sink:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3098,7 +3133,12 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed. Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3123,6 +3163,8 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to update, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3168,7 +3210,7 @@ fn main() {
|
||||
|
||||
("organizations", "methods: 'logs-delete', 'logs-list', 'sinks-create', 'sinks-delete', 'sinks-get', 'sinks-list' and 'sinks-update'", vec![
|
||||
("logs-delete",
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries."##),
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/organizations_logs-delete",
|
||||
vec![
|
||||
(Some(r##"log-name"##),
|
||||
@@ -3176,6 +3218,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name of the log to delete:
|
||||
"projects/[PROJECT_ID]/logs/[LOG_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
|
||||
"folders/[FOLDER_ID]/logs/[LOG_ID]"
|
||||
[LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3193,7 +3237,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("logs-list",
|
||||
Some(r##"Lists the logs in projects or organizations. Only logs that have entries are listed."##),
|
||||
Some(r##"Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/organizations_logs-list",
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
@@ -3201,6 +3245,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name that owns the logs:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3226,6 +3272,8 @@ fn main() {
|
||||
Some(r##"Required. The resource in which to create the sink:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3257,7 +3305,9 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to delete, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
It is an error if the sink does not exist. Example: "projects/my-project-id/sinks/my-sink-id". It is an error if the sink does not exist."##),
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3279,9 +3329,11 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"sink-name"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource name of the sink:
|
||||
Some(r##"Required. The resource name of the sink:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3304,7 +3356,12 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed. Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3329,6 +3386,8 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to update, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3355,7 +3414,7 @@ fn main() {
|
||||
|
||||
("projects", "methods: 'logs-delete', 'logs-list', 'metrics-create', 'metrics-delete', 'metrics-get', 'metrics-list', 'metrics-update', 'sinks-create', 'sinks-delete', 'sinks-get', 'sinks-list' and 'sinks-update'", vec![
|
||||
("logs-delete",
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries."##),
|
||||
Some(r##"Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/projects_logs-delete",
|
||||
vec![
|
||||
(Some(r##"log-name"##),
|
||||
@@ -3363,6 +3422,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name of the log to delete:
|
||||
"projects/[PROJECT_ID]/logs/[LOG_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
|
||||
"folders/[FOLDER_ID]/logs/[LOG_ID]"
|
||||
[LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3380,7 +3441,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("logs-list",
|
||||
Some(r##"Lists the logs in projects or organizations. Only logs that have entries are listed."##),
|
||||
Some(r##"Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_logging2_cli/projects_logs-list",
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
@@ -3388,6 +3449,8 @@ fn main() {
|
||||
Some(r##"Required. The resource name that owns the logs:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3545,6 +3608,8 @@ fn main() {
|
||||
Some(r##"Required. The resource in which to create the sink:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3576,7 +3641,9 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to delete, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
It is an error if the sink does not exist. Example: "projects/my-project-id/sinks/my-sink-id". It is an error if the sink does not exist."##),
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3598,9 +3665,11 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"sink-name"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource name of the sink:
|
||||
Some(r##"Required. The resource name of the sink:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3623,7 +3692,12 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed. Examples: "projects/my-logging-project", "organizations/123456789"."##),
|
||||
Some(r##"Required. The parent resource whose sinks are to be listed:
|
||||
"projects/[PROJECT_ID]"
|
||||
"organizations/[ORGANIZATION_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]"
|
||||
"folders/[FOLDER_ID]"
|
||||
"##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -3648,6 +3722,8 @@ fn main() {
|
||||
Some(r##"Required. The full resource name of the sink to update, including the parent resource and the sink identifier:
|
||||
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
|
||||
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
|
||||
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
|
||||
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
|
||||
Example: "projects/my-project-id/sinks/my-sink-id"."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -3676,7 +3752,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("logging2")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.4+20161206")
|
||||
.version("1.0.4+20170516")
|
||||
.about("Writes log entries and manages your Stackdriver Logging configuration.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_logging2_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user