Method: specialistPools.list

Full name: projects.locations.specialistPools.list

Lists SpecialistPools in a Location.

Endpoint

get https://{service-endpoint}/v1/{parent}/specialistPools

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}

Query parameters

pageSize integer

The standard list page size.

pageToken string

The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.

readMask string (FieldMask format)

Mask specifying which fields to read. FieldMask represents a set of

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body must be empty.

Response body

Response message for SpecialistPoolService.ListSpecialistPools .

If successful, the response body contains data with the following structure:

Fields
specialistPools[] object (SpecialistPool )

A list of SpecialistPools that matches the specified filter in the request.

nextPageToken string

The standard List next-page token.

JSON representation
{
 "specialistPools": [
 {
 object (SpecialistPool )
 }
 ],
 "nextPageToken": string
}

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月27日 UTC.