Google Cloud Storage List
Use the List activity to retrieve a list of buckets in a project or objects in a bucket 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 dropdown. |
| Object Name |
Select the resource to list:
|
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. The input tree displayed for this activity depends on the Object Name that you select in the Configuration tab.
If you have selected Bucket under Object Name in the Configuration tab, then this tab has the following mandatory fields.
| Field | Description |
|---|---|
projectName | Specify the Google Cloud project ID. |
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 the bucket 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 that follow this activity in the flow.
-
If you have selected Bucket under Resource Type in the Configuration tab, then output lists the all the buckets present under specified Google Cloud project ID.
-
If you have selected Object under Resource Type in the Configuration tab, then output lists the all the objects present under specified bucket.