Skip to main content

clientmetadata

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

Overview

Nameclientmetadata
TypeResource
Idgoogle.integrations.clientmetadata

Fields

NameDatatypeDescription
propertiesobjectMetadata information for the given project

Methods

NameAccessible byRequired ParamsDescription
projects_get_clientmetadataSELECTprojectsIdGets the metadata info for the requested client

SELECT examples

Gets the metadata info for the requested client

SELECT
properties
FROM google.integrations.clientmetadata
WHERE projectsId = '{{ projectsId }}';