Make the `permissions` argument in TestIamPermissions required.
PiperOrigin-RevId: 280279014
This commit is contained in:
parent
dec8fd8ea5
commit
218164b3de
|
|
@ -134,7 +134,7 @@ message TestIamPermissionsRequest {
|
|||
// wildcards (such as '*' or 'storage.*') are not allowed. For more
|
||||
// information see
|
||||
// [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
||||
repeated string permissions = 2;
|
||||
repeated string permissions = 2 [(google.api.field_behavior) = REQUIRED];
|
||||
}
|
||||
|
||||
// Response message for `TestIamPermissions` method.
|
||||
|
|
|
|||
Loading…
Reference in New Issue