Skip to content

Commit

Permalink
feat(webrisk): generate library (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Jan 22, 2025
1 parent 0fb2f61 commit 31c8a5e
Show file tree
Hide file tree
Showing 13 changed files with 3,253 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ members = [
"src/generated/cloud/kms/v1",
"src/generated/cloud/location",
"src/generated/cloud/secretmanager/v1",
"src/generated/cloud/webrisk/v1",
"src/generated/cloud/workflows/v1",
"src/generated/devtools/cloudtrace/v2",
"src/generated/iam/v1",
Expand Down
21 changes: 21 additions & 0 deletions src/generated/cloud/webrisk/v1/.sidekick.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

[general]
language = 'rust'
specification-source = 'google/cloud/webrisk/v1'
service-config = 'google/cloud/webrisk/v1/webrisk_v1.yaml'

[codec]
copyright-year = '2025'
46 changes: 46 additions & 0 deletions src/generated/cloud/webrisk/v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Code generated by sidekick. DO NOT EDIT.

[package]
name = "gcp-sdk-webrisk-v1"
version = "0.1.0"
description = "Google Cloud Client Libraries for Rust - Web Risk API"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
async-trait = { version = "0.1.84" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
longrunning = { version = "0.1.0", path = "../../../../../src/generated/longrunning", package = "gcp-sdk-longrunning" }
lro = { version = "0.0.0", path = "../../../../../src/lro", package = "gcp-sdk-lro" }
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
serde_json = { version = "1.0.134" }
serde_with = { version = "3.12.0", default-features = false, features = ["base64", "macros", "std"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }

[features]
unstable-stream = ["gax/unstable-stream", "longrunning/unstable-stream"]

[dev-dependencies]
tokio = { version = "1", features = ["time"] }
20 changes: 20 additions & 0 deletions src/generated/cloud/webrisk/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Google Cloud Client Libraries for Rust - Web Risk API

<!-- Code generated by sidekick. DO NOT EDIT. -->

**WARNING:** this crate is under active development. We expect multiple breaking
changes in the upcoming releases. Testing is also incomplete, we do **not**
recommend that you use this crate in production. We welcome feedback about the
APIs, documentation, missing features, bugs, etc.



## Quickstart

The main types to work with this crate are the clients:

* [WebRiskService](https://docs.rs/gcp-sdk-webrisk-v1/latest/gcp_sdk_webrisk_v1/client/struct.WebRiskService.html)

## More Information

* Read the [crate's documentation](https://docs.rs/gcp-sdk-webrisk-v1/latest/gcp-sdk-webrisk-v1)
Loading

0 comments on commit 31c8a5e

Please sign in to comment.