Skip to content

Commit

Permalink
change README and add announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Feb 6, 2025
1 parent 6622b78 commit 3fd3094
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 26 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Providing a high level API for gRPC API like [Google Cloud Go](https://github.co

![CI](https://github.com/yoshidan/google-cloud-rust/workflows/CI/badge.svg?branch=main)

## Announcement
### 2025.02.06:
Since the development of [google cloud rust by Google](https://github.com/googleapis/google-cloud-rust) seems to have resumed,
We have decided to donate the `google-cloud-*` namespace to Google.
#### Migration from `google-cloud-*` to `gcloud-*`

Library users do not need to modify existing code.
Use `package` option at [dependency] in Cargo.toml
```
google-cloud-spanner = { package="gcloud-spanner", version="1.0.0" }
```

## Component

* [google-cloud-spanner](./spanner)
Expand Down
4 changes: 2 additions & 2 deletions artifact-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google Cloud Platform Artifact Registry Client library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-artifact-registry.svg)](https://crates.io/crates/google-cloud-artifact-registry)
[![crates.io](https://img.shields.io/crates/v/gcloud-artifact-registry.svg)](https://crates.io/crates/google-cloud-artifact-registry)

* [About Artifact Registry](https://cloud.google.com/artifact-registry/)
* [JSON API Documentation](https://cloud.google.com/artifact-registry/docs/reference/rest)
Expand All @@ -12,7 +12,7 @@ Google Cloud Platform Artifact Registry Client library.

```toml
[dependencies]
google-cloud-artifact-registry = {package="gcloud-artifact-registry", version="version" }
google-cloud-artifact-registry = {package="gcloud-artifact-registry", version="1.0.0" }
```

## Quickstart
Expand Down
4 changes: 2 additions & 2 deletions bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Google Cloud Platform BigQuery Client library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-bigquery.svg)](https://crates.io/crates/google-cloud-bigquery)
[![crates.io](https://img.shields.io/crates/v/gcloud-bigquery.svg)](https://crates.io/crates/gcloud-bigquery)

## Installation

```toml
[dependencies]
google-cloud-bigquery = { package="gcloud-bigquery", version="version" }
google-cloud-bigquery = { package="gcloud-bigquery", version="1.0.0" }
```

## Quick Start
Expand Down
6 changes: 3 additions & 3 deletions foundation/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Google Cloud Platform server application authentication library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-auth.svg)](https://crates.io/crates/google-cloud-auth)
[![crates.io](https://img.shields.io/crates/v/gloud-auth.svg)](https://crates.io/crates/gcloud-auth)

## Installation

```toml
[dependencies]
google-cloud-auth = { package="gcloud-auth", version=<version> }
google-cloud-token = { package="gcloud-token", version=<version> }
google-cloud-auth = { package="gcloud-auth", version="1.0.0" }
google-cloud-token = { package="gcloud-token", version="1.0.0" }
```

## Quickstart
Expand Down
4 changes: 2 additions & 2 deletions foundation/gax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Google Cloud Platform gRPC retry library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-gax.svg)](https://crates.io/crates/google-cloud-gax)
[![crates.io](https://img.shields.io/crates/v/gcloud-gax.svg)](https://crates.io/crates/gcloud-gax)

## Installation

```toml
[dependencies]
google-cloud-gax = { package="gcloud-gax", verion=<version>}
google-cloud-gax = { package="gcloud-gax", verion="1.0.0" }
```

4 changes: 2 additions & 2 deletions foundation/longrunning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Google Cloud Platform long running operation library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-longrunning.svg)](https://crates.io/crates/google-cloud-longrunning)
[![crates.io](https://img.shields.io/crates/v/gcloud-longrunning.svg)](https://crates.io/crates/gcloud-longrunning)

## Installation

```toml
[dependencies]
google-cloud-longrunning = { package="gcloud-longrunning", version=<version> }
google-cloud-longrunning = { package="gcloud-longrunning", version="..." }
```

4 changes: 2 additions & 2 deletions foundation/metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Google Cloud Platform GCE check library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-metadata.svg)](https://crates.io/crates/google-cloud-metadata)
[![crates.io](https://img.shields.io/crates/v/gcloud-metadata.svg)](https://crates.io/crates/gcloud-metadata)

## Installation

```toml
[dependencies]
google-cloud-metadata = { package="gcloud-metadata", version=<version> }
google-cloud-metadata = { package="gcloud-metadata", version="..." }
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions foundation/token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Google Cloud Platform token spec for google-cloud-rust.

[![crates.io](https://img.shields.io/crates/v/google-cloud-token.svg)](https://crates.io/crates/google-cloud-token)
[![crates.io](https://img.shields.io/crates/v/gcloud-token.svg)](https://crates.io/crates/gcloud-token)

## Installation

```toml
[dependencies]
google-cloud-token = { package="gcloud-token", version=<version> }
google-cloud-token = { package="gcloud-token", version="1.0.0" }
```
2 changes: 1 addition & 1 deletion googleapis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Generate gRPC Client

[![crates.io](https://img.shields.io/crates/v/google-cloud-googleapis.svg)](https://crates.io/crates/google-cloud-googleapis)
[![crates.io](https://img.shields.io/crates/v/gcloud-googleapis.svg)](https://crates.io/crates/gcloud-googleapis)

```bash
git submodule update --init --recursive --progress --depth=1
Expand Down
4 changes: 2 additions & 2 deletions kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google Cloud Platform Key Management Service Client library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-kms.svg)](https://crates.io/crates/google-cloud-kms)
[![crates.io](https://img.shields.io/crates/v/gcloud-kms.svg)](https://crates.io/crates/gcloud-kms)

* [About KMS](https://cloud.google.com/kms/)
* [JSON API Documentation](https://cloud.google.com/kms/docs/reference/rest)
Expand All @@ -12,7 +12,7 @@ Google Cloud Platform Key Management Service Client library.

```toml
[dependencies]
google-cloud-kms = { package="gcloud-kms", version="version" }
google-cloud-kms = { package="gcloud-kms", version="1.0.0" }
```

### Authentication
Expand Down
4 changes: 2 additions & 2 deletions pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google Cloud Platform pub/sub library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-pubsub.svg)](https://crates.io/crates/google-cloud-pubsub)
[![crates.io](https://img.shields.io/crates/v/gcloud-pubsub.svg)](https://crates.io/crates/gcloud-pubsub)


* [About Cloud Pub/Sub](https://cloud.google.com/pubsub/)
Expand All @@ -12,7 +12,7 @@ Google Cloud Platform pub/sub library.

```toml
[dependencies]
google-cloud-pubsub = { package="gcloud-pubsub", version="version" }
google-cloud-pubsub = { package="gcloud-pubsub", version="1.0.0" }
```

## Quickstart
Expand Down
4 changes: 2 additions & 2 deletions spanner-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Procedural macro for [google-cloud-spanner](../spanner).

[![crates.io](https://img.shields.io/crates/v/google-cloud-spanner-derive.svg)](https://crates.io/crates/google-cloud-spanner-derive)
[![crates.io](https://img.shields.io/crates/v/gcloud-spanner-derive.svg)](https://crates.io/crates/gcloud-spanner-derive)

## Installation

```toml
[dependencies]
google-cloud-spanner-derive = { package="gcloud-spanner-derive", version=<version> }
google-cloud-spanner-derive = { package="gcloud-spanner-derive", version="1.0.0" }
```

## Quick Start
Expand Down
4 changes: 2 additions & 2 deletions spanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google Cloud Platform spanner library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-spanner.svg)](https://crates.io/crates/google-cloud-spanner)
[![crates.io](https://img.shields.io/crates/v/gcloud-spanner.svg)](https://crates.io/crates/gcloud-spanner)

* [About Cloud Spanner](https://cloud.google.com/spanner/)
* [Spanner API Documentation](https://cloud.google.com/spanner/docs)
Expand All @@ -12,7 +12,7 @@ Google Cloud Platform spanner library.

```toml
[dependencies]
google-cloud-spanner = { package="gcloud-spanner", version="version" }
google-cloud-spanner = { package="gcloud-spanner", version="1.0.0" }
```

## Quickstart
Expand Down
4 changes: 2 additions & 2 deletions storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google Cloud Platform Storage Client library.

[![crates.io](https://img.shields.io/crates/v/google-cloud-storage.svg)](https://crates.io/crates/google-cloud-storage)
[![crates.io](https://img.shields.io/crates/v/gcloud-storage.svg)](https://crates.io/crates/gcloud-storage)

* [About Cloud Storage](https://cloud.google.com/storage/)
* [JSON API Documentation](https://cloud.google.com/storage/docs/json_api/v1)
Expand All @@ -11,7 +11,7 @@ Google Cloud Platform Storage Client library.

```toml
[dependencies]
google-cloud-storage = { package="gcloud-storage", version="version" }
google-cloud-storage = { package="gcloud-storage", version="1.0.0" }
```

## Quickstart
Expand Down

0 comments on commit 3fd3094

Please sign in to comment.