Skip to main content

Gcp/datastore

@swamp/gcp/datastorev2026.05.25.2· 8d agoMODELS
01README

Google Cloud datastore infrastructure models

02Release Notes
  • Updated: indexes
03Models1
@swamp/gcp/datastore/indexesv2026.05.25.2indexes.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.
fn create(waitForReady?: boolean)
Create a indexes
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a indexes
ArgumentTypeDescription
identifierstringThe name of the indexes
fn delete(identifier: string)
Delete the indexes
ArgumentTypeDescription
identifierstringThe name of the indexes
fn sync()
Sync indexes state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List indexes resources
ArgumentTypeDescription
filter?string
pageSize?numberThe maximum number of items to return. If zero, then all results will be returned.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Datastore composite index definition.
04Previous Versions10
2026.05.24.1May 24, 2026
  • Updated: indexes
2026.05.21.2May 21, 2026
  • Updated: indexes
2026.05.21.1May 21, 2026
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
2026.04.23.1Apr 23, 2026
2026.04.03.3Apr 3, 2026
  • Updated: indexes
2026.04.03.1Apr 3, 2026
  • Updated: indexes
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: indexes
05Stats
A
100 / 100
Downloads
0
Archive size
20.3 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels