uri property

String? uri
getter/setter pair

The URI of the Cloud Storage object.

It's the same URI that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information. If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the analysis result.

Required.

Implementation

core.String? uri;