2023-06-10
▼ ▲ appengine.projects.locations.applications.services.list
Parameter Order :
Scopes :
Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services
HTTP Method : GET
Description : Lists all the services in the application.
Parameters :
locationsId
Description : Part of `parent`. See documentation of `projectsId`.
Required : Yes
Type : string
Location : path
pageSize
Format : int32
Location : query
Type : integer
Description : Maximum results to return per page.
applicationsId
Type : string
Location : path
Required : Yes
Description : Part of `parent`. See documentation of `projectsId`.
pageToken
Description : Continuation token for fetching the next page of results.
Location : query
Type : string
projectsId
Required : Yes
Type : string
Location : path
Description : Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services
▼ ▲ appengine.projects.locations.applications.services.get
HTTP Method : GET
Description : Gets the current configuration of the specified service.
Scopes :
Parameters :
applicationsId
Required : Yes
Description : Part of `name`. See documentation of `projectsId`.
Type : string
Location : path
locationsId
Type : string
Location : path
Required : Yes
Description : Part of `name`. See documentation of `projectsId`.
servicesId
Type : string
Description : Part of `name`. See documentation of `projectsId`.
Required : Yes
Location : path
projectsId
Location : path
Required : Yes
Type : string
Description : Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.
Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}
Parameter Order :