File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments