GetArchiveDeploymentResult

data class GetArchiveDeploymentResult(val createdAt: String, val gcsUri: String, val labels: Map<String, String>, val name: String, val operation: String, val updatedAt: String)

Constructors

Link copied to clipboard
fun GetArchiveDeploymentResult(createdAt: String, gcsUri: String, labels: Map<String, String>, name: String, operation: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the Archive Deployment was created in milliseconds since the epoch.

Link copied to clipboard

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

Link copied to clipboard

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}\p{N}_-{0,63} No more than 64 labels can be associated with a given store.

Link copied to clipboard

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

Link copied to clipboard

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

Link copied to clipboard

The time at which the Archive Deployment was updated in milliseconds since the epoch.