listServices method
- @Deprecated('This method is deprecated')
- ListServicesRequest request, {
- CallOptions? options,
Lists 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.
Implementation
@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$0.ListServicesResponse> listServices(
$0.ListServicesRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listServices, request, options: options);
}