-
Notifications
You must be signed in to change notification settings - Fork 592
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
Integrate resource manager support #860
Integrate resource manager support #860
Conversation
/cc @dhermes re system testing... I forget what we said here, I think it On Fri, Sep 11, 2015 at 1:59 PM, Stephen Sawchuk notifications@github.com
|
ad66ebe
to
040d25a
Compare
040d25a
to
e8f9c16
Compare
Checked off all the bullet points. It's ready to merge with these methods currently implemented and unit tested, but not exposed to our docs:
These methods are exposed:
|
* @resource [Projects Overview]{@link https://cloud.google.com/compute/docs/networking#networks} | ||
* @resource [projects: create API Documentation]{@link https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/create} | ||
* | ||
* @private |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Integrate resource manager support
Looks good, thanks! Should we open a separate issue to keep track of project creation, etc.? |
👍 |
@jgeewax can you enable the resource manager api on the Travis project? |
Done.
|
Thanks! |
…ialogflow products; fixed some API annotations (#860) * feat: expose `Locations` service to get/list avaliable locations of Dialogflow products; fixed some API annotations PiperOrigin-RevId: 389905442 Source-Link: googleapis/googleapis@4c984f3 Source-Link: googleapis/googleapis-gen@ea3337a * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
🤖 I have created a release \*beep\* \*boop\* --- ## [4.3.0](https://www.github.com/googleapis/nodejs-dialogflow/compare/v4.2.0...v4.3.0) (2021-08-16) ### Features * expose `Locations` service to get/list avaliable locations of Dialogflow products; fixed some API annotations ([#860](https://www.github.com/googleapis/nodejs-dialogflow/issues/860)) ([05ea702](https://www.github.com/googleapis/nodejs-dialogflow/commit/05ea702372c08d0f0f157419799e59ea983df32a)) ### Bug Fixes * **build:** migrate to using main branch ([#862](https://www.github.com/googleapis/nodejs-dialogflow/issues/862)) ([ec0635c](https://www.github.com/googleapis/nodejs-dialogflow/commit/ec0635c17384c4fc5661d8a046b50b3fc2920505)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1bcecc39-aa5c-40f4-9453-955704c7ca01/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@57c23fa
Fixes #851
To Dos
Preview
Problems
I haven't been able to create a project programmatically, receiving a 403 error:
My project (that has resource manager API enabled) can list my projects and get their metadata. However, I get a 403 when I try to create one:
I'm not sure how to auth this one; so far, gcloud lets users control one project's sub-services using a service account for it. What do we need to get to have control over all of their projects?
Maybe we just want to support modifying the project the user is on already? Deleting, undeleting, getting and setting metadata?