Skip to content
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

Use googleapis common protos #1353

Merged
merged 1 commit into from
Jan 15, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Jan 7, 2016

Has #1317 as diffbase.

H/T to @tbetbetbe who alerted me to the existence of https://pypi.python.org/pypi/googleapis-common-protos. w00t!

@dhermes dhermes added packaging api: bigtable Issues related to the Bigtable API. labels Jan 7, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 7, 2016
@dhermes dhermes force-pushed the use-googleapis-common-protos branch from 8edeeb9 to 621e354 Compare January 7, 2016 23:46
tseaver referenced this pull request in dhermes/google-cloud-python Jan 14, 2016
This is in advance of `v1beta3`, where it will be needed
to parse `Value.timestamp_value` (which is of type
`timestamp_pb2.Timestamp`). Also adding `_datetime_to_pb_timestamp`
for the other direction.
@dhermes dhermes force-pushed the use-googleapis-common-protos branch from 621e354 to 02553e6 Compare January 14, 2016 21:32
@dhermes dhermes force-pushed the use-googleapis-common-protos branch from 02553e6 to 4def774 Compare January 14, 2016 23:19
@dhermes
Copy link
Contributor Author

dhermes commented Jan 14, 2016

@tseaver PTAL I rebased after #1317

"""Write gRPC-only lines to custom module."""
grpc_only_lines = get_pb2_grpc_only()
with open(GRPC_ONLY_FILE, 'wb') as file_obj:
file_obj.write(''.join(grpc_only_lines))

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Jan 15, 2016

LGTM, even if you decide not to address the earlier writelines comment.

@dhermes dhermes force-pushed the use-googleapis-common-protos branch from 4def774 to 3a58fee Compare January 15, 2016 02:19
dhermes added a commit that referenced this pull request Jan 15, 2016
@dhermes dhermes merged commit e1bc703 into googleapis:master Jan 15, 2016
@dhermes dhermes deleted the use-googleapis-common-protos branch January 15, 2016 02:25
dhermes added a commit to dhermes/google-cloud-python that referenced this pull request Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants