Skip to content

Regenerate gapic for datastore and remove gax. - #4877

Merged
theacodes merged 2 commits into
masterfrom
degax-datastore
Feb 14, 2018
Merged

Regenerate gapic for datastore and remove gax.#4877
theacodes merged 2 commits into
masterfrom
degax-datastore

Conversation

@theacodes

Copy link
Copy Markdown
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
```
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 13, 2018
@theacodes

Copy link
Copy Markdown
ContributorAuthor

This was too easy...

@theacodestheacodes mentioned this pull request Feb 13, 2018
8 tasks
@theacodes
theacodes merged commit 1befde4 into masterFeb 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@theacodes@lukesneeringer@googlebot