01README
Google Cloud datastore infrastructure models
02Models
@swamp/gcp/datastore/indexesv2026.04.23.1indexes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| ancestor? | enum | Required. The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED. |
| projectId? | string | Output only. Project ID. |
| properties? | array | Required. An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties. |
fn create(waitForReady?: boolean)
Create a indexes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a indexes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the indexes |
fn delete(identifier: string)
Delete the indexes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the indexes |
fn sync()
Sync indexes state from GCP
Resources
state(infinite)— Datastore composite index definition.
03Previous Versions
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
04Stats
A
100 / 100
Downloads
0
Archive size
13.0 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
- 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
05Platforms
06Labels