Parent to retrieve services from. If this is set, the parent of all of the services specified innamesmust match this field. An example name would be:projects/123where123is the project number. Theservices.batchGetmethod currently only supports projects.
Authorization requires the followingIAMpermission on the specified resourceparent:
serviceusage.services.get
Query parameters
Parameters
names[]
string
Names of the services to retrieve.
An example name would be:projects/123/services/serviceusage.googleapis.comwhere123is the project number. A single request can get a maximum of 30 services at a time.
Request body
The request body must be empty.
Response body
Response message for theservices.batchGetmethod.
If successful, the response body contains data with the following structure:
[[["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 2025-05-14 UTC."],[],[],null,["# Method: services.batchGet\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.BatchGetServicesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns the service configurations and enabled states for a given list of services.\n\n### HTTP request\n\n`GET https://serviceusage.googleapis.com/v1/{parent=*/*}/services:batchGet`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the `services.batchGet` method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform.read-only`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]