Thanks to visit codestin.com
Credit goes to github.com

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

chore: use gapic generator python 1.4.1 #493

Merged
merged 2 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api_core import client_options
from google.api_core import exceptions as core_exceptions
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/gapic/monitoring_v3/test_group_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api import monitored_resource_pb2 # type: ignore
from google.api_core import client_options
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/gapic/monitoring_v3/test_metric_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api import distribution_pb2 # type: ignore
from google.api import label_pb2 # type: ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api import label_pb2 # type: ignore
from google.api import launch_stage_pb2 # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/gapic/monitoring_v3/test_query_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api_core import client_options
from google.api_core import exceptions as core_exceptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api_core import client_options
from google.api_core import exceptions as core_exceptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.api import monitored_resource_pb2 # type: ignore
from google.api_core import client_options
Expand Down