GetObjectRequest

Properties

Link copied to clipboard
abstract val objectId: String?

Required. The ObjectId of the requested object.

Link copied to clipboard

Returns the field-presence view for this GetObjectRequest instance.

Link copied to clipboard
abstract val readMask: FieldMask

Mask specifying which fields to read. If no mask is specified, defaults to object_id,version,digest.

Link copied to clipboard
abstract val version: <Error class: unknown class>?

Request a specific version of the object. If no version is specified, and the object is live, then the latest version of the object is returned.

Functions

Link copied to clipboard
fun GetObjectRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): GetObjectRequest

Copies the original message, including unknown fields.