File tree Expand file tree Collapse file tree 12 files changed +36
-0
lines changed
bigquery/google/cloud/bigquery
error_reporting/google/cloud/error_reporting
language/google/cloud/language
logging/google/cloud/logging
monitoring/google/cloud/monitoring
pubsub/google/cloud/pubsub
resource_manager/google/cloud/resource_manager
runtimeconfig/google/cloud/runtimeconfig
speech/google/cloud/speech
translate/google/cloud/translate
vision/google/cloud/vision Expand file tree Collapse file tree 12 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 23
23
"""
24
24
25
25
26
+ from pkg_resources import get_distribution
27
+ __version__ = get_distribution ('google-cloud-bigquery' )
28
+
26
29
from google .cloud .bigquery ._helpers import ArrayQueryParameter
27
30
from google .cloud .bigquery ._helpers import ScalarQueryParameter
28
31
from google .cloud .bigquery ._helpers import StructQueryParameter
Original file line number Diff line number Diff line change 25
25
"""
26
26
27
27
28
+ from pkg_resources import get_distribution
29
+ __version__ = get_distribution ('google-cloud-dns' )
30
+
28
31
from google .cloud .dns .zone import Changes
29
32
from google .cloud .dns .client import Client
30
33
from google .cloud .dns .zone import ManagedZone
Original file line number Diff line number Diff line change 15
15
"""Client library for Stackdriver Error Reporting"""
16
16
17
17
18
+ from pkg_resources import get_distribution
19
+ __version__ = get_distribution ('google-cloud-error-reporting' )
20
+
18
21
from google .cloud .error_reporting .client import Client
19
22
from google .cloud .error_reporting .client import HTTPContext
20
23
from google .cloud .error_reporting .util import build_flask_context
Original file line number Diff line number Diff line change 15
15
"""Client library for Google Cloud Natural Language API."""
16
16
17
17
18
+ from pkg_resources import get_distribution
19
+ __version__ = get_distribution ('google-cloud-language' )
20
+
18
21
from google .cloud .language .client import Client
19
22
from google .cloud .language .document import Document
20
23
from google .cloud .language .document import Encoding
Original file line number Diff line number Diff line change 15
15
"""Google Stackdriver Logging API wrapper."""
16
16
17
17
18
+ from pkg_resources import get_distribution
19
+ __version__ = get_distribution ('google-cloud-logging' )
20
+
18
21
from google .cloud .logging .client import Client
19
22
20
23
Original file line number Diff line number Diff line change 14
14
15
15
"""Google Stackdriver Monitoring API wrapper."""
16
16
17
+ from pkg_resources import get_distribution
18
+ __version__ = get_distribution ('google-cloud-monitoring' )
19
+
17
20
from google .cloud .monitoring .client import Client
18
21
from google .cloud .monitoring .group import Group
19
22
from google .cloud .monitoring .label import LabelDescriptor
Original file line number Diff line number Diff line change 24
24
"""
25
25
26
26
27
+ from pkg_resources import get_distribution
28
+ __version__ = get_distribution ('google-cloud-pubsub' )
29
+
27
30
from google .cloud .pubsub .client import Client
28
31
from google .cloud .pubsub .subscription import Subscription
29
32
from google .cloud .pubsub .topic import Topic
Original file line number Diff line number Diff line change 15
15
"""Google Cloud Resource Manager API wrapper."""
16
16
17
17
18
+ from pkg_resources import get_distribution
19
+ __version__ = get_distribution ('google-cloud-resource-manager' )
20
+
18
21
from google .cloud .resource_manager .client import Client
19
22
from google .cloud .resource_manager .project import Project
20
23
Original file line number Diff line number Diff line change 14
14
15
15
"""Google Cloud Runtime Configurator API package."""
16
16
17
+ from pkg_resources import get_distribution
18
+ __version__ = get_distribution ('google-cloud-runtimeconfig' )
19
+
17
20
from google .cloud .runtimeconfig .client import Client
Original file line number Diff line number Diff line change 14
14
15
15
"""Google Cloud Speech API wrapper."""
16
16
17
+ from pkg_resources import get_distribution
18
+ __version__ = get_distribution ('google-cloud-speech' )
19
+
17
20
from google .cloud .speech .alternative import Alternative
18
21
from google .cloud .speech .client import Client
19
22
from google .cloud .speech .encoding import Encoding
Original file line number Diff line number Diff line change 14
14
15
15
"""Google Cloud Translation API wrapper."""
16
16
17
+ from pkg_resources import get_distribution
18
+ __version__ = get_distribution ('google-cloud-translate' )
19
+
17
20
from google .cloud .translate .client import BASE
18
21
from google .cloud .translate .client import Client
19
22
from google .cloud .translate .client import NMT
Original file line number Diff line number Diff line change 14
14
15
15
"""Google Cloud Vision API package."""
16
16
17
+ from pkg_resources import get_distribution
18
+ __version__ = get_distribution ('google-cloud-vision' )
19
+
17
20
from google .cloud .vision .client import Client
You can’t perform that action at this time.
0 commit comments