You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the code snippet below which has a missing backtick. This can cause issue in client library documentation and a linter rule would help prevent issues from being introduced upstream.
// `"application/json"`. The default value is set to "application/json"`.
should be
// `"application/json"`. The default value is set to `"application/json"`.
See the code snippet below which has a missing backtick. This can cause issue in client library documentation and a linter rule would help prevent issues from being introduced upstream.
should be
https://github.com/googleapis/googleapis/blob/674883e3c55a16ed558ea0df1125537a956ff945/google/cloud/tasks/v2beta3/target.proto#L196
The text was updated successfully, but these errors were encountered: