Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE ME] Re-generated to pick up changes from self. #155

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@
from google.protobuf import field_mask_pb2


try:
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable"
).version
except pkg_resources.DistributionNotFound:
_GAPIC_LIBRARY_VERSION = None
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable",
).version


class BigtableInstanceAdminClient(object):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,9 @@
from google.protobuf import field_mask_pb2


import pkg_resources

try:
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable"
).version
except pkg_resources.DistributionNotFound:
_GAPIC_LIBRARY_VERSION = None
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable",
).version


class BigtableTableAdminClient(object):
Expand Down
9 changes: 3 additions & 6 deletions google/cloud/bigtable_v2/gapic/bigtable_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@
from google.cloud.bigtable_v2.proto import data_pb2


try:
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable"
).version
except pkg_resources.DistributionNotFound:
_GAPIC_LIBRARY_VERSION = None
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-bigtable",
).version


class BigtableClient(object):
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-bigtable.git",
"sha": "3861f6b0552e431a1fc7aa872c4d293ca129c28c"
"sha": "a974dba2bfe65eab792b1357a38413d65b2e78be"
}
},
{
Expand Down