v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13163566.6 KB
projects

Lists Endpoints in a given project and location.

get/v1/{+parent}/endpoints

Path parameters

parentstring required

Required. The project and location to list endpoints in. Expected format: projects/{project}/locations/{location}.

Query parameters

filterstring

Optional. A query string used to filter the list of endpoints returned. The filter expression must follow AIP-160 syntax. Filtering is supported on the name, display_name, description, version, and interfaces fields. Some examples: * name = "projects/p1/locations/l1/endpoints/e1" * display_name = "my-endpoint" * description = "my-endpoint-description" * version = "v1" * interfaces.transport = "HTTP_JSON"

pageSizeinteger

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

pageTokenstring

Optional. A token identifying a page of results the server should return.

Response

Successful response