Skip to main content

@swamp/gcp/datastore

v2026.04.23.1

Google Cloud datastore infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-clouddatastorecloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/datastore

@swamp/gcp/datastore/indexesv2026.04.23.1indexes.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
ancestor?enumRequired. The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.
projectId?stringOutput only. Project ID.
properties?arrayRequired. An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties.
createCreate a indexes
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
getGet a indexes
ArgumentTypeDescription
identifierstringThe name of the indexes
deleteDelete the indexes
ArgumentTypeDescription
identifierstringThe name of the indexes
syncSync indexes state from GCP

Resources

state(infinite)— Datastore composite index definition.