GoogleCloudStorageDelete

This activity deletes a bucket or an object from Google Cloud Storage.

Configuration

This tab has the following fields.

Field Description
Connection Name The connection name to use when accessing the Google Cloud Storage service.

If you have created multiple Google connections, select the one you want to use from the drop-down list.

Object Name The Google Cloud Storage object to use for this activity from the drop-down list. The default value for this field is Bucket.

Input

You can either enter the input manually, or you can map the input to the output from a preceding activity if the preceding activity has an output. (For details on how to use the mapper, see the "Using the Mapper" section in TIBCO Flogo ® Enterprise User's Guide.) The input tree displayed for this activity depends on the Object Name that you select in the Configuration tab.

Bucket
If you have selected Bucket under Object Name in the Configuration tab, then this tab has the following mandatory fields.
Field Description
bucket The name of bucket to delete in Google Cloud Storage.
Note:
  • Only an empty bucket can be deleted. If a bucket contains objects, the objects must be deleted before deleting the bucket.
Object
If you have selected Object under Object Name in the Configuration tab, then this tab has the following mandatory fields.
Field Description
bucket The name of bucket that contains an object to be deleted in Google Cloud Storage.
object The name of object to delete in Google Cloud Storage

Output

The Output tab displays the activity output schema in a tree format. The output is read-only. The schema varies according to the object name that you selected in the Configuration tab. The elements that you see in the schema can be mapped as input to the activities which follow this activity in the flow.

Related concepts