File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/grpc-google-iam-v1/google/iam/v1 Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3333from google .api import client_pb2 as google_dot_api_dot_client__pb2
3434from google .api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
3535from google .api import resource_pb2 as google_dot_api_dot_resource__pb2
36+ from google .protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
37+
3638from google .iam .v1 import options_pb2 as google_dot_iam_dot_v1_dot_options__pb2
3739from google .iam .v1 import policy_pb2 as google_dot_iam_dot_v1_dot_policy__pb2
38- from google .protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
3940
4041DESCRIPTOR = _descriptor_pool .Default ().AddSerializedFile (
4142 b'\n \x1e google/iam/v1/iam_policy.proto\x12 \r google.iam.v1\x1a \x1c google/api/annotations.proto\x1a \x17 google/api/client.proto\x1a \x1f google/api/field_behavior.proto\x1a \x19 google/api/resource.proto\x1a \x1b google/iam/v1/options.proto\x1a \x1a google/iam/v1/policy.proto\x1a google/protobuf/field_mask.proto"\x8f \x01 \n \x13 SetIamPolicyRequest\x12 \x1b \n \x08 resource\x18 \x01 \x01 (\t B\t \xe0 \x41 \x02 \xfa \x41 \x03 \n \x01 *\x12 *\n \x06 policy\x18 \x02 \x01 (\x0b \x32 \x15 .google.iam.v1.PolicyB\x03 \xe0 \x41 \x02 \x12 /\n \x0b update_mask\x18 \x03 \x01 (\x0b \x32 \x1a .google.protobuf.FieldMask"d\n \x13 GetIamPolicyRequest\x12 \x1b \n \x08 resource\x18 \x01 \x01 (\t B\t \xe0 \x41 \x02 \xfa \x41 \x03 \n \x01 *\x12 \x30 \n \x07 options\x18 \x02 \x01 (\x0b \x32 \x1f .google.iam.v1.GetPolicyOptions"R\n \x19 TestIamPermissionsRequest\x12 \x1b \n \x08 resource\x18 \x01 \x01 (\t B\t \xe0 \x41 \x02 \xfa \x41 \x03 \n \x01 *\x12 \x18 \n \x0b permissions\x18 \x02 \x03 (\t B\x03 \xe0 \x41 \x02 "1\n \x1a TestIamPermissionsResponse\x12 \x13 \n \x0b permissions\x18 \x01 \x03 (\t 2\xb4 \x03 \n \t IAMPolicy\x12 t\n \x0c SetIamPolicy\x12 ".google.iam.v1.SetIamPolicyRequest\x1a \x15 .google.iam.v1.Policy")\x82 \xd3 \xe4 \x93 \x02 #"\x1e /v1/{resource=**}:setIamPolicy:\x01 *\x12 t\n \x0c GetIamPolicy\x12 ".google.iam.v1.GetIamPolicyRequest\x1a \x15 .google.iam.v1.Policy")\x82 \xd3 \xe4 \x93 \x02 #"\x1e /v1/{resource=**}:getIamPolicy:\x01 *\x12 \x9a \x01 \n \x12 TestIamPermissions\x12 (.google.iam.v1.TestIamPermissionsRequest\x1a ).google.iam.v1.TestIamPermissionsResponse"/\x82 \xd3 \xe4 \x93 \x02 )"$/v1/{resource=**}:testIamPermissions:\x01 *\x1a \x1e \xca \x41 \x1b iam-meta-api.googleapis.comB|\n \x11 \x63 om.google.iam.v1B\x0e IamPolicyProtoP\x01 Z)cloud.google.com/go/iam/apiv1/iampb;iampb\xaa \x02 \x13 Google.Cloud.Iam.V1\xca \x02 \x13 Google\\ Cloud\\ Iam\\ V1b\x06 proto3'
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ from google.api import annotations_pb2 as _annotations_pb2
2222from google .api import client_pb2 as _client_pb2
2323from google .api import field_behavior_pb2 as _field_behavior_pb2
2424from google .api import resource_pb2 as _resource_pb2
25- from google .iam .v1 import options_pb2 as _options_pb2
26- from google .iam .v1 import policy_pb2 as _policy_pb2
2725from google .protobuf import descriptor as _descriptor
2826from google .protobuf import field_mask_pb2 as _field_mask_pb2
2927from google .protobuf import message as _message
3028from google .protobuf .internal import containers as _containers
3129
30+ from google .iam .v1 import options_pb2 as _options_pb2
31+ from google .iam .v1 import policy_pb2 as _policy_pb2
32+
3233DESCRIPTOR : _descriptor .FileDescriptor
3334
3435class SetIamPolicyRequest (_message .Message ):
You can’t perform that action at this time.
0 commit comments