Skip to content

Commit 6138a96

Browse files
authored
chore: migration datastore to java-datastore (googleapis#7063)
* build: remove datastore kokoro configs * chore: remove google-cloud-datastore after migration to java-datastore * chore: update datastore client url in README * docs: add READMEs after migrating to java-datastore
1 parent c0afffc commit 6138a96

186 files changed

Lines changed: 6 additions & 64907 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.kokoro/continuous/datastore-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

.kokoro/nightly/datastore-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

.kokoro/presubmit/datastore-it.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
1313
This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level:
1414
- [BigQuery](https://github.com/googleapis/java-bigquery) (GA)
1515
- [Cloud Bigtable](https://github.com/googleapis/java-bigtable) (GA)
16-
- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA)
16+
- [Cloud Datastore](https://github.com/googleapis/java-datastore/google-cloud-datastore) (GA)
1717
- [Cloud Firestore](https://github.com/googleapis/java-firestore/google-cloud-firestore) (GA)
1818
- [Cloud KMS](https://github.com/googleapis/java-kms) (GA)
1919
- [Cloud Natural Language](https://github.com/googleapis/java-language) (GA)

google-api-grpc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@
158158
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
159159
<version>0.81.0</version>
160160
</dependency>
161-
<dependency>
162-
<groupId>com.google.api.grpc</groupId>
163-
<artifactId>proto-google-cloud-datastore-v1</artifactId>
164-
<version>0.85.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
165-
</dependency>
166161
<dependency>
167162
<groupId>com.google.api.grpc</groupId>
168163
<artifactId>proto-google-cloud-spanner-v1</artifactId>
@@ -201,7 +196,6 @@
201196
<module>grpc-google-cloud-spanner-admin-instance-v1</module>
202197
<module>grpc-google-cloud-spanner-v1</module>
203198

204-
<module>proto-google-cloud-datastore-v1</module>
205199
<module>proto-google-cloud-spanner-admin-database-v1</module>
206200
<module>proto-google-cloud-spanner-admin-instance-v1</module>
207201
<module>proto-google-cloud-spanner-v1</module>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Google Cloud Java Client for datastore
2+
3+
This client has moved to https://github.com/googleapis/java-datastore

google-api-grpc/proto-google-cloud-datastore-v1/pom.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)