diff --git a/diagrams/gcp/api.py b/diagrams/gcp/api.py new file mode 100644 index 0000000..5b027b6 --- /dev/null +++ b/diagrams/gcp/api.py @@ -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 diff --git a/docs/nodes/gcp.md b/docs/nodes/gcp.md index 91032ce..39ad2e3 100644 --- a/docs/nodes/gcp.md +++ b/docs/nodes/gcp.md @@ -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) diff --git a/resources/gcp/api/endpoints.png b/resources/gcp/api/endpoints.png new file mode 100644 index 0000000..339f7f2 Binary files /dev/null and b/resources/gcp/api/endpoints.png differ