File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ aforementioned guidance i.e. the API call returns an error status instead of a
9898partial result, to adopt the ` unreachable ` pattern the API ** must** do the
9999following:
100100
101- * the default behavior ** must** be retained to avoid incompatible behavioral
102- changes
103- * For example, if the default behavior is to return an error if any location
104- is unreachable, that default behavior ** must** be retained.
105- * the request message ** must** have a ` bool return_partial_success ` field
106- * the response message ** must** have the standard
107- ` repeated string unreachable ` field
108- * the two aforementioned fields ** must** be added simultaneously
101+ - The default behavior ** must** be retained to avoid incompatible behavioral
102+ changes
103+ - For example, if the default behavior is to return an error if any location
104+ is unreachable, that default behavior ** must** be retained.
105+ - The request message ** must** have a ` bool return_partial_success ` field
106+ - The response message ** must** have the standard
107+ ` repeated string unreachable ` field
108+ - The two aforementioned fields ** must** be added simultaneously
109109
110110When the ` bool return_partial_success ` field is set to ` true ` in a request, the
111111API ** must** behave as described in the aforementioned guidance with regards to
You can’t perform that action at this time.
0 commit comments