mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Upgrade to latest API versions + code regen
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-logging2-cli"
|
||||
version = "1.0.6+20170918"
|
||||
version = "1.0.6+20171204"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Logging (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/logging2-cli"
|
||||
@@ -37,4 +37,4 @@ clap = "^2.0"
|
||||
|
||||
[dependencies.google-logging2]
|
||||
path = "../logging2"
|
||||
version = "1.0.6+20170918"
|
||||
version = "1.0.6+20171204"
|
||||
|
||||
@@ -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 *Logging* API at revision *20170918*. The CLI is at version *1.0.6*.
|
||||
This documentation was generated from the *Logging* API at revision *20171204*. The CLI is at version *1.0.6*.
|
||||
|
||||
```bash
|
||||
logging2 [options]
|
||||
@@ -46,6 +46,12 @@ logging2 [options]
|
||||
entries
|
||||
list (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
write (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
exclusions
|
||||
create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]... [-o <out>]
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
list <parent> [-p <v>]... [-o <out>]
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
folders
|
||||
exclusions-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
exclusions-delete <name> [-p <v>]... [-o <out>]
|
||||
@@ -60,6 +66,9 @@ logging2 [options]
|
||||
sinks-list <parent> [-p <v>]... [-o <out>]
|
||||
sinks-patch <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sinks-update <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
logs
|
||||
delete <log-name> [-p <v>]... [-o <out>]
|
||||
list <parent> [-p <v>]... [-o <out>]
|
||||
monitored-resource-descriptors
|
||||
list [-p <v>]... [-o <out>]
|
||||
organizations
|
||||
@@ -95,6 +104,12 @@ logging2 [options]
|
||||
sinks-list <parent> [-p <v>]... [-o <out>]
|
||||
sinks-patch <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sinks-update <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sinks
|
||||
create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <sink-name> [-p <v>]... [-o <out>]
|
||||
get <sink-name> [-p <v>]... [-o <out>]
|
||||
list <parent> [-p <v>]... [-o <out>]
|
||||
update <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
logging2 --help
|
||||
|
||||
Configuration:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Logging v1.0.6+20170918
|
||||
site_name: Logging v1.0.6+20171204
|
||||
site_url: http://byron.github.io/google-apis-rs/google-logging2-cli
|
||||
site_description: A complete library to interact with Logging (protocol v2)
|
||||
|
||||
@@ -24,6 +24,11 @@ pages:
|
||||
- ['billing-accounts_sinks-update.md', 'Billing Accounts', 'Sinks Update']
|
||||
- ['entries_list.md', 'Entries', 'List']
|
||||
- ['entries_write.md', 'Entries', 'Write']
|
||||
- ['exclusions_create.md', 'Exclusions', 'Create']
|
||||
- ['exclusions_delete.md', 'Exclusions', 'Delete']
|
||||
- ['exclusions_get.md', 'Exclusions', 'Get']
|
||||
- ['exclusions_list.md', 'Exclusions', 'List']
|
||||
- ['exclusions_patch.md', 'Exclusions', 'Patch']
|
||||
- ['folders_exclusions-create.md', 'Folders', 'Exclusions Create']
|
||||
- ['folders_exclusions-delete.md', 'Folders', 'Exclusions Delete']
|
||||
- ['folders_exclusions-get.md', 'Folders', 'Exclusions Get']
|
||||
@@ -37,6 +42,8 @@ pages:
|
||||
- ['folders_sinks-list.md', 'Folders', 'Sinks List']
|
||||
- ['folders_sinks-patch.md', 'Folders', 'Sinks Patch']
|
||||
- ['folders_sinks-update.md', 'Folders', 'Sinks Update']
|
||||
- ['logs_delete.md', 'Logs', 'Delete']
|
||||
- ['logs_list.md', 'Logs', 'List']
|
||||
- ['monitored-resource-descriptors_list.md', 'Monitored Resource Descriptors', 'List']
|
||||
- ['organizations_exclusions-create.md', 'Organizations', 'Exclusions Create']
|
||||
- ['organizations_exclusions-delete.md', 'Organizations', 'Exclusions Delete']
|
||||
@@ -69,6 +76,11 @@ pages:
|
||||
- ['projects_sinks-list.md', 'Projects', 'Sinks List']
|
||||
- ['projects_sinks-patch.md', 'Projects', 'Sinks Patch']
|
||||
- ['projects_sinks-update.md', 'Projects', 'Sinks Update']
|
||||
- ['sinks_create.md', 'Sinks', 'Create']
|
||||
- ['sinks_delete.md', 'Sinks', 'Delete']
|
||||
- ['sinks_get.md', 'Sinks', 'Get']
|
||||
- ['sinks_list.md', 'Sinks', 'List']
|
||||
- ['sinks_update.md', 'Sinks', 'Update']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user