mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
remove generated libs
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-dlp2-cli"
|
||||
version = "5.0.4+20240225"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with DLP (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/dlp2-cli"
|
||||
homepage = "https://cloud.google.com/sensitive-data-protection/docs/"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_dlp2_cli"
|
||||
license = "MIT"
|
||||
keywords = ["dlp", "google", "cli"]
|
||||
autobins = false
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "dlp2"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
|
||||
strsim = "^0.5"
|
||||
clap = "^2.0"
|
||||
http = "^0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
tokio = { version = "^ 1.0", features = ["full"] }
|
||||
tower-service = "^0.3.1"
|
||||
|
||||
|
||||
|
||||
[dependencies.google-dlp2]
|
||||
path = "../dlp2"
|
||||
version = "5.0.4+20240225"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/LICENSE.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright © `2015-2020` `Sebastian Thiel`
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the “Software”), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,230 +0,0 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The `dlp2` command-line interface *(CLI)* allows to use most features of the *Google DLP* service from the comfort of your terminal.
|
||||
|
||||
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
|
||||
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
|
||||
|
||||
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 *DLP* API can be found at the
|
||||
[official documentation site](https://cloud.google.com/sensitive-data-protection/docs/).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
Install the command-line interface with cargo using:
|
||||
|
||||
```bash
|
||||
cargo install google-dlp2-cli
|
||||
```
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/dlp2-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *DLP* API at revision *20240225*. The CLI is at version *5.0.4*.
|
||||
|
||||
```bash
|
||||
dlp2 [options]
|
||||
info-types
|
||||
list [-p <v>]... [-o <out>]
|
||||
locations
|
||||
info-types-list <parent> [-p <v>]... [-o <out>]
|
||||
organizations
|
||||
deidentify-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
deidentify-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-get <name> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inspect-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inspect-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
inspect-templates-get <name> [-p <v>]... [-o <out>]
|
||||
inspect-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
inspect-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-column-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-column-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-get <name> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-get <name> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-get <name> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-get <name> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-project-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-project-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-get <name> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-table-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-table-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
stored-info-types-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
stored-info-types-delete <name> [-p <v>]... [-o <out>]
|
||||
stored-info-types-get <name> [-p <v>]... [-o <out>]
|
||||
stored-info-types-list <parent> [-p <v>]... [-o <out>]
|
||||
stored-info-types-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
projects
|
||||
content-deidentify <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
content-inspect <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
content-reidentify <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
deidentify-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
deidentify-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-get <name> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
deidentify-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
dlp-jobs-cancel <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
dlp-jobs-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
dlp-jobs-delete <name> [-p <v>]... [-o <out>]
|
||||
dlp-jobs-get <name> [-p <v>]... [-o <out>]
|
||||
dlp-jobs-list <parent> [-p <v>]... [-o <out>]
|
||||
image-redact <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inspect-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inspect-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
inspect-templates-get <name> [-p <v>]... [-o <out>]
|
||||
inspect-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
inspect-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
job-triggers-activate <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
job-triggers-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
job-triggers-delete <name> [-p <v>]... [-o <out>]
|
||||
job-triggers-get <name> [-p <v>]... [-o <out>]
|
||||
job-triggers-list <parent> [-p <v>]... [-o <out>]
|
||||
job-triggers-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-column-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-column-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-content-deidentify <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-content-inspect <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-content-reidentify <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-get <name> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-deidentify-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-get <name> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-discovery-configs-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-cancel <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-finish <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-get <name> [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-hybrid-inspect <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-dlp-jobs-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-image-redact <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-get <name> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-inspect-templates-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-activate <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-get <name> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-hybrid-inspect <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-job-triggers-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-project-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-project-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-delete <name> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-get <name> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-list <parent> [-p <v>]... [-o <out>]
|
||||
locations-stored-info-types-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-table-data-profiles-get <name> [-p <v>]... [-o <out>]
|
||||
locations-table-data-profiles-list <parent> [-p <v>]... [-o <out>]
|
||||
stored-info-types-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
stored-info-types-delete <name> [-p <v>]... [-o <out>]
|
||||
stored-info-types-get <name> [-p <v>]... [-o <out>]
|
||||
stored-info-types-list <parent> [-p <v>]... [-o <out>]
|
||||
stored-info-types-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
dlp2 --help
|
||||
|
||||
Configuration:
|
||||
[--scope <url>]...
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
If unset, it defaults to the shortest scope url for a particular method.
|
||||
--config-dir <folder>
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
a user-writable directory that we will create during the first invocation.
|
||||
[default: ~/.google-service-cli]
|
||||
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
The program will store all persistent data in the `~/.google-service-cli` directory in *JSON* files prefixed with `dlp2-`. You can change the directory used to store configuration with the `--config-dir` flag on a per-invocation basis.
|
||||
|
||||
More information about the various kinds of persistent data are given in the following paragraphs.
|
||||
|
||||
# Authentication
|
||||
|
||||
Most APIs require a user to authenticate any request. If this is the case, the [scope][scopes] determines the
|
||||
set of permissions granted. The granularity of these is usually no more than *read-only* or *full-access*.
|
||||
|
||||
If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a
|
||||
method that is read-only, it will ask only for a read-only scope.
|
||||
You may use the `--scope` flag to specify a scope directly.
|
||||
All applicable scopes are documented in the respective method's CLI documentation.
|
||||
|
||||
The first time a scope is used, the user is asked for permission. Follow the instructions given
|
||||
by the CLI to grant permissions, or to decline.
|
||||
|
||||
If a scope was authenticated by the user, the respective information will be stored as *JSON* in the configuration
|
||||
directory, e.g. `~/.google-service-cli/dlp2-token-<scope-hash>.json`. No manual management of these tokens
|
||||
is necessary.
|
||||
|
||||
To revoke granted authentication, please refer to the [official documentation][revoke-access].
|
||||
|
||||
# Application Secrets
|
||||
|
||||
In order to allow any application to use Google services, it will need to be registered using the
|
||||
[Google Developer Console][google-dev-console]. APIs the application may use are then enabled for it
|
||||
one by one. Most APIs can be used for free and have a daily quota.
|
||||
|
||||
To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI
|
||||
comes with a default application secret that is configured accordingly. This also means that heavy usage
|
||||
all around the world may deplete the daily quota.
|
||||
|
||||
You can workaround this limitation by putting your own secrets file at this location:
|
||||
`~/.google-service-cli/dlp2-secret.json`, assuming that the required *dlp* API
|
||||
was enabled for it. Such a secret file can be downloaded in the *Google Developer Console* at
|
||||
*APIs & auth -> Credentials -> Download JSON* and used as is.
|
||||
|
||||
Learn more about how to setup Google projects and enable APIs using the [official documentation][google-project-new].
|
||||
|
||||
|
||||
# Debugging
|
||||
|
||||
Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know
|
||||
what exactly led to a particular issue. This is done by allowing all client-server communication to be
|
||||
output to standard error *as-is*.
|
||||
|
||||
The `--debug` flag will print errors using the `Debug` representation to standard error.
|
||||
|
||||
You may consider redirecting standard error into a file for ease of use, e.g. `dlp2 --debug <resource> <method> [options] 2>debug.txt`.
|
||||
|
||||
|
||||
[scopes]: https://developers.google.com/+/api/oauth#scopes
|
||||
[revoke-access]: http://webapps.stackexchange.com/a/30849
|
||||
[google-dev-console]: https://console.developers.google.com/
|
||||
[google-project-new]: https://developers.google.com/console/help/new/
|
||||
@@ -1,143 +0,0 @@
|
||||
site_name: DLP v5.0.4+20240225
|
||||
site_url: http://byron.github.io/google-apis-rs/google-dlp2-cli
|
||||
site_description: A complete library to interact with DLP (protocol v2)
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/dlp2-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'Info Types':
|
||||
- 'List': 'info-types_list.md'
|
||||
- 'Locations':
|
||||
- 'Info Types List': 'locations_info-types-list.md'
|
||||
- 'Organizations':
|
||||
- 'Deidentify Templates Create': 'organizations_deidentify-templates-create.md'
|
||||
- 'Deidentify Templates Delete': 'organizations_deidentify-templates-delete.md'
|
||||
- 'Deidentify Templates Get': 'organizations_deidentify-templates-get.md'
|
||||
- 'Deidentify Templates List': 'organizations_deidentify-templates-list.md'
|
||||
- 'Deidentify Templates Patch': 'organizations_deidentify-templates-patch.md'
|
||||
- 'Inspect Templates Create': 'organizations_inspect-templates-create.md'
|
||||
- 'Inspect Templates Delete': 'organizations_inspect-templates-delete.md'
|
||||
- 'Inspect Templates Get': 'organizations_inspect-templates-get.md'
|
||||
- 'Inspect Templates List': 'organizations_inspect-templates-list.md'
|
||||
- 'Inspect Templates Patch': 'organizations_inspect-templates-patch.md'
|
||||
- 'Locations Column Data Profiles Get': 'organizations_locations-column-data-profiles-get.md'
|
||||
- 'Locations Column Data Profiles List': 'organizations_locations-column-data-profiles-list.md'
|
||||
- 'Locations Deidentify Templates Create': 'organizations_locations-deidentify-templates-create.md'
|
||||
- 'Locations Deidentify Templates Delete': 'organizations_locations-deidentify-templates-delete.md'
|
||||
- 'Locations Deidentify Templates Get': 'organizations_locations-deidentify-templates-get.md'
|
||||
- 'Locations Deidentify Templates List': 'organizations_locations-deidentify-templates-list.md'
|
||||
- 'Locations Deidentify Templates Patch': 'organizations_locations-deidentify-templates-patch.md'
|
||||
- 'Locations Discovery Configs Create': 'organizations_locations-discovery-configs-create.md'
|
||||
- 'Locations Discovery Configs Delete': 'organizations_locations-discovery-configs-delete.md'
|
||||
- 'Locations Discovery Configs Get': 'organizations_locations-discovery-configs-get.md'
|
||||
- 'Locations Discovery Configs List': 'organizations_locations-discovery-configs-list.md'
|
||||
- 'Locations Discovery Configs Patch': 'organizations_locations-discovery-configs-patch.md'
|
||||
- 'Locations Dlp Jobs List': 'organizations_locations-dlp-jobs-list.md'
|
||||
- 'Locations Inspect Templates Create': 'organizations_locations-inspect-templates-create.md'
|
||||
- 'Locations Inspect Templates Delete': 'organizations_locations-inspect-templates-delete.md'
|
||||
- 'Locations Inspect Templates Get': 'organizations_locations-inspect-templates-get.md'
|
||||
- 'Locations Inspect Templates List': 'organizations_locations-inspect-templates-list.md'
|
||||
- 'Locations Inspect Templates Patch': 'organizations_locations-inspect-templates-patch.md'
|
||||
- 'Locations Job Triggers Create': 'organizations_locations-job-triggers-create.md'
|
||||
- 'Locations Job Triggers Delete': 'organizations_locations-job-triggers-delete.md'
|
||||
- 'Locations Job Triggers Get': 'organizations_locations-job-triggers-get.md'
|
||||
- 'Locations Job Triggers List': 'organizations_locations-job-triggers-list.md'
|
||||
- 'Locations Job Triggers Patch': 'organizations_locations-job-triggers-patch.md'
|
||||
- 'Locations Project Data Profiles Get': 'organizations_locations-project-data-profiles-get.md'
|
||||
- 'Locations Project Data Profiles List': 'organizations_locations-project-data-profiles-list.md'
|
||||
- 'Locations Stored Info Types Create': 'organizations_locations-stored-info-types-create.md'
|
||||
- 'Locations Stored Info Types Delete': 'organizations_locations-stored-info-types-delete.md'
|
||||
- 'Locations Stored Info Types Get': 'organizations_locations-stored-info-types-get.md'
|
||||
- 'Locations Stored Info Types List': 'organizations_locations-stored-info-types-list.md'
|
||||
- 'Locations Stored Info Types Patch': 'organizations_locations-stored-info-types-patch.md'
|
||||
- 'Locations Table Data Profiles Get': 'organizations_locations-table-data-profiles-get.md'
|
||||
- 'Locations Table Data Profiles List': 'organizations_locations-table-data-profiles-list.md'
|
||||
- 'Stored Info Types Create': 'organizations_stored-info-types-create.md'
|
||||
- 'Stored Info Types Delete': 'organizations_stored-info-types-delete.md'
|
||||
- 'Stored Info Types Get': 'organizations_stored-info-types-get.md'
|
||||
- 'Stored Info Types List': 'organizations_stored-info-types-list.md'
|
||||
- 'Stored Info Types Patch': 'organizations_stored-info-types-patch.md'
|
||||
- 'Projects':
|
||||
- 'Content Deidentify': 'projects_content-deidentify.md'
|
||||
- 'Content Inspect': 'projects_content-inspect.md'
|
||||
- 'Content Reidentify': 'projects_content-reidentify.md'
|
||||
- 'Deidentify Templates Create': 'projects_deidentify-templates-create.md'
|
||||
- 'Deidentify Templates Delete': 'projects_deidentify-templates-delete.md'
|
||||
- 'Deidentify Templates Get': 'projects_deidentify-templates-get.md'
|
||||
- 'Deidentify Templates List': 'projects_deidentify-templates-list.md'
|
||||
- 'Deidentify Templates Patch': 'projects_deidentify-templates-patch.md'
|
||||
- 'Dlp Jobs Cancel': 'projects_dlp-jobs-cancel.md'
|
||||
- 'Dlp Jobs Create': 'projects_dlp-jobs-create.md'
|
||||
- 'Dlp Jobs Delete': 'projects_dlp-jobs-delete.md'
|
||||
- 'Dlp Jobs Get': 'projects_dlp-jobs-get.md'
|
||||
- 'Dlp Jobs List': 'projects_dlp-jobs-list.md'
|
||||
- 'Image Redact': 'projects_image-redact.md'
|
||||
- 'Inspect Templates Create': 'projects_inspect-templates-create.md'
|
||||
- 'Inspect Templates Delete': 'projects_inspect-templates-delete.md'
|
||||
- 'Inspect Templates Get': 'projects_inspect-templates-get.md'
|
||||
- 'Inspect Templates List': 'projects_inspect-templates-list.md'
|
||||
- 'Inspect Templates Patch': 'projects_inspect-templates-patch.md'
|
||||
- 'Job Triggers Activate': 'projects_job-triggers-activate.md'
|
||||
- 'Job Triggers Create': 'projects_job-triggers-create.md'
|
||||
- 'Job Triggers Delete': 'projects_job-triggers-delete.md'
|
||||
- 'Job Triggers Get': 'projects_job-triggers-get.md'
|
||||
- 'Job Triggers List': 'projects_job-triggers-list.md'
|
||||
- 'Job Triggers Patch': 'projects_job-triggers-patch.md'
|
||||
- 'Locations Column Data Profiles Get': 'projects_locations-column-data-profiles-get.md'
|
||||
- 'Locations Column Data Profiles List': 'projects_locations-column-data-profiles-list.md'
|
||||
- 'Locations Content Deidentify': 'projects_locations-content-deidentify.md'
|
||||
- 'Locations Content Inspect': 'projects_locations-content-inspect.md'
|
||||
- 'Locations Content Reidentify': 'projects_locations-content-reidentify.md'
|
||||
- 'Locations Deidentify Templates Create': 'projects_locations-deidentify-templates-create.md'
|
||||
- 'Locations Deidentify Templates Delete': 'projects_locations-deidentify-templates-delete.md'
|
||||
- 'Locations Deidentify Templates Get': 'projects_locations-deidentify-templates-get.md'
|
||||
- 'Locations Deidentify Templates List': 'projects_locations-deidentify-templates-list.md'
|
||||
- 'Locations Deidentify Templates Patch': 'projects_locations-deidentify-templates-patch.md'
|
||||
- 'Locations Discovery Configs Create': 'projects_locations-discovery-configs-create.md'
|
||||
- 'Locations Discovery Configs Delete': 'projects_locations-discovery-configs-delete.md'
|
||||
- 'Locations Discovery Configs Get': 'projects_locations-discovery-configs-get.md'
|
||||
- 'Locations Discovery Configs List': 'projects_locations-discovery-configs-list.md'
|
||||
- 'Locations Discovery Configs Patch': 'projects_locations-discovery-configs-patch.md'
|
||||
- 'Locations Dlp Jobs Cancel': 'projects_locations-dlp-jobs-cancel.md'
|
||||
- 'Locations Dlp Jobs Create': 'projects_locations-dlp-jobs-create.md'
|
||||
- 'Locations Dlp Jobs Delete': 'projects_locations-dlp-jobs-delete.md'
|
||||
- 'Locations Dlp Jobs Finish': 'projects_locations-dlp-jobs-finish.md'
|
||||
- 'Locations Dlp Jobs Get': 'projects_locations-dlp-jobs-get.md'
|
||||
- 'Locations Dlp Jobs Hybrid Inspect': 'projects_locations-dlp-jobs-hybrid-inspect.md'
|
||||
- 'Locations Dlp Jobs List': 'projects_locations-dlp-jobs-list.md'
|
||||
- 'Locations Image Redact': 'projects_locations-image-redact.md'
|
||||
- 'Locations Inspect Templates Create': 'projects_locations-inspect-templates-create.md'
|
||||
- 'Locations Inspect Templates Delete': 'projects_locations-inspect-templates-delete.md'
|
||||
- 'Locations Inspect Templates Get': 'projects_locations-inspect-templates-get.md'
|
||||
- 'Locations Inspect Templates List': 'projects_locations-inspect-templates-list.md'
|
||||
- 'Locations Inspect Templates Patch': 'projects_locations-inspect-templates-patch.md'
|
||||
- 'Locations Job Triggers Activate': 'projects_locations-job-triggers-activate.md'
|
||||
- 'Locations Job Triggers Create': 'projects_locations-job-triggers-create.md'
|
||||
- 'Locations Job Triggers Delete': 'projects_locations-job-triggers-delete.md'
|
||||
- 'Locations Job Triggers Get': 'projects_locations-job-triggers-get.md'
|
||||
- 'Locations Job Triggers Hybrid Inspect': 'projects_locations-job-triggers-hybrid-inspect.md'
|
||||
- 'Locations Job Triggers List': 'projects_locations-job-triggers-list.md'
|
||||
- 'Locations Job Triggers Patch': 'projects_locations-job-triggers-patch.md'
|
||||
- 'Locations Project Data Profiles Get': 'projects_locations-project-data-profiles-get.md'
|
||||
- 'Locations Project Data Profiles List': 'projects_locations-project-data-profiles-list.md'
|
||||
- 'Locations Stored Info Types Create': 'projects_locations-stored-info-types-create.md'
|
||||
- 'Locations Stored Info Types Delete': 'projects_locations-stored-info-types-delete.md'
|
||||
- 'Locations Stored Info Types Get': 'projects_locations-stored-info-types-get.md'
|
||||
- 'Locations Stored Info Types List': 'projects_locations-stored-info-types-list.md'
|
||||
- 'Locations Stored Info Types Patch': 'projects_locations-stored-info-types-patch.md'
|
||||
- 'Locations Table Data Profiles Get': 'projects_locations-table-data-profiles-get.md'
|
||||
- 'Locations Table Data Profiles List': 'projects_locations-table-data-profiles-list.md'
|
||||
- 'Stored Info Types Create': 'projects_stored-info-types-create.md'
|
||||
- 'Stored Info Types Delete': 'projects_stored-info-types-delete.md'
|
||||
- 'Stored Info Types Get': 'projects_stored-info-types-get.md'
|
||||
- 'Stored Info Types List': 'projects_stored-info-types-list.md'
|
||||
- 'Stored Info Types Patch': 'projects_stored-info-types-patch.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015-2020, `Sebastian Thiel`
|
||||
|
||||
12815
gen/dlp2-cli/src/main.rs
12815
gen/dlp2-cli/src/main.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user