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

Skip to content

Conversation

@theacodes
Copy link
Contributor

Towards #4692

Note to reviewers: This is intended to be review commit-by-commit, as I've taken care to separate manual changes from autogenerated code.

Jon Wayne Parrott added 3 commits January 11, 2018 13:48
Command log:

```
set DEST ~/workspace/google-cloud-python/error_reporting
set GOOGLEAPIS_REV = 9370390e321dae510e7092d05d9f583076d3977b

cd /tmp
git clone https://github.com/googleapis/googleapis.git
cd googleapis
git reset hard $GOOGLEAPIS_REV
artman --config google/devtools/clouderrorreporting/artman_errorreporting.yaml generate python_gapic
set SRC ./artman-genfiles/python/error-reporting-v1beta1/
cp -r $SRC/docs $DEST
mkdir -p $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/gapic $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/proto $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/{__init__.py,types.py} $DEST/google/cloud/errorreporting_v1beta1
mkdir -p $DEST/tests/unit/gapic
cp -r $SRC/tests/unit/gapic $DEST/tests/unit
mkdir -p $DEST/tests/system/gapic
cp -r $SRC/tests/system/gapic $DEST/tests/system
```
@theacodes theacodes added the api: clouderrorreporting Issues related to the Error Reporting API. label Jan 11, 2018
@theacodes theacodes requested a review from waprin as a code owner January 11, 2018 23:45
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 11, 2018

def make_report_error_api(client):
"""Create an instance of the GAX Logging API.
"""Create an instance of the gapic Logging API.

This comment was marked as spam.

This comment was marked as spam.

@theacodes theacodes merged commit f1266b2 into master Jan 12, 2018
@theacodes theacodes deleted the error_reporting-gapic branch January 12, 2018 18:46
parthea pushed a commit that referenced this pull request Nov 24, 2025
* Import error_reporting gapic generated from artman

Command log:

```
set DEST ~/workspace/google-cloud-python/error_reporting
set GOOGLEAPIS_REV = 9370390e321dae510e7092d05d9f583076d3977b

cd /tmp
git clone https://github.com/googleapis/googleapis.git
cd googleapis
git reset hard $GOOGLEAPIS_REV
artman --config google/devtools/clouderrorreporting/artman_errorreporting.yaml generate python_gapic
set SRC ./artman-genfiles/python/error-reporting-v1beta1/
cp -r $SRC/docs $DEST
mkdir -p $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/gapic $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/proto $DEST/google/cloud/errorreporting_v1beta1
cp -r $SRC/google/cloud/errorreporting_v1beta1/{__init__.py,types.py} $DEST/google/cloud/errorreporting_v1beta1
mkdir -p $DEST/tests/unit/gapic
cp -r $SRC/tests/unit/gapic $DEST/tests/unit
mkdir -p $DEST/tests/system/gapic
cp -r $SRC/tests/system/gapic $DEST/tests/system
```

* Generator Bug: Fixup proto imports that reference the incorrect package.

* Replace gax usage with gapic client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: clouderrorreporting Issues related to the Error Reporting API. 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