Regenerate gapic cilent for error_reporting#4743
Merged
Conversation
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 ```
lukesneeringer
approved these changes
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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
8 tasks
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.