uris property

List<String>? uris
getter/setter pair

Google Cloud Storage URIs for the inputs.

A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

Required.

Implementation

core.List<core.String>? uris;