Class MachineImage (1.51.0)

public final class MachineImage extends GeneratedMessageV3 implements MachineImageOrBuilder

Represents a machine image resource. A machine image is a Compute Engine resource that stores all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. For more information, see Machine images.

Protobuf type google.cloud.compute.v1.MachineImage

Static Fields

CREATION_TIMESTAMP_FIELD_NUMBER

public static final int CREATION_TIMESTAMP_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

GUEST_FLUSH_FIELD_NUMBER

public static final int GUEST_FLUSH_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

INSTANCE_PROPERTIES_FIELD_NUMBER

public static final int INSTANCE_PROPERTIES_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

MACHINE_IMAGE_ENCRYPTION_KEY_FIELD_NUMBER

public static final int MACHINE_IMAGE_ENCRYPTION_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SATISFIES_PZI_FIELD_NUMBER

public static final int SATISFIES_PZI_FIELD_NUMBER
Field Value
TypeDescription
int

SATISFIES_PZS_FIELD_NUMBER

public static final int SATISFIES_PZS_FIELD_NUMBER
Field Value
TypeDescription
int

SAVED_DISKS_FIELD_NUMBER

public static final int SAVED_DISKS_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int SELF_LINK_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_DISK_ENCRYPTION_KEYS_FIELD_NUMBER

public static final int SOURCE_DISK_ENCRYPTION_KEYS_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_INSTANCE_FIELD_NUMBER

public static final int SOURCE_INSTANCE_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_INSTANCE_PROPERTIES_FIELD_NUMBER

public static final int SOURCE_INSTANCE_PROPERTIES_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

STORAGE_LOCATIONS_FIELD_NUMBER

public static final int STORAGE_LOCATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_STORAGE_BYTES_FIELD_NUMBER

public static final int TOTAL_STORAGE_BYTES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MachineImage getDefaultInstance()
Returns
TypeDescription
MachineImage

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MachineImage.Builder newBuilder()
Returns
TypeDescription
MachineImage.Builder

newBuilder(MachineImage prototype)

public static MachineImage.Builder newBuilder(MachineImage prototype)
Parameter
NameDescription
prototypeMachineImage
Returns
TypeDescription
MachineImage.Builder

parseDelimitedFrom(InputStream input)

public static MachineImage parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MachineImage parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MachineImage parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MachineImage parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MachineImage parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MachineImage parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MachineImage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MachineImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MachineImage> parser()
Returns
TypeDescription
Parser<MachineImage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCreationTimestamp()

public String getCreationTimestamp()

[Output Only] The creation timestamp for this machine image in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
String

The creationTimestamp.

getCreationTimestampBytes()

public ByteString getCreationTimestampBytes()

[Output Only] The creation timestamp for this machine image in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
ByteString

The bytes for creationTimestamp.

getDefaultInstanceForType()

public MachineImage getDefaultInstanceForType()
Returns
TypeDescription
MachineImage

getDescription()

public String getDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getGuestFlush()

public boolean getGuestFlush()

[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.

optional bool guest_flush = 385550813;

Returns
TypeDescription
boolean

The guestFlush.

getId()

public long getId()

[Output Only] A unique identifier for this machine image. The server defines this identifier.

optional uint64 id = 3355;

Returns
TypeDescription
long

The id.

getInstanceProperties()

public InstanceProperties getInstanceProperties()

[Output Only] Properties of source instance

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns
TypeDescription
InstanceProperties

The instanceProperties.

getInstancePropertiesOrBuilder()

public InstancePropertiesOrBuilder getInstancePropertiesOrBuilder()

[Output Only] Properties of source instance

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns
TypeDescription
InstancePropertiesOrBuilder

getKind()

public String getKind()

[Output Only] The resource type, which is always compute#machineImage for machine image.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] The resource type, which is always compute#machineImage for machine image.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getMachineImageEncryptionKey()

public CustomerEncryptionKey getMachineImageEncryptionKey()

Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later.

optional .google.cloud.compute.v1.CustomerEncryptionKey machine_image_encryption_key = 528089087;

Returns
TypeDescription
CustomerEncryptionKey

The machineImageEncryptionKey.

getMachineImageEncryptionKeyOrBuilder()

public CustomerEncryptionKeyOrBuilder getMachineImageEncryptionKeyOrBuilder()

Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later.

optional .google.cloud.compute.v1.CustomerEncryptionKey machine_image_encryption_key = 528089087;

Returns
TypeDescription
CustomerEncryptionKeyOrBuilder

getName()

public 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? 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;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

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? 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;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<MachineImage> getParserForType()
Returns
TypeDescription
Parser<MachineImage>
Overrides

getSatisfiesPzi()

public boolean getSatisfiesPzi()

Output only. Reserved for future use.

optional bool satisfies_pzi = 480964257;

Returns
TypeDescription
boolean

The satisfiesPzi.

getSatisfiesPzs()

public boolean getSatisfiesPzs()

[Output Only] Reserved for future use.

optional bool satisfies_pzs = 480964267;

Returns
TypeDescription
boolean

The satisfiesPzs.

getSavedDisks(int index)

public SavedDisk getSavedDisks(int index)

An array of Machine Image specific properties for disks attached to the source instance

repeated .google.cloud.compute.v1.SavedDisk saved_disks = 397424318;

Parameter
NameDescription
indexint
Returns
TypeDescription
SavedDisk

getSavedDisksCount()

public int getSavedDisksCount()

An array of Machine Image specific properties for disks attached to the source instance

repeated .google.cloud.compute.v1.SavedDisk saved_disks = 397424318;

Returns
TypeDescription
int

getSavedDisksList()

public List<SavedDisk> getSavedDisksList()

An array of Machine Image specific properties for disks attached to the source instance

repeated .google.cloud.compute.v1.SavedDisk saved_disks = 397424318;

Returns
TypeDescription
List<SavedDisk>

getSavedDisksOrBuilder(int index)

public SavedDiskOrBuilder getSavedDisksOrBuilder(int index)

An array of Machine Image specific properties for disks attached to the source instance

repeated .google.cloud.compute.v1.SavedDisk saved_disks = 397424318;

Parameter
NameDescription
indexint
Returns
TypeDescription
SavedDiskOrBuilder

getSavedDisksOrBuilderList()

public List<? extends SavedDiskOrBuilder> getSavedDisksOrBuilderList()

An array of Machine Image specific properties for disks attached to the source instance

repeated .google.cloud.compute.v1.SavedDisk saved_disks = 397424318;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.SavedDiskOrBuilder>
public String getSelfLink()

[Output Only] The URL for this machine image. The server defines this URL.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] The URL for this machine image. The server defines this URL.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceDiskEncryptionKeys(int index)

public SourceDiskEncryptionKey getSourceDiskEncryptionKeys(int index)

[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.

repeated .google.cloud.compute.v1.SourceDiskEncryptionKey source_disk_encryption_keys = 370408498;

Parameter
NameDescription
indexint
Returns
TypeDescription
SourceDiskEncryptionKey

getSourceDiskEncryptionKeysCount()

public int getSourceDiskEncryptionKeysCount()

[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.

repeated .google.cloud.compute.v1.SourceDiskEncryptionKey source_disk_encryption_keys = 370408498;

Returns
TypeDescription
int

getSourceDiskEncryptionKeysList()

public List<SourceDiskEncryptionKey> getSourceDiskEncryptionKeysList()

[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.

repeated .google.cloud.compute.v1.SourceDiskEncryptionKey source_disk_encryption_keys = 370408498;

Returns
TypeDescription
List<SourceDiskEncryptionKey>

getSourceDiskEncryptionKeysOrBuilder(int index)

public SourceDiskEncryptionKeyOrBuilder getSourceDiskEncryptionKeysOrBuilder(int index)

[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.

repeated .google.cloud.compute.v1.SourceDiskEncryptionKey source_disk_encryption_keys = 370408498;

Parameter
NameDescription
indexint
Returns
TypeDescription
SourceDiskEncryptionKeyOrBuilder

getSourceDiskEncryptionKeysOrBuilderList()

public List<? extends SourceDiskEncryptionKeyOrBuilder> getSourceDiskEncryptionKeysOrBuilderList()

[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.

repeated .google.cloud.compute.v1.SourceDiskEncryptionKey source_disk_encryption_keys = 370408498;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.SourceDiskEncryptionKeyOrBuilder>

getSourceInstance()

public String getSourceInstance()

The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance

optional string source_instance = 396315705;

Returns
TypeDescription
String

The sourceInstance.

getSourceInstanceBytes()

public ByteString getSourceInstanceBytes()

The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance

optional string source_instance = 396315705;

Returns
TypeDescription
ByteString

The bytes for sourceInstance.

getSourceInstanceProperties()

public SourceInstanceProperties getSourceInstanceProperties()

[Output Only] DEPRECATED: Please use instance_properties instead for source instance related properties. New properties will not be added to this field.

optional .google.cloud.compute.v1.SourceInstanceProperties source_instance_properties = 475195641;

Returns
TypeDescription
SourceInstanceProperties

The sourceInstanceProperties.

getSourceInstancePropertiesOrBuilder()

public SourceInstancePropertiesOrBuilder getSourceInstancePropertiesOrBuilder()

[Output Only] DEPRECATED: Please use instance_properties instead for source instance related properties. New properties will not be added to this field.

optional .google.cloud.compute.v1.SourceInstanceProperties source_instance_properties = 475195641;

Returns
TypeDescription
SourceInstancePropertiesOrBuilder

getStatus()

public String getStatus()

[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
ByteString

The bytes for status.

getStorageLocations(int index)

public String getStorageLocations(int index)

The regional or multi-regional Cloud Storage bucket location where the machine image is stored.

repeated string storage_locations = 328005274;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The storageLocations at the given index.

getStorageLocationsBytes(int index)

public ByteString getStorageLocationsBytes(int index)

The regional or multi-regional Cloud Storage bucket location where the machine image is stored.

repeated string storage_locations = 328005274;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the storageLocations at the given index.

getStorageLocationsCount()

public int getStorageLocationsCount()

The regional or multi-regional Cloud Storage bucket location where the machine image is stored.

repeated string storage_locations = 328005274;

Returns
TypeDescription
int

The count of storageLocations.

getStorageLocationsList()

public ProtocolStringList getStorageLocationsList()

The regional or multi-regional Cloud Storage bucket location where the machine image is stored.

repeated string storage_locations = 328005274;

Returns
TypeDescription
ProtocolStringList

A list containing the storageLocations.

getTotalStorageBytes()

public long getTotalStorageBytes()

[Output Only] Total size of the storage used by the machine image.

optional int64 total_storage_bytes = 81855468;

Returns
TypeDescription
long

The totalStorageBytes.

hasCreationTimestamp()

public boolean hasCreationTimestamp()

[Output Only] The creation timestamp for this machine image in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
boolean

Whether the creationTimestamp field is set.

hasDescription()

public boolean hasDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasGuestFlush()

public boolean hasGuestFlush()

[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.

optional bool guest_flush = 385550813;

Returns
TypeDescription
boolean

Whether the guestFlush field is set.

hasId()

public boolean hasId()

[Output Only] A unique identifier for this machine image. The server defines this identifier.

optional uint64 id = 3355;

Returns
TypeDescription
boolean

Whether the id field is set.

hasInstanceProperties()

public boolean hasInstanceProperties()

[Output Only] Properties of source instance

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns
TypeDescription
boolean

Whether the instanceProperties field is set.

hasKind()

public boolean hasKind()

[Output Only] The resource type, which is always compute#machineImage for machine image.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasMachineImageEncryptionKey()

public boolean hasMachineImageEncryptionKey()

Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later.

optional .google.cloud.compute.v1.CustomerEncryptionKey machine_image_encryption_key = 528089087;

Returns
TypeDescription
boolean

Whether the machineImageEncryptionKey field is set.

hasName()

public 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? 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;

Returns
TypeDescription
boolean

Whether the name field is set.

hasSatisfiesPzi()

public boolean hasSatisfiesPzi()

Output only. Reserved for future use.

optional bool satisfies_pzi = 480964257;

Returns
TypeDescription
boolean

Whether the satisfiesPzi field is set.

hasSatisfiesPzs()

public boolean hasSatisfiesPzs()

[Output Only] Reserved for future use.

optional bool satisfies_pzs = 480964267;

Returns
TypeDescription
boolean

Whether the satisfiesPzs field is set.

public boolean hasSelfLink()

[Output Only] The URL for this machine image. The server defines this URL.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

hasSourceInstance()

public boolean hasSourceInstance()

The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance

optional string source_instance = 396315705;

Returns
TypeDescription
boolean

Whether the sourceInstance field is set.

hasSourceInstanceProperties()

public boolean hasSourceInstanceProperties()

[Output Only] DEPRECATED: Please use instance_properties instead for source instance related properties. New properties will not be added to this field.

optional .google.cloud.compute.v1.SourceInstanceProperties source_instance_properties = 475195641;

Returns
TypeDescription
boolean

Whether the sourceInstanceProperties field is set.

hasStatus()

public boolean hasStatus()

[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
boolean

Whether the status field is set.

hasTotalStorageBytes()

public boolean hasTotalStorageBytes()

[Output Only] Total size of the storage used by the machine image.

optional int64 total_storage_bytes = 81855468;

Returns
TypeDescription
boolean

Whether the totalStorageBytes field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MachineImage.Builder newBuilderForType()
Returns
TypeDescription
MachineImage.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MachineImage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MachineImage.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MachineImage.Builder toBuilder()
Returns
TypeDescription
MachineImage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException