Skip to main content

datastores

Overview

Namedatastores
TypeResource
Idgoogle.apigee.datastores

Fields

NameDatatypeDescription
createTimestringOutput only. Datastore create time, in milliseconds since the epoch of 1970-01-01T00:00:00Z
datastoreConfigobjectConfiguration detail for datastore
displayNamestringRequired. Display name in UI
lastUpdateTimestringOutput only. Datastore last update time, in milliseconds since the epoch of 1970-01-01T00:00:00Z
orgstringOutput only. Organization that the datastore belongs to
selfstringOutput only. Resource link of Datastore. Example: /organizations/{org}/analytics/datastores/{uuid}
targetTypestringDestination storage type. Supported types gcs or bigquery.

Methods

NameAccessible byRequired ParamsDescription
organizations_analytics_datastores_getSELECTdatastoresId, organizationsIdGet a Datastore
organizations_analytics_datastores_listSELECTorganizationsIdList Datastores
organizations_analytics_datastores_createINSERTorganizationsIdCreate a Datastore for an org
organizations_analytics_datastores_deleteDELETEdatastoresId, organizationsIdDelete a Datastore from an org.
organizations_analytics_datastores_testEXECorganizationsIdTest if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage
organizations_analytics_datastores_updateEXECdatastoresId, organizationsIdUpdate a Datastore