Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 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 @@ -103,6 +103,7 @@ members = [
"src/generated/cloud/chronicle/v1",
"src/generated/cloud/cloudcontrolspartner/v1",
"src/generated/cloud/clouddms/v1",
"src/generated/cloud/cloudsecuritycompliance/v1",
"src/generated/cloud/commerce/consumer/procurement/v1",
"src/generated/cloud/common",
"src/generated/cloud/confidentialcomputing/v1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"api_id": "cloudsecuritycompliance.googleapis.com",
"api_shortname": "cloudsecuritycompliance",
"client_documentation": "https://docs.rs/google-cloud-cloudsecuritycompliance-v1/latest",
"distribution_name": "google-cloud-rust",
"language": "rust",
"library_type": "GAPIC_AUTO",
"name_pretty": "Cloud Security Compliance API",
"release_level": "preview",
"repo": "googleapis/google-cloud-rust"
}
20 changes: 20 additions & 0 deletions src/generated/cloud/cloudsecuritycompliance/v1/.sidekick.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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]
specification-source = 'google/cloud/cloudsecuritycompliance/v1'
service-config = 'google/cloud/cloudsecuritycompliance/v1/cloudsecuritycompliance_v1.yaml'

[codec]
copyright-year = '2025'
46 changes: 46 additions & 0 deletions src/generated/cloud/cloudsecuritycompliance/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 = "google-cloud-cloudsecuritycompliance-v1"
version = "0.4.5"
description = "Google Cloud Client Libraries for Rust - Cloud Security Compliance API"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true

[dependencies]
async-trait.workspace = true
bytes.workspace = true
gax.workspace = true
gaxi = { workspace = true, features = ["_internal-http-client"] }
lazy_static.workspace = true
location.workspace = true
longrunning.workspace = true
lro.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
tracing.workspace = true
wkt.workspace = true

[dev-dependencies]
tokio-test.workspace = true
25 changes: 25 additions & 0 deletions src/generated/cloud/cloudsecuritycompliance/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Google Cloud Client Libraries for Rust - Cloud Security Compliance API

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

**FEEDBACK WANTED:** We believe the APIs in this crate are stable, and
do not anticipate any breaking changes are needed. We are looking for
feedback before labeling the APIs "1.0". Changes (even breaking changes)
are still possible, but not expected.

We also believe the implementation is ready for production, bugs are
still possible, but not expected.

## Quickstart

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

- [Config]
- [Deployment]

## More Information

- Read the [crate's documentation](https://docs.rs/google-cloud-cloudsecuritycompliance-v1/latest/google-cloud-cloudsecuritycompliance-v1)

[Config]: https://docs.rs/google-cloud-cloudsecuritycompliance-v1/latest/google_cloud_cloudsecuritycompliance_v1/client/struct.Config.html
[Deployment]: https://docs.rs/google-cloud-cloudsecuritycompliance-v1/latest/google_cloud_cloudsecuritycompliance_v1/client/struct.Deployment.html
Loading
Loading