Required. The name of the ApiOperation to retrieve. Format: projects/{project}/locations/{location}/observationJobs/{observationJob}/apiObservations/{api_observation}/apiOperation/{api_operation}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiOperation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name resource:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This API operation, `apiOperations.get`, retrieves a single `ApiOperation` resource by its unique name, which is a required path parameter in the request."],["The HTTP request uses a `GET` method at a specific URL, structured using gRPC Transcoding syntax, to locate and retrieve the desired `ApiOperation`."],["The request body for this operation must be empty, indicating no additional data is needed beyond the path parameter to specify the desired `ApiOperation`."],["A successful response will return an instance of the `ApiOperation` resource, with its detailed information."],["Access to this API operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `apim.apiOperations.get` on the specified resource."]]],[]]