| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
In the process, ditching **hard** deps on protobufs, grpcio, and google-gax in those packages. Also had to upgrade calls to list_log_entries() based on https://github.com/googleapis/api-client-staging/pull/118/files/2bcd2875a578ae525d2aabb862cf9c131b4665f5#r90422054
|
@dhermes Should we work out what the story is supposed to be for resource_names before merging? |
Sorry, something went wrong.
|
@tseaver The system tests are still passing, so I don't think it's necessary to block on that, though we should get it straightened out. (Was there a version bump for this API I wasn't aware of that deprecated the field?) |
Sorry, something went wrong.
|
@dhermes did you try foo -> projects/foo ? (note the plural projects). Apologies if you just had a typo in your original message, but I do hope that was the problem since it's an easy fix :) |
Sorry, something went wrong.
|
This is what I did before (I know because my chat log with @geigerj) resource_names = ['project/' + project for project in projects]@waprin Should we allow callers to send other resource types? I checked and only project IDs come through in the system tests. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Docs look like there are some "orgazinations/" thing but I'm not familiar with it tbh, will have to ask around. |
Sorry, something went wrong.
|
@tseaver Let's merge this and continue this discussion elsewhere (like a PR which converts projects to resource_names) |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Upgrading GAPIC deps to 0.14 series.
Upgrading GAPIC deps to 0.14 series.
Upgrading GAPIC deps to 0.14 series.
Upgrading GAPIC deps to 0.14 series.
Upgrading GAPIC deps to 0.14 series.
Upgrading GAPIC deps to 0.14 series.
| Back | FazBrowse Home | New Git URL |
In the process, ditching hard deps on protobufs, grpcio, and google-gax in those packages. Also had
to upgrade calls to list_log_entries() based on: https://github.com/googleapis/api-client-staging/pull/118/files/2bcd2875a578ae525d2aabb862cf9c131b4665f5#r90422054
/cc @geigerj @bjwatson
@waprin I could not for the life of me figure out how to use resource_names instead of the deprecated project_ids. Can you explain? (Trying foo --> project/foo did not work)