Added GCP Endpoints (#259)

pull/262/head
Guy Zylberberg 5 years ago committed by GitHub
parent 82367d353b
commit ca4972cbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _GCP
class _API(_GCP):
_type = "api"
_icon_dir = "resources/gcp/api"
class Endpoints(_API):
_icon = "endpoints.png"
# Aliases

@ -18,6 +18,10 @@ Node classes list of gcp provider.
- **diagrams.gcp.analytics.Genomics**
- **diagrams.gcp.analytics.Pubsub**, **PubSub** (alias)
## gcp.api
- **diagrams.gcp.api.Endpoints**
## gcp.compute
- **diagrams.gcp.compute.AppEngine**, **GAE** (alias)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Loading…
Cancel
Save