Rephrase description of IAM and response item parameter documentation

This commit is contained in:
Christian Schaible 2024-09-02 08:57:20 +02:00
parent e355e25136
commit 1a9cd436e9

View file

@ -339,8 +339,7 @@ message AuthorizationInfo {
(buf.validate.field).string.pattern = "^[a-z-]+(?:\\.[a-z-]+)*\\.[a-z-]+$"
];
// Whether or not authorization for `resource` and `permission`
// was granted.
// IAM permission check result.
//
// Required: false
optional bool granted = 3;
@ -523,8 +522,7 @@ message AttributeContext {
// generally models semantics of an HTTP response.
message Response {
// The number of items returned from a List or Query API method,
// if applicable.
// The number of items returned to the client if applicable.
//
// Required: false
optional google.protobuf.Int64Value num_response_items = 1 [