File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ branch = True
55omit =
66 */_generated/*.py
77 # Packages in the "google.cloud" package that we don't own.
8- */google/cloud/logging/v2/*
9- */google/cloud/pubsub/v1/*
8+ */google/cloud/gapic/*
109fail_under = 100
1110show_missing = True
1211exclude_lines =
Original file line number Diff line number Diff line change 1717import os
1818
1919try :
20- from google .cloud .logging .v2 .config_service_v2_api import (
20+ from google .cloud .gapic . logging .v2 .config_service_v2_api import (
2121 ConfigServiceV2Api as GeneratedSinksAPI )
22- from google .cloud .logging .v2 .logging_service_v2_api import (
22+ from google .cloud .gapic . logging .v2 .logging_service_v2_api import (
2323 LoggingServiceV2Api as GeneratedLoggingAPI )
24- from google .cloud .logging .v2 .metrics_service_v2_api import (
24+ from google .cloud .gapic . logging .v2 .metrics_service_v2_api import (
2525 MetricsServiceV2Api as GeneratedMetricsAPI )
2626 from google .cloud .logging ._gax import _LoggingAPI as GAXLoggingAPI
2727 from google .cloud .logging ._gax import _MetricsAPI as GAXMetricsAPI
Original file line number Diff line number Diff line change 1414
1515"""GAX wrapper for Pubsub API requests."""
1616
17- from google .cloud .pubsub .v1 .publisher_api import PublisherApi
18- from google .cloud .pubsub .v1 .subscriber_api import SubscriberApi
17+ from google .cloud .gapic . pubsub .v1 .publisher_api import PublisherApi
18+ from google .cloud .gapic . pubsub .v1 .subscriber_api import SubscriberApi
1919from google .gax import CallOptions
2020from google .gax import INITIAL_PAGE
2121from google .gax .errors import GaxError
Original file line number Diff line number Diff line change 1515 'httplib2 >= 0.9.1' ,
1616 'googleapis-common-protos' ,
1717 'oauth2client >= 2.0.1' ,
18- 'protobuf >= 3.0.0b2, != 3.0.0.b2.post1 ' ,
18+ 'protobuf >= 3.0.0 ' ,
1919 'six' ,
2020]
2121
2222GRPC_PACKAGES = [
23- 'grpcio >= 1.0rc1 ' ,
24- 'google-gax >= 0.12.3 , < 0.13dev ' ,
25- 'gax -google-pubsub-v1 >= 0.8 .0, < 0.9dev ' ,
26- 'grpc-google-pubsub-v1 >= 0.8 .0, < 0.9dev ' ,
27- 'gax -google-logging-v2 >= 0.8 .0, < 0.9dev ' ,
28- 'grpc-google-logging-v2 >= 0.8 .0, < 0.9dev ' ,
23+ 'grpcio >= 1.0.0 ' ,
24+ 'google-gax >= 0.13.0 , < 0.14dev ' ,
25+ 'gapic -google-pubsub-v1 >= 0.9 .0, < 0.10dev ' ,
26+ 'grpc-google-pubsub-v1 >= 0.9 .0, < 0.10dev ' ,
27+ 'gapic -google-logging-v2 >= 0.9 .0, < 0.10dev ' ,
28+ 'grpc-google-logging-v2 >= 0.9 .0, < 0.10dev ' ,
2929]
3030
3131RTD_ENV_VAR = 'READTHEDOCS'
You can’t perform that action at this time.
0 commit comments