@swamp/gcp/apigateway
v2026.04.23.1
Google Cloud apigateway infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
gcpgoogle-cloudapigatewaycloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
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/apigateway@swamp/gcp/apigateway/apisv2026.04.23.1apis.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| displayName? | string | Optional. Display name. |
| labels? | record | Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources |
| managedService? | string | Optional. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed). If not specified, a new Service will automatically be created in the same project as this API. |
| apiId? | string | Required. Identifier to assign to the API. Must be unique within scope of the parent resource. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a apis
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
getGet a apis
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the apis |
updateUpdate apis attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
deleteDelete the apis
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the apis |
syncSync apis state from GCP
Resources
state(infinite)— An API that can be served by one or more Gateways.
@swamp/gcp/apigateway/apis-configsv2026.04.23.1apis_configs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| displayName? | string | Optional. Display name. |
| gatewayServiceAccount? | string | Immutable. The Google Cloud IAM Service Account that Gateways serving this config should use to authenticate to other services. This may either be the Service Account's email (`{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`) or its full resource name (`projects/{PROJECT}/accounts/{UNIQUE_ID}`). This is most often used when the service is a GCP resource such as a Cloud Run Service or an IAP-secured service. |
| grpcServices? | array | Optional. gRPC service definition files. If specified, openapi_documents must not be included. |
| labels? | record | Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources |
| managedServiceConfigs? | array | Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merge |
| openapiDocuments? | array | Optional. OpenAPI specification documents. If specified, grpc_services and managed_service_configs must not be included. |
| apiConfigId? | string | Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a configs
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
getGet a configs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the configs |
updateUpdate configs attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
deleteDelete the configs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the configs |
syncSync configs state from GCP
Resources
state(infinite)— An API Configuration is a combination of settings for both the Managed Servic...
@swamp/gcp/apigateway/gatewaysv2026.04.23.1gateways.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| apiConfig? | string | Required. Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig} |
| displayName? | string | Optional. Display name. |
| labels? | record | Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources |
| gatewayId? | string | Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a gateways
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
getGet a gateways
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the gateways |
updateUpdate gateways attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
deleteDelete the gateways
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the gateways |
syncSync gateways state from GCP
Resources
state(infinite)— A Gateway is an API-aware HTTP proxy. It performs API-Method and/or API-Consu...
@swamp/gcp/apigateway/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
getGet a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
syncSync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
2026.04.03.322.4 KBApr 3, 2026
Google Cloud apigateway infrastructure models
Release Notes
- Updated: locations, apis, apis_configs, gateways
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudapigatewaycloudinfrastructure
2026.04.03.122.0 KBApr 3, 2026
Google Cloud apigateway infrastructure models
Release Notes
- Updated: locations, apis, apis_configs, gateways
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudapigatewaycloudinfrastructure
2026.04.02.222.0 KBApr 2, 2026
Google Cloud apigateway infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudapigatewaycloudinfrastructure
2026.03.27.119.3 KBMar 27, 2026
Google Cloud apigateway infrastructure models
Release Notes
- Added: locations, apis, apis_configs, gateways
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudapigatewaycloudinfrastructure