Skip to main content

Gcp/versionhistory

@swamp/gcp/versionhistoryv2026.07.29.1· 2d agoMODELS
01README

Google Cloud versionhistory infrastructure models

02Release Notes
  • Updated: platforms, platforms_channels, platforms_channels_versions, platforms_channels_versions_releases
03Models4
@swamp/gcp/versionhistory/platformsv2026.07.29.1platforms.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP 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?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a platforms
ArgumentTypeDescription
identifierstringThe name of the platforms
fn sync(identifier?: string)
Sync platforms state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific platforms by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List platforms resources
ArgumentTypeDescription
pageSize?numberOptional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP 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?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a channels
ArgumentTypeDescription
identifierstringThe name of the channels
fn sync(identifier?: string)
Sync channels state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific channels by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List channels resources
ArgumentTypeDescription
pageSize?numberOptional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP 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?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a versions
ArgumentTypeDescription
identifierstringThe name of the versions
fn sync(identifier?: string)
Sync versions state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific versions by name (e.g. one discovered by list)
fn list(filter: string, orderBy: string, pageSize?: number, maxPages?: number)
List versions resources
ArgumentTypeDescription
filterstring
orderBystring
pageSize?numberOptional. Optional limit on the number of versions to include in the response. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP 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?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a releases
ArgumentTypeDescription
identifierstringThe name of the releases
fn sync(identifier?: string)
Sync releases state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific releases by name (e.g. one discovered by list)
fn list(filter: string, orderBy: string, pageSize?: number, maxPages?: number)
List releases resources
ArgumentTypeDescription
filterstring
orderBystring
pageSize?numberOptional. Optional limit on the number of releases to include in the response. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum 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 Versions17
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