Method: projects.locations.regionalEndpoints.list

Lists RegionalEndpoints in a given project and location.

HTTP request

GET https://networkconnectivity.googleapis.com/v1beta/{parent=projects/*/locations/*}/regionalEndpoints

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource's name of the RegionalEndpoint.

Query parameters

Parameters
pageSize

integer

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

pageToken

string

A page token.

filter

string

A filter expression that filters the results listed in the response.

orderBy

string

Sort the results by a certain order.

Request body

The request body must be empty.

Response body

Response for regionalEndpoints.list.

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

JSON representation
{
  "regionalEndpoints": [
    {
      object (RegionalEndpoint)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
regionalEndpoints[]

object (RegionalEndpoint)

Regional endpoints to be returned.

nextPageToken

string

The next pagination token in the List response. It should be used as pageToken for the following request. An empty value means no more result.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.