gcsContentUri property

String? gcsContentUri
getter/setter pair

The Google Cloud Storage URI where the file content is located.

This URI must be of the form: gs://bucket_name/object_name. For more details, see https://cloud.google.com/storage/docs/reference-uris. NOTE: Cloud Storage object versioning is not supported.

Implementation

core.String? gcsContentUri;