FileReferenceArgs

data class FileReferenceArgs(val fileUri: Output<String>? = null) : ConvertibleToJava<FileReferenceArgs>

A reference to a file.

Constructors

Link copied to clipboard
fun FileReferenceArgs(fileUri: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FileReferenceArgs

Properties

Link copied to clipboard
val fileUri: Output<String>? = null

The URI of a file stored in Google Cloud Storage. For example: http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: gs://mybucket/path/to/test.xml with version-specific info, gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if the URI format is not supported. - In response: always set - In create/update request: always set