GoogleCloudPlatform / eventarc-samples

This repository contains a collection of samples for Eventarc for various use cases.
Apache License 2.0
74 stars 34 forks source link

Event list generator: Remove Pub/Sub events #81

Closed meteatamel closed 1 year ago

meteatamel commented 1 year ago

Currently, we list the following events under Pub/Sub:

Using Pub/Sub

Requests to your service are triggered by messages published to a Pub/Sub topic. For more information, see All trigger targets.

Custom applications

Artifact Registry

BigQuery (scheduled queries)

Cloud Asset

Cloud Billing

Cloud Build

Cloud Healthcare

Cloud IoT

Cloud Scheduler

Cloud Source Repositories

Cloud Storage

Container Registry

I suggest we remove all the services that have integration to Pub/Sub (these do not show up in the UI and potentially confusing to users).

meteatamel commented 1 year ago

The next question is, what do we do with Pub/Sub Custom applications section? I suggest we remove this whole section and have a new Cloud Pub/Sub section with google.cloud.pubsub.topic.v1.messagePublished event under Directly from a Google Cloud source section

camiekim commented 1 year ago

That's a great idea, Mete. Thanks!

meteatamel commented 1 year ago

Fixed