2025-05-17
▼ ▲ appengine.projects.locations.applications.services.patch
Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}
HTTP Method : PATCH
Parameters :
projectsId
Description : Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.
Location : path
Required : Yes
Type : string
locationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
applicationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
servicesId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Standard field mask for the set of fields to be updated.
Location : query
Type : string
Format : google-fieldmask
migrateTraffic
Description : Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
Location : query
Type : boolean
Parameter Order :
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the configuration of the specified service.
▼ ▲ appengine.projects.locations.applications.domainMappings.get
Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
HTTP Method : GET
Parameters :
projectsId
Description : Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.
Location : path
Required : Yes
Type : string
locationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
applicationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
domainMappingsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes :
Description : Gets the specified domain mapping.