Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@theacodes
Copy link
Contributor

Towards #4692

Jon Wayne Parrott added 2 commits February 13, 2018 13:27
Comannd log:

```
set DEST ~/workspace/google-cloud-python/datastore
set GOOGLEAPIS_REV 4568cba600c72347542d7fa9c826c25584ef55a6

cd /tmp
git clone https://github.com/googleapis/googleapis.git
cd googleapis
git reset --hard $GOOGLEAPIS_REV
artman --config google/datastore/artman_datastore.yaml generate python_gapic
set SRC ./artman-genfiles/python/datastore-v1
set IMPORT_PKG datastore_v1
cp -r $SRC/docs $DEST
cp -r $SRC/google/cloud/$IMPORT_PKG $DEST/google/cloud/
mkdir -p $DEST/tests/unit/gapic
cp -r $SRC/tests/unit/gapic $DEST/tests/unit
```
@theacodes theacodes requested a review from dhermes as a code owner February 13, 2018 22:01
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 13, 2018
@theacodes
Copy link
Contributor Author

This was too easy...

@theacodes theacodes merged commit 1befde4 into master Feb 14, 2018
@theacodes theacodes deleted the degax-datastore branch February 14, 2018 17:55
parthea pushed a commit that referenced this pull request Nov 24, 2025
* Regenerate gapic for datastore.

Comannd log:

```
set DEST ~/workspace/google-cloud-python/datastore
set GOOGLEAPIS_REV 4568cba600c72347542d7fa9c826c25584ef55a6

cd /tmp
git clone https://github.com/googleapis/googleapis.git
cd googleapis
git reset --hard $GOOGLEAPIS_REV
artman --config google/datastore/artman_datastore.yaml generate python_gapic
set SRC ./artman-genfiles/python/datastore-v1
set IMPORT_PKG datastore_v1
cp -r $SRC/docs $DEST
cp -r $SRC/google/cloud/$IMPORT_PKG $DEST/google/cloud/
mkdir -p $DEST/tests/unit/gapic
cp -r $SRC/tests/unit/gapic $DEST/tests/unit
```

* Remove all references to gax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants