-
Notifications
You must be signed in to change notification settings - Fork 715
Add missing links for management plane and strong consistency #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -60,8 +60,8 @@ rpc CreateBook(CreateBookRequest) returns (Book) { | |||||
| - There **should** be exactly one `google.api.method_signature` annotation, | ||||||
| with a value of `"parent,{resource},{resource}_id"`, or "`"parent,{resource}"` | ||||||
| if the resource ID is not required. | ||||||
| - If the API is operating on the [management plane][], the operation should have | ||||||
| [strong consistency][]: the completion of a create operation **must** mean | ||||||
| - If the API is operating on the [management plane](https://google.aip.dev/111#management-plane), the operation should have | ||||||
| [strong consistency](https://google.aip.dev/121#strong-consistency): the completion of a create operation **must** mean | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We prefer to use text references instead of inline links. The reason this isn't linking properly is because the text reference at the bottom is not aligned with the text here. The text here is
Suggested change
|
||||||
| that all user-settable values and the existence of the resource have reached a | ||||||
| steady-state and reading resource state returns a consistent response. | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this, please. The change you've made isn't necessary, this already properly linked:
