generated/google/apis/clouderrorreporting_v1beta1/service.rb in google-api-client-0.23.4 vs generated/google/apis/clouderrorreporting_v1beta1/service.rb in google-api-client-0.23.5
- old
+ new
@@ -142,16 +142,15 @@
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
# Report an individual error event.
- # This endpoint accepts <strong>either</strong> an OAuth token,
- # <strong>or</strong> an
- # <a href="https://support.google.com/cloud/answer/6158862">API key</a>
+ # This endpoint accepts **either** an OAuth token,
+ # **or** an [API key](https://support.google.com/cloud/answer/6158862)
# for authentication. To use an API key, append it to the URL as the value of
# a `key` parameter. For example:
- # <pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-
- # project/events:report?key=123ABC456</pre>
+ # `POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-
+ # project/events:report?key=123ABC456`
# @param [String] project_name
# [Required] The resource name of the Google Cloud Platform project. Written
# as `projects/` plus the
# [Google Cloud Platform project ID](https://support.google.com/cloud/answer/
# 6158840).