-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Google cloud-client compute samples #5841
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
Conversation
Here is the summary of changes. You are about to add 10 region tags.
This comment is generated by snippet-bot.
|
Hey @m-strzelczyk, could you open this PR on https://github.com/googleapis/python-compute? We try to keep library specific samples inside the library repositories. You can copy paste what you have here into a See https://github.com/googleapis/python-automl/tree/master/samples/snippets for an example. Thanks! |
@busunkim96 can you please clarify your ask on moving the samples to a different repository? We followed the official Code Snippets 101 guide and for all other languages the goto repo is language-docs-samples. Does it mean the docs should be updated? |
@rsamborski Please see https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#folder-location. Languages with split repositories (NodeJS, Java, and Python) place library specific samples in the library repository. |
Thanks for the clarification. I moved to the python-compute repo and am waiting for the PR to be merged :) googleapis/python-compute#55 I'll close this PR now, as there's nothing to do. |
Description
Adding initial code samples for the google-cloud-compute library.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)