Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migration datastore to java-datastore #7063

Merged
merged 4 commits into from Dec 20, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 0 additions & 27 deletions .kokoro/continuous/datastore-it.cfg

This file was deleted.

27 changes: 0 additions & 27 deletions .kokoro/nightly/datastore-it.cfg

This file was deleted.

27 changes: 0 additions & 27 deletions .kokoro/presubmit/datastore-it.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level:
- [BigQuery](https://github.com/googleapis/java-bigquery) (GA)
- [Cloud Bigtable](https://github.com/googleapis/java-bigtable) (GA)
- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA)
- [Cloud Datastore](https://github.com/googleapis/java-datastore/google-cloud-datastore) (GA)
- [Cloud Firestore](https://github.com/googleapis/java-firestore/google-cloud-firestore) (GA)
- [Cloud KMS](https://github.com/googleapis/java-kms) (GA)
- [Cloud Natural Language](https://github.com/googleapis/java-language) (GA)
Expand Down
6 changes: 0 additions & 6 deletions google-api-grpc/pom.xml
Expand Up @@ -158,11 +158,6 @@
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
<version>0.81.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datastore-v1</artifactId>
<version>0.85.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-spanner-v1</artifactId>
Expand Down Expand Up @@ -201,7 +196,6 @@
<module>grpc-google-cloud-spanner-admin-instance-v1</module>
<module>grpc-google-cloud-spanner-v1</module>

<module>proto-google-cloud-datastore-v1</module>
<module>proto-google-cloud-spanner-admin-database-v1</module>
<module>proto-google-cloud-spanner-admin-instance-v1</module>
<module>proto-google-cloud-spanner-v1</module>
Expand Down
3 changes: 3 additions & 0 deletions google-api-grpc/proto-google-cloud-datastore-v1/README.md
@@ -0,0 +1,3 @@
# Google Cloud Java Client for datastore

This client has moved to https://github.com/googleapis/java-datastore
31 changes: 0 additions & 31 deletions google-api-grpc/proto-google-cloud-datastore-v1/pom.xml

This file was deleted.