Skip to main content

locations

Creates, updates, deletes, gets or lists a locations resource.

Overview

Namelocations
TypeResource
Idgoogle.run.locations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
export_project_metadataexecprojectsId, locationsIdExport generated customer metadata for a given project.
export_metadataexecprojectsId, locationsId, locationsId1Export generated customer metadata for a given resource.
export_image_metadataexecprojectsId, locationsId, locationsId1Export image metadata for a given resource.
export_imageexecprojectsId, locationsId, locationsId1Export image for a given resource.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationsIdstring
locationsId1string
projectsIdstring

Lifecycle Methods

Export generated customer metadata for a given project.

EXEC google.run.locations.export_project_metadata 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required;