Skip to content

Commit 98a8702

Browse files
authored
docs(AIP-158): clarify response plural first docs (#1571)
1 parent 0f8f36b commit 98a8702

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/rules/0158/response-plural-first-field.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ redirect_from:
1010

1111
# Paginated methods: Page token field
1212

13-
This rule enforces that all `List` and `Search` methods have a plural name
14-
repeatable field as a first field in the response message, as mandated in
15-
[AIP-158][].
13+
This rule enforces that all paginated response messages have a plural
14+
name repeatable field as a first field, as mandated in [AIP-158][].
1615

1716
## Details
1817

19-
This rule looks at any message matching `List*Response` or `Search*Response`
20-
that has `next_page_token` field and complains if the first field's name is not
21-
plural.
18+
This rule looks at any response message that has `next_page_token`
19+
field and complains if the first field's name is not plural.
2220

2321

2422
## Examples

0 commit comments

Comments
 (0)