Uh oh!
There was an error while loading. Please reload this page.
Implement Document factory constructors on language client - #2164
Conversation
9267a85 to
009833bCompare| :type gcs_url: str | ||
| :param gcs_url: (Optional) The URL of the Google Cloud Storage object | ||
| holding the content. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
|
ebb6c83 to
a0ef4c9Comparetseaver
commented
Aug 23, 2016
@dhermes To fix the json-docs error, add |
Also adding client instance to the constructor for a document.
dhermes
commented
Aug 23, 2016
@tseaver Any issues? Any other factories needed? |
| >>> document = client.document_from_blob(bucket='my-text-bucket', | ||
| ... blob='sentiment-me.txt') | ||
| >>> document = client.document_from_blob('my-text-bucket', | ||
| ... 'sentiment-me.txt') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Aug 23, 2016
@tseaver Where do we stand on getting this merged? Do we want the |
tseaver
commented
Aug 23, 2016
I guess leave |
dhermes
commented
Aug 23, 2016
Filed #2173 |
dhermes
commented
Aug 23, 2016
@tseaver LGTY otherwise? |
tseaver
commented
Aug 23, 2016
LGTM |
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(python): remove docs from templates Source-Link: googleapis/synthtool@3fca64a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3b3a31be60853477bc39ed8d9bac162cac3ba083724cecaad54eb81d4e4dae9c * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
NOTE: Has #2162 as diffbase.@tseaver and @jgeewax this PR (namely the last 4 commits) make the discussion in #2062 / earlier today more concrete. Is this what you had in mind?