Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

docs: clarified some LRO types #386

Closed

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 1, 2021

  • Regenerate this pull request now.

PiperOrigin-RevId: 394302922

Source-Link: googleapis/googleapis@cd16abb

Source-Link: https://github.com/googleapis/googleapis-gen/commit/64782e649fc8f088fa676e759238847faa8aa73a

@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner September 1, 2021 21:47
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 1, 2021
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/python-dialogflow API. label Sep 1, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 1, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 1, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 1, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 1, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 1, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 1, 2021
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner September 2, 2021 10:46
@googlebot
Copy link

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Sep 2, 2021
@parthea
Copy link
Contributor

parthea commented Sep 2, 2021

@googlebot I consent.

@google-cla
Copy link

google-cla bot commented Sep 2, 2021

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Sep 2, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 2, 2021
@google-cla
Copy link

google-cla bot commented Sep 2, 2021

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2021
@parthea
Copy link
Contributor

parthea commented Sep 2, 2021

Hi @telpirion,

We're seeing resource exhausted errors in the samples failures. I've switched the samples checks to use separate projects for each python version. I'm seeing error No DesignTimeAgent found

Do you have any thoughts on how to resolve it? See the build log here.

intent_management.py:117: in _get_intent_ids
    intents = intents_client.list_intents(request={"parent": parent})
../../google/cloud/dialogflow_v2/services/intents/client.py:463: in list_intents
    response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)
.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:142: in __call__
    return wrapped_func(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (parent: "projects/python-docs-samples-tests-py38/agent"
,)
kwargs = {'metadata': [('x-goog-request-params', 'parent=projects/python-docs-samples-tests-py38/agent'), ('x-goog-api-client', 'gl-python/3.8.8 grpc/1.39.0 gax/2.0.1 gapic/2.7.1')]}

    @functools.wraps(callable_)
    def error_remapped_callable(*args, **kwargs):
        try:
            return callable_(*args, **kwargs)
        except grpc.RpcError as exc:
>           raise exceptions.from_grpc_error(exc) from exc
E           google.api_core.exceptions.NotFound: 404 com.google.apps.framework.request.NotFoundException: No DesignTimeAgent found for project 'python-docs-samples-tests-py38'.

@parthea parthea added the status: blocked Resolving the issue is dependent on other work. label Sep 2, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 3, 2021
@google-cla
Copy link

google-cla bot commented Sep 3, 2021

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 3, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 3, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 3, 2021
@google-cla
Copy link

google-cla bot commented Sep 3, 2021

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@parthea parthea removed the status: blocked Resolving the issue is dependent on other work. label Sep 3, 2021
@google-cla
Copy link

google-cla bot commented Sep 3, 2021

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@parthea
Copy link
Contributor

parthea commented Sep 3, 2021

I reverted back to using a single project as the resource exhausted error is no longer occurring.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 3, 2021
@parthea
Copy link
Contributor

parthea commented Sep 3, 2021

Superseded by #387

@parthea parthea closed this Sep 3, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/python-dialogflow API. cla: yes This human has signed the Contributor License Agreement. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants