api_observation_tags
Creates, updates, deletes, gets or lists a api_observation_tags
resource.
Overview
Name | api_observation_tags |
Type | Resource |
Id | google.apim.api_observation_tags |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_api_observation_tags | SELECT | locationsId, projectsId | ListApiObservationTags lists all extant tags on any observation in the given project. |
SELECT
examples
ListApiObservationTags lists all extant tags on any observation in the given project.
SELECT
column_anon
FROM google.apim.api_observation_tags
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';