Skip to content

Commit

Permalink
Accomodate new location of 'IAMPolicyStub' (via synth). (#8679)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Jul 16, 2019
1 parent 53b3316 commit bb77cb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
from google.cloud.kms_v1.proto import service_pb2
from google.cloud.kms_v1.proto import service_pb2_grpc
from google.iam.v1 import iam_policy_pb2
from google.iam.v1 import iam_policy_pb2_grpc
from google.iam.v1 import options_pb2
from google.iam.v1 import policy_pb2
from google.protobuf import field_mask_pb2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import google.api_core.grpc_helpers

from google.cloud.kms_v1.proto import service_pb2_grpc
from google.iam.v1 import iam_policy_pb2_grpc as iam_policy_pb2
from google.iam.v1 import iam_policy_pb2_grpc as iam_policy_pb2_grpc


class KeyManagementServiceGrpcTransport(object):
Expand Down Expand Up @@ -72,7 +72,7 @@ def __init__(
"key_management_service_stub": service_pb2_grpc.KeyManagementServiceStub(
channel
),
"iam_policy_stub": iam_policy_pb2.IAMPolicyStub(channel),
"iam_policy_stub": iam_policy_pb2_grpc.IAMPolicyStub(channel),
}

@classmethod
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-kms/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-07-12T12:26:12.935376Z",
"updateTime": "2019-07-16T12:25:10.305785Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.29.4",
"dockerImage": "googleapis/artman@sha256:63f21e83cb92680b7001dc381069e962c9e6dee314fd8365ac554c07c89221fb"
"version": "0.30.0",
"dockerImage": "googleapis/artman@sha256:a44d9fb6fe826ca0ea7d6f7be23c596346bed82ee513a0043f3c068279717439"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "47bd0c2ba33c28dd624a65dad382e02bb61d1618",
"internalRef": "257690259"
"sha": "2c7bc0a10225cc8e74476ce1131ebf670bed6169",
"internalRef": "258244875"
}
},
{
Expand Down

0 comments on commit bb77cb0

Please sign in to comment.