Skip to content

Commit 7189e45

Browse files
chore: use gapic generator python 1.4.1 (#455)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: googleapis/googleapis-gen@1ee1a06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
1 parent 16eb9e5 commit 7189e45

32 files changed

+32
-32
lines changed

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_changelogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_deployments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_entity_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_flows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_intents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

packages/google-cloud-dialogflow-cx/tests/unit/gapic/dialogflowcx_v3/test_security_settings_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.api_core import client_options
3333
from google.api_core import exceptions as core_exceptions

0 commit comments

Comments
 (0)