Skip to main content

images

Creates, updates, deletes, gets or lists an images resource.

Overview

Nameimages
TypeResource
Idgoogle.compute.images

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
idstring (uint64)[Output Only] The unique identifier for the resource. This identifier is defined by the server.
namestringName of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. (pattern: a-z?)
architecturestringThe architecture of the image. Valid values are ARM64 or X86_64.
archiveSizeBytesstring (int64)Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
creationTimestampstring[Output Only] Creation timestamp in RFC3339 text format.
deprecatedobjectThe deprecation status associated with this image. (id: DeprecationStatus)
descriptionstringAn optional description of this resource. Provide this property when you create the resource.
diskSizeGbstring (int64)Size of the image when restored onto a persistent disk (in GB).
enableConfidentialComputebooleanWhether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.
familystringThe name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
guestOsFeaturesarrayA list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
imageEncryptionKeyobjectEncrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later. (id: CustomerEncryptionKey)
kindstring[Output Only] Type of the resource. Always compute#image for images. (default: compute#image)
labelFingerprintstring (byte)A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image.
labelsobjectLabels to apply to this image. These can be later modified by the setLabels method.
licenseCodesarrayInteger license codes indicating which licenses are attached to this image.
licensesarrayAny applicable license URI.
rawDiskobjectThe parameters of the raw disk image.
satisfiesPzibooleanOutput only. Reserved for future use.
satisfiesPzsboolean[Output Only] Reserved for future use.
selfLinkstring[Output Only] Server-defined URL for the resource.
shieldedInstanceInitialStateobjectSet the secure boot keys of shielded instance. (id: InitialStateConfig)
sourceDiskstringURL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
sourceDiskEncryptionKeyobjectThe customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey)
sourceDiskIdstring[Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.
sourceImagestringURL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
sourceImageEncryptionKeyobjectThe customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey)
sourceImageIdstring[Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.
sourceSnapshotstringURL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
sourceSnapshotEncryptionKeyobjectThe customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey)
sourceSnapshotIdstring[Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.
sourceTypestringThe type of the image used to create this disk. The default and only valid value is RAW. (default: RAW)
statusstring[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
storageLocationsarrayCloud Storage bucket storage location of the image (regional or multi-regional).

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectproject, imageReturns the specified image.
get_from_familyselectproject, familyReturns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
listselectprojectfilter, maxResults, orderBy, pageToken, returnPartialSuccessRetrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
insertinsertprojectforceCreate, requestIdCreates an image in the specified project using the data included in the request.
patchupdateproject, imagerequestIdPatches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.
deletedeleteproject, imagerequestIdDeletes the specified image.
set_labelsexecproject, resourceSets the labels on an image. To learn more about labels, read the Labeling Resources documentation.
deprecateexecproject, imagerequestIdSets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
familystring
imagestring
projectstring
resourcestring
filterstring
forceCreateboolean
maxResultsinteger (uint32)
orderBystring
pageTokenstring
requestIdstring
returnPartialSuccessboolean

SELECT examples

Returns the specified image.

SELECT
id,
name,
architecture,
archiveSizeBytes,
creationTimestamp,
deprecated,
description,
diskSizeGb,
enableConfidentialCompute,
family,
guestOsFeatures,
imageEncryptionKey,
kind,
labelFingerprint,
labels,
licenseCodes,
licenses,
rawDisk,
satisfiesPzi,
satisfiesPzs,
selfLink,
shieldedInstanceInitialState,
sourceDisk,
sourceDiskEncryptionKey,
sourceDiskId,
sourceImage,
sourceImageEncryptionKey,
sourceImageId,
sourceSnapshot,
sourceSnapshotEncryptionKey,
sourceSnapshotId,
sourceType,
status,
storageLocations
FROM google.compute.images
WHERE project = '{{ project }}' -- required
AND image = '{{ image }}' -- required;

INSERT examples

Creates an image in the specified project using the data included in the request.

INSERT INTO google.compute.images (
data__kind,
data__id,
data__creationTimestamp,
data__name,
data__description,
data__sourceType,
data__rawDisk,
data__deprecated,
data__status,
data__archiveSizeBytes,
data__diskSizeGb,
data__sourceDisk,
data__sourceDiskId,
data__licenses,
data__family,
data__imageEncryptionKey,
data__sourceDiskEncryptionKey,
data__selfLink,
data__labels,
data__labelFingerprint,
data__guestOsFeatures,
data__licenseCodes,
data__sourceImage,
data__sourceImageId,
data__sourceImageEncryptionKey,
data__sourceSnapshot,
data__sourceSnapshotId,
data__sourceSnapshotEncryptionKey,
data__storageLocations,
data__shieldedInstanceInitialState,
data__satisfiesPzs,
data__architecture,
data__enableConfidentialCompute,
project,
forceCreate,
requestId
)
SELECT
'{{ kind }}',
'{{ id }}',
'{{ creationTimestamp }}',
'{{ name }}',
'{{ description }}',
'{{ sourceType }}',
'{{ rawDisk }}',
'{{ deprecated }}',
'{{ status }}',
'{{ archiveSizeBytes }}',
'{{ diskSizeGb }}',
'{{ sourceDisk }}',
'{{ sourceDiskId }}',
'{{ licenses }}',
'{{ family }}',
'{{ imageEncryptionKey }}',
'{{ sourceDiskEncryptionKey }}',
'{{ selfLink }}',
'{{ labels }}',
'{{ labelFingerprint }}',
'{{ guestOsFeatures }}',
'{{ licenseCodes }}',
'{{ sourceImage }}',
'{{ sourceImageId }}',
'{{ sourceImageEncryptionKey }}',
'{{ sourceSnapshot }}',
'{{ sourceSnapshotId }}',
'{{ sourceSnapshotEncryptionKey }}',
'{{ storageLocations }}',
'{{ shieldedInstanceInitialState }}',
{{ satisfiesPzs }},
'{{ architecture }}',
{{ enableConfidentialCompute }},
'{{ project }}',
'{{ forceCreate }}',
'{{ requestId }}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
httpErrorMessage,
httpErrorStatusCode,
insertTime,
instancesBulkInsertOperationMetadata,
kind,
operationGroupId,
operationType,
progress,
region,
selfLink,
setCommonInstanceMetadataOperationMetadata,
startTime,
status,
statusMessage,
targetId,
targetLink,
user,
warnings,
zone
;

UPDATE examples

Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.

UPDATE google.compute.images
SET
data__kind = '{{ kind }}',
data__id = '{{ id }}',
data__creationTimestamp = '{{ creationTimestamp }}',
data__name = '{{ name }}',
data__description = '{{ description }}',
data__sourceType = '{{ sourceType }}',
data__rawDisk = '{{ rawDisk }}',
data__deprecated = '{{ deprecated }}',
data__status = '{{ status }}',
data__archiveSizeBytes = '{{ archiveSizeBytes }}',
data__diskSizeGb = '{{ diskSizeGb }}',
data__sourceDisk = '{{ sourceDisk }}',
data__sourceDiskId = '{{ sourceDiskId }}',
data__licenses = '{{ licenses }}',
data__family = '{{ family }}',
data__imageEncryptionKey = '{{ imageEncryptionKey }}',
data__sourceDiskEncryptionKey = '{{ sourceDiskEncryptionKey }}',
data__selfLink = '{{ selfLink }}',
data__labels = '{{ labels }}',
data__labelFingerprint = '{{ labelFingerprint }}',
data__guestOsFeatures = '{{ guestOsFeatures }}',
data__licenseCodes = '{{ licenseCodes }}',
data__sourceImage = '{{ sourceImage }}',
data__sourceImageId = '{{ sourceImageId }}',
data__sourceImageEncryptionKey = '{{ sourceImageEncryptionKey }}',
data__sourceSnapshot = '{{ sourceSnapshot }}',
data__sourceSnapshotId = '{{ sourceSnapshotId }}',
data__sourceSnapshotEncryptionKey = '{{ sourceSnapshotEncryptionKey }}',
data__storageLocations = '{{ storageLocations }}',
data__shieldedInstanceInitialState = '{{ shieldedInstanceInitialState }}',
data__satisfiesPzs = {{ satisfiesPzs }},
data__architecture = '{{ architecture }}',
data__enableConfidentialCompute = {{ enableConfidentialCompute }}
WHERE
project = '{{ project }}' --required
AND image = '{{ image }}' --required
AND requestId = '{{ requestId}}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
httpErrorMessage,
httpErrorStatusCode,
insertTime,
instancesBulkInsertOperationMetadata,
kind,
operationGroupId,
operationType,
progress,
region,
selfLink,
setCommonInstanceMetadataOperationMetadata,
startTime,
status,
statusMessage,
targetId,
targetLink,
user,
warnings,
zone;

DELETE examples

Deletes the specified image.

DELETE FROM google.compute.images
WHERE project = '{{ project }}' --required
AND image = '{{ image }}' --required
AND requestId = '{{ requestId }}';

Lifecycle Methods

Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.

EXEC google.compute.images.set_labels 
@project='{{ project }}' --required,
@resource='{{ resource }}' --required
@@json=
'{
"labels": "{{ labels }}",
"labelFingerprint": "{{ labelFingerprint }}"
}';