Google Cloud Storage
The Google Cloud Storage executor performs a task in Google Cloud Storage each time it receives an event. For information about supported versions, see Supported Systems and VersionsSupported Systems and Versions in the Data Collector documentation.
- Create a new object for the specified content.
- Copy an existing object to another location in the same project.
- Move an existing object to another location in the same project.
- Add metadata to an existing object.
Each Google Cloud Storage executor can perform one type of task. To perform additional tasks, use additional executors.
Use the Google Cloud Storage executor as part of an event stream. You can use the executor in any logical way, such as moving objects after they are read by the Google Cloud Storage origin or adding metadata to objects after they are written by the Google Cloud Storage destination.
When you configure the Google Cloud Storage executor, you specify the project ID and the credentials to use to connect. You can also use a connectionconnection to configure the executor.
When creating new objects, you specify the location for the objects, and the content and optional metadata for the objects. When copying or moving objects, you specify the source and target location for the objects and optional metadata to add. When adding metadata to an existing object, you specify the metadata to use.
You can also configure the executor to generate events for another event stream. For more information about dataflow triggers and the event framework, see Dataflow Triggers Overview.