Gcp/versionhistory
@swamp/gcp/versionhistoryv2026.07.29.1
01README
Google Cloud versionhistory infrastructure models
02Release Notes
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
03Models
@swamp/gcp/versionhistory/platformsv2026.07.29.1platforms.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a platforms
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the platforms |
fn sync(identifier?: string)
Sync platforms state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific platforms by name (e.g. one discovered by list) |
fn list(pageSize?: number, maxPages?: number)
List platforms resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Each Platform is owned by a Product and owns a collection of channels. Availa...
@swamp/gcp/versionhistory/platforms-channelsv2026.07.29.1platforms_channels.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a channels
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the channels |
fn sync(identifier?: string)
Sync channels state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific channels by name (e.g. one discovered by list) |
fn list(pageSize?: number, maxPages?: number)
List channels resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Each Channel is owned by a Platform and owns a collection of versions. Possib...
@swamp/gcp/versionhistory/platforms-channels-versionsv2026.07.29.1platforms_channels_versions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
fn sync(identifier?: string)
Sync versions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific versions by name (e.g. one discovered by list) |
fn list(filter: string, orderBy: string, pageSize?: number, maxPages?: number)
List versions resources
| Argument | Type | Description |
|---|---|---|
| filter | string | |
| orderBy | string | |
| pageSize? | number | Optional. Optional limit on the number of versions to include in the response. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Each Version is owned by a Channel. A Version only displays the Version numbe...
@swamp/gcp/versionhistory/platforms-channels-versions-releasesv2026.07.29.1platforms_channels_versions_releases.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a releases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the releases |
fn sync(identifier?: string)
Sync releases state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific releases by name (e.g. one discovered by list) |
fn list(filter: string, orderBy: string, pageSize?: number, maxPages?: number)
List releases resources
| Argument | Type | Description |
|---|---|---|
| filter | string | |
| orderBy | string | |
| pageSize? | number | Optional. Optional limit on the number of releases to include in the response. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A Release is owned by a Version. A Release contains information about the rel...
04Previous Versions
2026.07.21.2
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.07.20.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.07.19.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.07.18.2
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.06.08.2
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.06.07.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.05.25.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
Modified 4 models
2026.05.24.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.05.21.2
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.05.21.1
2026.05.19.2
2026.05.19.1
2026.04.23.1
2026.04.03.3
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.04.03.1
- Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
2026.04.02.2
2026.03.27.1
- Added: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
05Stats
A
100 / 100
Downloads
0
Archive size
30.4 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 types (deprecated)1/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