Registry / cloud / google-cloud-googleapis

google-cloud-googleapis

JSON →
library0.16.1rscratesunverified

Google Cloud Platform Rust client providing generated gRPC client stubs for Google Cloud services.

# Cargo.toml [dependencies] google-cloud-googleapis = "0.16.1"
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-GOOGL
G
google-cloud-googleapis
cloudrustv0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PublisherClient
use google_cloud_googleapis::pubsub::v1::PublisherClient;

Creates a Pub/Sub publisher client using the default credentials.

use google_cloud_googleapis::pubsub::v1::PublisherClient; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { let client = PublisherClient::new().await?; Ok(()) }
Debug
Known issues
gotchaRequires a Tokio runtime for async execution.
fix
Wrap main with #[tokio::main] or manually create a Tokio runtime.
affects: >=0.1.0
gotchaMissing feature flags for specific services may cause compilation errors.
fix
Enable features like `pubsub`, `storage`, or `spanner` in Cargo.toml.
affects: >=0.10.0
Upgrade
Version history
0.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
google-cloud-googleapis — cargo add google-cloud-googleapis · libregistry