2023-09-12
▼ ▲ cloudbuild.projects.locations.list
Flat Path : v2/projects/{projectsId}/locations
Description : Lists information about the supported locations for this service.
Parameter Order : name
HTTP Method : GET
Parameters :
pageSize
Location : query
Format : int32
Description : The maximum number of results to return. If not set, the service selects a default.
Type : integer
filter
Description : A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
Type : string
Location : query
pageToken
Location : query
Type : string
Description : A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
name
Required : Yes
Location : path
Pattern : ^projects/[^/]+$
Description : The resource that owns the locations collection, if applicable.
Type : string
Path : v2/{+name}/locations
▼ ▲ cloudbuild.projects.locations.get
Parameters :
name
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Resource name for the location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets information about a location.
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}
Parameter Order : name
HTTP Method : GET