clientmetadata
Creates, updates, deletes, gets or lists a clientmetadata resource.
Overview
| Name | clientmetadata |
| Type | Resource |
| Id | google.integrations.clientmetadata |
Fields
The following fields are returned by SELECT queries:
- projects_get_clientmetadata
| Name | Datatype | Description |
|---|---|---|
properties | object | Required. Required: The client configuration that was requested (id: GoogleCloudIntegrationsV1alphaProjectProperties) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_get_clientmetadata | select | projectsId | Gets 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.
| Name | Datatype | Description |
|---|---|---|
projectsId | string |
SELECT examples
- projects_get_clientmetadata
Gets the metadata info for the requested client
SELECT
properties
FROM google.integrations.clientmetadata
WHERE projectsId = '{{ projectsId }}' -- required
;