GcsPath

Specifies a Cloud Storage bucket and, optionally, a path inside the bucket.

JSON representation
{
  "uri": string
}
Fields
uri

string

Required. The URI to a Cloud Storage bucket, or a path within a bucket, using the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a path inside the bucket is specified, it must end with a forward slash (/).