Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
- Currently most of the Google Cloud APIs include REST calls to list/describe operations from its own resource
- Some users get confused into what API resource they should use.
- For example:
1- User wants to describe its operation from the resource 'compute#operation'
2- User believes this resource can fall under "Resource Manager" [1]
3- The operations.get call fails with the following status response:
{
"error": {
"code": 400,
"message": "field [name] has issue [invalid operation name]",
"status": "INVALID_ARGUMENT",
[...]
}
4- Now the user might believe that the operation failed due the operation identifier being malformed
Request:
- Please improve this status message to point users to check for the resource they are calling.
- Example:
"message": "field [name] has issue [invalid operation name], please check if you are calling the operation on the correct resource",
Attachments:
[1]