v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-139139155.5 KB
services

List all services available to the specified project, and the current state of those services with respect to the project. The list includes all public services, all services for which the calling user has the servicemanagement.services.bind permission, and all services that have already been enabled on the project. The list can be filtered to only include services in a specific state, for example to only include services enabled on the project. WARNING: If you need to query enabled services frequently or across an organization, you should use Cloud Asset Inventory API, which provides higher throughput and richer filtering capability.

get/v1/{+parent}/services

Path parameters

parentstring required

Parent to search for services on. An example name would be: projects/123 where 123 is the project number.

Query parameters

filterstring

Only list services that conform to the given filter. The allowed filter strings are state:ENABLED and state:DISABLED.

pageSizeinteger

Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.

pageTokenstring

Token identifying which result to start with, which is returned by a previous list call.

Response

Successful response