File tree Expand file tree Collapse file tree
packages/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ def test_iam_permissions(self, permissions):
473473 def _to_dict_from_policy_pb (self , policy ):
474474 """Returns a dictionary representation of resource returned from
475475 the getIamPolicy API to use as parameter for
476- :meth: google.cloud .iam.Policy.from_api_repr
476+ :meth: google.api_core .iam.Policy.from_api_repr
477477 """
478478 pb_dict = {}
479479 bindings = [
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from google .cloud .iam import Policy as BasePolicy
15+ from google .api_core .iam import Policy as BasePolicy
1616from google .cloud ._helpers import _to_bytes
1717
1818"""IAM roles supported by Bigtable Instance resource"""
Original file line number Diff line number Diff line change 2929# 'Development Status :: 5 - Production/Stable'
3030release_status = 'Development Status :: 4 - Beta'
3131dependencies = [
32- 'google-api-core[grpc] >= 1.4.1 , < 2.0.0dev' ,
32+ 'google-api-core[grpc] >= 1.6.0 , < 2.0.0dev' ,
3333 'google-cloud-core >= 0.28.0, <0.29dev' ,
3434 'grpc-google-iam-v1 >= 0.11.4, < 0.12dev' ,
3535]
You can’t perform that action at this time.
0 commit comments