https://github.com/meshapi/grpc-api-gateway/blob/3f9312ee199c65eac3fe32b7ada8b4e168f92b7b/reference/openapi/visibility/index.html#L1155C228-L1155C253 To reveal some misunderstandings (for methods visibility sets with corresponding extension, not an `api_visibility`) I suppose to quickfix this line to: ``` option (google.api.method_visibility).restriction = "EXPERIMENTAL"; ```
https://github.com/meshapi/grpc-api-gateway/blob/3f9312ee199c65eac3fe32b7ada8b4e168f92b7b/reference/openapi/visibility/index.html#L1155C228-L1155C253
To reveal some misunderstandings (for methods visibility sets with corresponding extension, not an
api_visibility) I suppose to quickfix this line to: