Skip to main content

clientmetadata

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

Overview

Nameclientmetadata
TypeResource
Idgoogle.integrations.clientmetadata

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
propertiesobjectRequired. Required: The client configuration that was requested (id: GoogleCloudIntegrationsV1alphaProjectProperties)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_get_clientmetadataselectprojectsIdGets the metadata info for the requested client

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
projectsIdstring

SELECT examples

Gets the metadata info for the requested client

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