Make the `permissions` argument in TestIamPermissions required.

PiperOrigin-RevId: 280279014
This commit is contained in:
Google APIs 2019-11-13 14:22:52 -08:00 committed by Copybara-Service
parent dec8fd8ea5
commit 218164b3de
1 changed files with 1 additions and 1 deletions

View File

@ -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.