Synchronize new proto/yaml changes.
PiperOrigin-RevId: 271130964
This commit is contained in:
parent
0df958b390
commit
4c2ca81a0c
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue