
com.google.cloud.compute.v1.ImageOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface ImageOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.Image)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The architecture of the image. Valid values are ARM64 or X86_64.
* Check the Architecture enum for the list of possible values.
*
*
* optional string architecture = 302803283;
*
* @return Whether the architecture field is set.
*/
boolean hasArchitecture();
/**
*
*
*
* The architecture of the image. Valid values are ARM64 or X86_64.
* Check the Architecture enum for the list of possible values.
*
*
* optional string architecture = 302803283;
*
* @return The architecture.
*/
java.lang.String getArchitecture();
/**
*
*
*
* The architecture of the image. Valid values are ARM64 or X86_64.
* Check the Architecture enum for the list of possible values.
*
*
* optional string architecture = 302803283;
*
* @return The bytes for architecture.
*/
com.google.protobuf.ByteString getArchitectureBytes();
/**
*
*
*
* Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
*
*
* optional int64 archive_size_bytes = 381093450;
*
* @return Whether the archiveSizeBytes field is set.
*/
boolean hasArchiveSizeBytes();
/**
*
*
*
* Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
*
*
* optional int64 archive_size_bytes = 381093450;
*
* @return The archiveSizeBytes.
*/
long getArchiveSizeBytes();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return Whether the creationTimestamp field is set.
*/
boolean hasCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The creationTimestamp.
*/
java.lang.String getCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The bytes for creationTimestamp.
*/
com.google.protobuf.ByteString getCreationTimestampBytes();
/**
*
*
*
* The deprecation status associated with this image.
*
*
* optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
*
* @return Whether the deprecated field is set.
*/
boolean hasDeprecated();
/**
*
*
*
* The deprecation status associated with this image.
*
*
* optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
*
* @return The deprecated.
*/
com.google.cloud.compute.v1.DeprecationStatus getDeprecated();
/**
*
*
*
* The deprecation status associated with this image.
*
*
* optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
*/
com.google.cloud.compute.v1.DeprecationStatusOrBuilder getDeprecatedOrBuilder();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* Size of the image when restored onto a persistent disk (in GB).
*
*
* optional int64 disk_size_gb = 316263735;
*
* @return Whether the diskSizeGb field is set.
*/
boolean hasDiskSizeGb();
/**
*
*
*
* Size of the image when restored onto a persistent disk (in GB).
*
*
* optional int64 disk_size_gb = 316263735;
*
* @return The diskSizeGb.
*/
long getDiskSizeGb();
/**
*
*
*
* Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.
*
*
* optional bool enable_confidential_compute = 102135228;
*
* @return Whether the enableConfidentialCompute field is set.
*/
boolean hasEnableConfidentialCompute();
/**
*
*
*
* Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.
*
*
* optional bool enable_confidential_compute = 102135228;
*
* @return The enableConfidentialCompute.
*/
boolean getEnableConfidentialCompute();
/**
*
*
*
* The 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.
*
*
* optional string family = 328751972;
*
* @return Whether the family field is set.
*/
boolean hasFamily();
/**
*
*
*
* The 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.
*
*
* optional string family = 328751972;
*
* @return The family.
*/
java.lang.String getFamily();
/**
*
*
*
* The 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.
*
*
* optional string family = 328751972;
*
* @return The bytes for family.
*/
com.google.protobuf.ByteString getFamilyBytes();
/**
*
*
*
* A 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.
*
*
* repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
*/
java.util.List getGuestOsFeaturesList();
/**
*
*
*
* A 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.
*
*
* repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
*/
com.google.cloud.compute.v1.GuestOsFeature getGuestOsFeatures(int index);
/**
*
*
*
* A 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.
*
*
* repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
*/
int getGuestOsFeaturesCount();
/**
*
*
*
* A 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.
*
*
* repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
*/
java.util.List extends com.google.cloud.compute.v1.GuestOsFeatureOrBuilder>
getGuestOsFeaturesOrBuilderList();
/**
*
*
*
* A 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.
*
*
* repeated .google.cloud.compute.v1.GuestOsFeature guest_os_features = 79294545;
*/
com.google.cloud.compute.v1.GuestOsFeatureOrBuilder getGuestOsFeaturesOrBuilder(int index);
/**
*
*
*
* [Output Only] The unique identifier for the resource. This identifier is defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
*
*
* [Output Only] The unique identifier for the resource. This identifier is defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return The id.
*/
long getId();
/**
*
*
*
* Encrypts 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.
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey image_encryption_key = 379512583;
*
*
* @return Whether the imageEncryptionKey field is set.
*/
boolean hasImageEncryptionKey();
/**
*
*
*
* Encrypts 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.
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey image_encryption_key = 379512583;
*
*
* @return The imageEncryptionKey.
*/
com.google.cloud.compute.v1.CustomerEncryptionKey getImageEncryptionKey();
/**
*
*
*
* Encrypts 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.
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey image_encryption_key = 379512583;
*
*/
com.google.cloud.compute.v1.CustomerEncryptionKeyOrBuilder getImageEncryptionKeyOrBuilder();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#image for images.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#image for images.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#image for images.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* 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.
*
*
* optional string label_fingerprint = 178124825;
*
* @return Whether the labelFingerprint field is set.
*/
boolean hasLabelFingerprint();
/**
*
*
*
* 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.
*
*
* optional string label_fingerprint = 178124825;
*
* @return The labelFingerprint.
*/
java.lang.String getLabelFingerprint();
/**
*
*
*
* 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.
*
*
* optional string label_fingerprint = 178124825;
*
* @return The bytes for labelFingerprint.
*/
com.google.protobuf.ByteString getLabelFingerprintBytes();
/**
*
*
*
* Labels to apply to this image. These can be later modified by the setLabels method.
*
*
* map<string, string> labels = 500195327;
*/
int getLabelsCount();
/**
*
*
*
* Labels to apply to this image. These can be later modified by the setLabels method.
*
*
* map<string, string> labels = 500195327;
*/
boolean containsLabels(java.lang.String key);
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Deprecated
java.util.Map getLabels();
/**
*
*
*
* Labels to apply to this image. These can be later modified by the setLabels method.
*
*
* map<string, string> labels = 500195327;
*/
java.util.Map getLabelsMap();
/**
*
*
*
* Labels to apply to this image. These can be later modified by the setLabels method.
*
*
* map<string, string> labels = 500195327;
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Labels to apply to this image. These can be later modified by the setLabels method.
*
*
* map<string, string> labels = 500195327;
*/
java.lang.String getLabelsOrThrow(java.lang.String key);
/**
*
*
*
* Integer license codes indicating which licenses are attached to this image.
*
*
* repeated int64 license_codes = 45482664;
*
* @return A list containing the licenseCodes.
*/
java.util.List getLicenseCodesList();
/**
*
*
*
* Integer license codes indicating which licenses are attached to this image.
*
*
* repeated int64 license_codes = 45482664;
*
* @return The count of licenseCodes.
*/
int getLicenseCodesCount();
/**
*
*
*
* Integer license codes indicating which licenses are attached to this image.
*
*
* repeated int64 license_codes = 45482664;
*
* @param index The index of the element to return.
* @return The licenseCodes at the given index.
*/
long getLicenseCodes(int index);
/**
*
*
*
* Any applicable license URI.
*
*
* repeated string licenses = 337642578;
*
* @return A list containing the licenses.
*/
java.util.List getLicensesList();
/**
*
*
*
* Any applicable license URI.
*
*
* repeated string licenses = 337642578;
*
* @return The count of licenses.
*/
int getLicensesCount();
/**
*
*
*
* Any applicable license URI.
*
*
* repeated string licenses = 337642578;
*
* @param index The index of the element to return.
* @return The licenses at the given index.
*/
java.lang.String getLicenses(int index);
/**
*
*
*
* Any applicable license URI.
*
*
* repeated string licenses = 337642578;
*
* @param index The index of the value to return.
* @return The bytes of the licenses at the given index.
*/
com.google.protobuf.ByteString getLicensesBytes(int index);
/**
*
*
*
* Name 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.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* Name 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.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Name 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.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The parameters of the raw disk image.
*
*
* optional .google.cloud.compute.v1.RawDisk raw_disk = 503113556;
*
* @return Whether the rawDisk field is set.
*/
boolean hasRawDisk();
/**
*
*
*
* The parameters of the raw disk image.
*
*
* optional .google.cloud.compute.v1.RawDisk raw_disk = 503113556;
*
* @return The rawDisk.
*/
com.google.cloud.compute.v1.RawDisk getRawDisk();
/**
*
*
*
* The parameters of the raw disk image.
*
*
* optional .google.cloud.compute.v1.RawDisk raw_disk = 503113556;
*/
com.google.cloud.compute.v1.RawDiskOrBuilder getRawDiskOrBuilder();
/**
*
*
*
* Output only. Reserved for future use.
*
*
* optional bool satisfies_pzi = 480964257;
*
* @return Whether the satisfiesPzi field is set.
*/
boolean hasSatisfiesPzi();
/**
*
*
*
* Output only. Reserved for future use.
*
*
* optional bool satisfies_pzi = 480964257;
*
* @return The satisfiesPzi.
*/
boolean getSatisfiesPzi();
/**
*
*
*
* [Output Only] Reserved for future use.
*
*
* optional bool satisfies_pzs = 480964267;
*
* @return Whether the satisfiesPzs field is set.
*/
boolean hasSatisfiesPzs();
/**
*
*
*
* [Output Only] Reserved for future use.
*
*
* optional bool satisfies_pzs = 480964267;
*
* @return The satisfiesPzs.
*/
boolean getSatisfiesPzs();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return Whether the selfLink field is set.
*/
boolean hasSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The selfLink.
*/
java.lang.String getSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The bytes for selfLink.
*/
com.google.protobuf.ByteString getSelfLinkBytes();
/**
*
*
*
* Set the secure boot keys of shielded instance.
*
*
*
* optional .google.cloud.compute.v1.InitialStateConfig shielded_instance_initial_state = 192356867;
*
*
* @return Whether the shieldedInstanceInitialState field is set.
*/
boolean hasShieldedInstanceInitialState();
/**
*
*
*
* Set the secure boot keys of shielded instance.
*
*
*
* optional .google.cloud.compute.v1.InitialStateConfig shielded_instance_initial_state = 192356867;
*
*
* @return The shieldedInstanceInitialState.
*/
com.google.cloud.compute.v1.InitialStateConfig getShieldedInstanceInitialState();
/**
*
*
*
* Set the secure boot keys of shielded instance.
*
*
*
* optional .google.cloud.compute.v1.InitialStateConfig shielded_instance_initial_state = 192356867;
*
*/
com.google.cloud.compute.v1.InitialStateConfigOrBuilder
getShieldedInstanceInitialStateOrBuilder();
/**
*
*
*
* URL 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
*
*
* optional string source_disk = 451753793;
*
* @return Whether the sourceDisk field is set.
*/
boolean hasSourceDisk();
/**
*
*
*
* URL 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
*
*
* optional string source_disk = 451753793;
*
* @return The sourceDisk.
*/
java.lang.String getSourceDisk();
/**
*
*
*
* URL 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
*
*
* optional string source_disk = 451753793;
*
* @return The bytes for sourceDisk.
*/
com.google.protobuf.ByteString getSourceDiskBytes();
/**
*
*
*
* The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_disk_encryption_key = 531501153;
*
*
* @return Whether the sourceDiskEncryptionKey field is set.
*/
boolean hasSourceDiskEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_disk_encryption_key = 531501153;
*
*
* @return The sourceDiskEncryptionKey.
*/
com.google.cloud.compute.v1.CustomerEncryptionKey getSourceDiskEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_disk_encryption_key = 531501153;
*
*/
com.google.cloud.compute.v1.CustomerEncryptionKeyOrBuilder getSourceDiskEncryptionKeyOrBuilder();
/**
*
*
*
* [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.
*
*
* optional string source_disk_id = 454190809;
*
* @return Whether the sourceDiskId field is set.
*/
boolean hasSourceDiskId();
/**
*
*
*
* [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.
*
*
* optional string source_disk_id = 454190809;
*
* @return The sourceDiskId.
*/
java.lang.String getSourceDiskId();
/**
*
*
*
* [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.
*
*
* optional string source_disk_id = 454190809;
*
* @return The bytes for sourceDiskId.
*/
com.google.protobuf.ByteString getSourceDiskIdBytes();
/**
*
*
*
* URL 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
*
*
* optional string source_image = 50443319;
*
* @return Whether the sourceImage field is set.
*/
boolean hasSourceImage();
/**
*
*
*
* URL 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
*
*
* optional string source_image = 50443319;
*
* @return The sourceImage.
*/
java.lang.String getSourceImage();
/**
*
*
*
* URL 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
*
*
* optional string source_image = 50443319;
*
* @return The bytes for sourceImage.
*/
com.google.protobuf.ByteString getSourceImageBytes();
/**
*
*
*
* The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_image_encryption_key = 381503659;
*
*
* @return Whether the sourceImageEncryptionKey field is set.
*/
boolean hasSourceImageEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_image_encryption_key = 381503659;
*
*
* @return The sourceImageEncryptionKey.
*/
com.google.cloud.compute.v1.CustomerEncryptionKey getSourceImageEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_image_encryption_key = 381503659;
*
*/
com.google.cloud.compute.v1.CustomerEncryptionKeyOrBuilder getSourceImageEncryptionKeyOrBuilder();
/**
*
*
*
* [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.
*
*
* optional string source_image_id = 55328291;
*
* @return Whether the sourceImageId field is set.
*/
boolean hasSourceImageId();
/**
*
*
*
* [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.
*
*
* optional string source_image_id = 55328291;
*
* @return The sourceImageId.
*/
java.lang.String getSourceImageId();
/**
*
*
*
* [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.
*
*
* optional string source_image_id = 55328291;
*
* @return The bytes for sourceImageId.
*/
com.google.protobuf.ByteString getSourceImageIdBytes();
/**
*
*
*
* URL 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
*
*
* optional string source_snapshot = 126061928;
*
* @return Whether the sourceSnapshot field is set.
*/
boolean hasSourceSnapshot();
/**
*
*
*
* URL 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
*
*
* optional string source_snapshot = 126061928;
*
* @return The sourceSnapshot.
*/
java.lang.String getSourceSnapshot();
/**
*
*
*
* URL 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
*
*
* optional string source_snapshot = 126061928;
*
* @return The bytes for sourceSnapshot.
*/
com.google.protobuf.ByteString getSourceSnapshotBytes();
/**
*
*
*
* The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_snapshot_encryption_key = 303679322;
*
*
* @return Whether the sourceSnapshotEncryptionKey field is set.
*/
boolean hasSourceSnapshotEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_snapshot_encryption_key = 303679322;
*
*
* @return The sourceSnapshotEncryptionKey.
*/
com.google.cloud.compute.v1.CustomerEncryptionKey getSourceSnapshotEncryptionKey();
/**
*
*
*
* The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
*
*
*
* optional .google.cloud.compute.v1.CustomerEncryptionKey source_snapshot_encryption_key = 303679322;
*
*/
com.google.cloud.compute.v1.CustomerEncryptionKeyOrBuilder
getSourceSnapshotEncryptionKeyOrBuilder();
/**
*
*
*
* [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.
*
*
* optional string source_snapshot_id = 98962258;
*
* @return Whether the sourceSnapshotId field is set.
*/
boolean hasSourceSnapshotId();
/**
*
*
*
* [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.
*
*
* optional string source_snapshot_id = 98962258;
*
* @return The sourceSnapshotId.
*/
java.lang.String getSourceSnapshotId();
/**
*
*
*
* [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.
*
*
* optional string source_snapshot_id = 98962258;
*
* @return The bytes for sourceSnapshotId.
*/
com.google.protobuf.ByteString getSourceSnapshotIdBytes();
/**
*
*
*
* The type of the image used to create this disk. The default and only valid value is RAW.
* Check the SourceType enum for the list of possible values.
*
*
* optional string source_type = 452245726;
*
* @return Whether the sourceType field is set.
*/
boolean hasSourceType();
/**
*
*
*
* The type of the image used to create this disk. The default and only valid value is RAW.
* Check the SourceType enum for the list of possible values.
*
*
* optional string source_type = 452245726;
*
* @return The sourceType.
*/
java.lang.String getSourceType();
/**
*
*
*
* The type of the image used to create this disk. The default and only valid value is RAW.
* Check the SourceType enum for the list of possible values.
*
*
* optional string source_type = 452245726;
*
* @return The bytes for sourceType.
*/
com.google.protobuf.ByteString getSourceTypeBytes();
/**
*
*
*
* [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.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*
*
* [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.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
java.lang.String getStatus();
/**
*
*
*
* [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.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The bytes for status.
*/
com.google.protobuf.ByteString getStatusBytes();
/**
*
*
*
* Cloud Storage bucket storage location of the image (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @return A list containing the storageLocations.
*/
java.util.List getStorageLocationsList();
/**
*
*
*
* Cloud Storage bucket storage location of the image (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @return The count of storageLocations.
*/
int getStorageLocationsCount();
/**
*
*
*
* Cloud Storage bucket storage location of the image (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @param index The index of the element to return.
* @return The storageLocations at the given index.
*/
java.lang.String getStorageLocations(int index);
/**
*
*
*
* Cloud Storage bucket storage location of the image (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @param index The index of the value to return.
* @return The bytes of the storageLocations at the given index.
*/
com.google.protobuf.ByteString getStorageLocationsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy