From 4c2ca81a0c976d4d37a8999984b7894d9af22124 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 25 Sep 2019 08:40:28 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 271130964 --- google/iam/v1/policy.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/google/iam/v1/policy.proto b/google/iam/v1/policy.proto index 027a9705..1676ad48 100644 --- a/google/iam/v1/policy.proto +++ b/google/iam/v1/policy.proto @@ -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; }