listServices method

ResponseFuture<ListServicesResponse> listServices(
  1. ListServicesRequest request, {
  2. CallOptions? options,
})

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.

Implementation

$grpc.ResponseFuture<$0.ListServicesResponse> listServices(
  $0.ListServicesRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listServices, request, options: options);
}