-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add google.api_core.gapic_v2.client_info #4225
Conversation
@lukesneeringer @dhermes this is my attempt to fix #4068 without making myself angry. I'm open to feedback and suggestions at alternatives. |
Args: | ||
python_version (str): The Python interpreter version, for example, | ||
``'2.7.13'``. | ||
grpc_version (st): The gRPC library version. |
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.
``'2.7.13'``. | ||
grpc_version (st): The gRPC library version. | ||
api_core_version (str): The google-api-core library version. | ||
gapic_version (Optional[str]): The version of gapic used to generate |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the two nits. I can fix the nits if you like (I will in a few minutes if you do not get to it first.)
Resolves #4068