Synchronize new proto/yaml changes.

PiperOrigin-RevId: 271130964
This commit is contained in:
Google APIs 2019-09-25 08:40:28 -07:00 committed by Copybara-Service
parent 0df958b390
commit 4c2ca81a0c
1 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@ option php_namespace = "Google\\Cloud\\Iam\\V1";
// {
// "bindings": [
// {
// "role": "role/resourcemanager.organizationAdmin",
// "role": "roles/resourcemanager.organizationAdmin",
// "members": [
// "user:mike@example.com",
// "group:admins@example.com",
@ -198,8 +198,7 @@ message BindingDelta {
// Required
string member = 3;
// The condition that is associated with this binding. This field is logged
// only for Cloud Audit Logging.
// The condition that is associated with this binding.
google.type.Expr condition = 4;
}