REST Resource: organizations.environments.archiveDeployments

Resource: ArchiveDeployment

Archive Deployment information.

JSON representation
{
  "name": string,
  "labels": {
    string: string,
    ...
  },
  "createdAt": string,
  "updatedAt": string,
  "operation": string,

  // Union field source can be only one of the following:
  "gcsUri": string
  // End of list of possible types for union field source.
}
Fields
name

string

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

labels

map (key: string, value: string)

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}][\p{Ll}\p{Lo}\p{N}_-]{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.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

createdAt

string (int64 format)

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

updatedAt

string (int64 format)

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

operation

string

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

Union field source. The location of the data used to create this ArchiveDeployment. source can be only one of the following:
gcsUri

string

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

Methods

create

Creates a new ArchiveDeployment.

delete

Deletes an archive deployment.

generateDownloadUrl

Generates a signed URL for downloading the original zip file used to create an Archive Deployment.

generateUploadUrl

Generates a signed URL for uploading an Archive zip file to Google Cloud Storage.

get

Gets the specified ArchiveDeployment.

list

Lists the ArchiveDeployments in the specified Environment.

patch

Updates an existing ArchiveDeployment.