Class VirtualMachine

  • All Implemented Interfaces:
    VirtualMachineOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class VirtualMachine
    extends com.google.protobuf.GeneratedMessageV3
    implements VirtualMachineOrBuilder
     Carries information about a Compute Engine VM resource.
     
    Protobuf type google.cloud.lifesciences.v2beta.VirtualMachine
    See Also:
    Serialized Form
    • Field Detail

      • MACHINE_TYPE_FIELD_NUMBER

        public static final int MACHINE_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PREEMPTIBLE_FIELD_NUMBER

        public static final int PREEMPTIBLE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACCELERATORS_FIELD_NUMBER

        public static final int ACCELERATORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SERVICE_ACCOUNT_FIELD_NUMBER

        public static final int SERVICE_ACCOUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BOOT_DISK_SIZE_GB_FIELD_NUMBER

        public static final int BOOT_DISK_SIZE_GB_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CPU_PLATFORM_FIELD_NUMBER

        public static final int CPU_PLATFORM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BOOT_IMAGE_FIELD_NUMBER

        public static final int BOOT_IMAGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NVIDIA_DRIVER_VERSION_FIELD_NUMBER

        public static final int NVIDIA_DRIVER_VERSION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ENABLE_STACKDRIVER_MONITORING_FIELD_NUMBER

        public static final int ENABLE_STACKDRIVER_MONITORING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DOCKER_CACHE_IMAGES_FIELD_NUMBER

        public static final int DOCKER_CACHE_IMAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESERVATION_FIELD_NUMBER

        public static final int RESERVATION_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getMachineType

        public String getMachineType()
         Required. The machine type of the virtual machine to create. Must be the
         short name of a standard machine type (such as "n1-standard-1") or a custom
         machine type (such as "custom-1-4096", where "1" indicates the number of
         vCPUs and "4096" indicates the memory in MB). See [Creating an instance
         with a custom machine
         type](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#create)
         for more specifications on creating a custom machine type.
         
        string machine_type = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMachineType in interface VirtualMachineOrBuilder
        Returns:
        The machineType.
      • getMachineTypeBytes

        public com.google.protobuf.ByteString getMachineTypeBytes()
         Required. The machine type of the virtual machine to create. Must be the
         short name of a standard machine type (such as "n1-standard-1") or a custom
         machine type (such as "custom-1-4096", where "1" indicates the number of
         vCPUs and "4096" indicates the memory in MB). See [Creating an instance
         with a custom machine
         type](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#create)
         for more specifications on creating a custom machine type.
         
        string machine_type = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMachineTypeBytes in interface VirtualMachineOrBuilder
        Returns:
        The bytes for machineType.
      • getPreemptible

        public boolean getPreemptible()
         If true, allocate a preemptible VM.
         
        bool preemptible = 2;
        Specified by:
        getPreemptible in interface VirtualMachineOrBuilder
        Returns:
        The preemptible.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: VirtualMachineOrBuilder
         Optional set of labels to apply to the VM and any attached disk resources.
         These labels must adhere to the [name and value
         restrictions](https://cloud.google.com/compute/docs/labeling-resources) on
         VM labels imposed by Compute Engine.
        
         Labels keys with the prefix 'google-' are reserved for use by Google.
        
         Labels applied at creation time to the VM. Applied on a best-effort basis
         to attached disk resources shortly after VM creation.
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsCount in interface VirtualMachineOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Optional set of labels to apply to the VM and any attached disk resources.
         These labels must adhere to the [name and value
         restrictions](https://cloud.google.com/compute/docs/labeling-resources) on
         VM labels imposed by Compute Engine.
        
         Labels keys with the prefix 'google-' are reserved for use by Google.
        
         Labels applied at creation time to the VM. Applied on a best-effort basis
         to attached disk resources shortly after VM creation.
         
        map<string, string> labels = 3;
        Specified by:
        containsLabels in interface VirtualMachineOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Optional set of labels to apply to the VM and any attached disk resources.
         These labels must adhere to the [name and value
         restrictions](https://cloud.google.com/compute/docs/labeling-resources) on
         VM labels imposed by Compute Engine.
        
         Labels keys with the prefix 'google-' are reserved for use by Google.
        
         Labels applied at creation time to the VM. Applied on a best-effort basis
         to attached disk resources shortly after VM creation.
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsMap in interface VirtualMachineOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Optional set of labels to apply to the VM and any attached disk resources.
         These labels must adhere to the [name and value
         restrictions](https://cloud.google.com/compute/docs/labeling-resources) on
         VM labels imposed by Compute Engine.
        
         Labels keys with the prefix 'google-' are reserved for use by Google.
        
         Labels applied at creation time to the VM. Applied on a best-effort basis
         to attached disk resources shortly after VM creation.
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsOrDefault in interface VirtualMachineOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Optional set of labels to apply to the VM and any attached disk resources.
         These labels must adhere to the [name and value
         restrictions](https://cloud.google.com/compute/docs/labeling-resources) on
         VM labels imposed by Compute Engine.
        
         Labels keys with the prefix 'google-' are reserved for use by Google.
        
         Labels applied at creation time to the VM. Applied on a best-effort basis
         to attached disk resources shortly after VM creation.
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsOrThrow in interface VirtualMachineOrBuilder
      • getDisksList

        public List<Disk> getDisksList()
         The list of disks to create and attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Disk disks = 4;
        Specified by:
        getDisksList in interface VirtualMachineOrBuilder
      • getDisksOrBuilderList

        public List<? extends DiskOrBuilder> getDisksOrBuilderList()
         The list of disks to create and attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Disk disks = 4;
        Specified by:
        getDisksOrBuilderList in interface VirtualMachineOrBuilder
      • getDisksCount

        public int getDisksCount()
         The list of disks to create and attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Disk disks = 4;
        Specified by:
        getDisksCount in interface VirtualMachineOrBuilder
      • getDisks

        public Disk getDisks​(int index)
         The list of disks to create and attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Disk disks = 4;
        Specified by:
        getDisks in interface VirtualMachineOrBuilder
      • getDisksOrBuilder

        public DiskOrBuilder getDisksOrBuilder​(int index)
         The list of disks to create and attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Disk disks = 4;
        Specified by:
        getDisksOrBuilder in interface VirtualMachineOrBuilder
      • hasNetwork

        public boolean hasNetwork()
         The VM network configuration.
         
        .google.cloud.lifesciences.v2beta.Network network = 5;
        Specified by:
        hasNetwork in interface VirtualMachineOrBuilder
        Returns:
        Whether the network field is set.
      • getNetwork

        public Network getNetwork()
         The VM network configuration.
         
        .google.cloud.lifesciences.v2beta.Network network = 5;
        Specified by:
        getNetwork in interface VirtualMachineOrBuilder
        Returns:
        The network.
      • getAcceleratorsCount

        public int getAcceleratorsCount()
         The list of accelerators to attach to the VM.
         
        repeated .google.cloud.lifesciences.v2beta.Accelerator accelerators = 6;
        Specified by:
        getAcceleratorsCount in interface VirtualMachineOrBuilder
      • getAccelerators

        public Accelerator getAccelerators​(int index)
         The list of accelerators to attach to the VM.
         
        repeated .google.cloud.lifesciences.v2beta.Accelerator accelerators = 6;
        Specified by:
        getAccelerators in interface VirtualMachineOrBuilder
      • hasServiceAccount

        public boolean hasServiceAccount()
         The service account to install on the VM. This account does not need
         any permissions other than those required by the pipeline.
         
        .google.cloud.lifesciences.v2beta.ServiceAccount service_account = 7;
        Specified by:
        hasServiceAccount in interface VirtualMachineOrBuilder
        Returns:
        Whether the serviceAccount field is set.
      • getServiceAccount

        public ServiceAccount getServiceAccount()
         The service account to install on the VM. This account does not need
         any permissions other than those required by the pipeline.
         
        .google.cloud.lifesciences.v2beta.ServiceAccount service_account = 7;
        Specified by:
        getServiceAccount in interface VirtualMachineOrBuilder
        Returns:
        The serviceAccount.
      • getServiceAccountOrBuilder

        public ServiceAccountOrBuilder getServiceAccountOrBuilder()
         The service account to install on the VM. This account does not need
         any permissions other than those required by the pipeline.
         
        .google.cloud.lifesciences.v2beta.ServiceAccount service_account = 7;
        Specified by:
        getServiceAccountOrBuilder in interface VirtualMachineOrBuilder
      • getBootDiskSizeGb

        public int getBootDiskSizeGb()
         The size of the boot disk, in GB. The boot disk must be large
         enough to accommodate all of the Docker images from each action in the
         pipeline at the same time. If not specified, a small but reasonable
         default value is used.
         
        int32 boot_disk_size_gb = 8;
        Specified by:
        getBootDiskSizeGb in interface VirtualMachineOrBuilder
        Returns:
        The bootDiskSizeGb.
      • getCpuPlatform

        public String getCpuPlatform()
         The CPU platform to request. An instance based on a newer platform can be
         allocated, but never one with fewer capabilities. The value of this
         parameter must be a valid Compute Engine CPU platform name (such as "Intel
         Skylake"). This parameter is only useful for carefully optimized work
         loads where the CPU platform has a significant impact.
        
         For more information about the effect of this parameter, see
         https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
         
        string cpu_platform = 9;
        Specified by:
        getCpuPlatform in interface VirtualMachineOrBuilder
        Returns:
        The cpuPlatform.
      • getCpuPlatformBytes

        public com.google.protobuf.ByteString getCpuPlatformBytes()
         The CPU platform to request. An instance based on a newer platform can be
         allocated, but never one with fewer capabilities. The value of this
         parameter must be a valid Compute Engine CPU platform name (such as "Intel
         Skylake"). This parameter is only useful for carefully optimized work
         loads where the CPU platform has a significant impact.
        
         For more information about the effect of this parameter, see
         https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
         
        string cpu_platform = 9;
        Specified by:
        getCpuPlatformBytes in interface VirtualMachineOrBuilder
        Returns:
        The bytes for cpuPlatform.
      • getBootImage

        public String getBootImage()
         The host operating system image to use.
        
         Currently, only Container-Optimized OS images can be used.
        
         The default value is `projects/cos-cloud/global/images/family/cos-stable`,
         which selects the latest stable release of Container-Optimized OS.
        
         This option is provided to allow testing against the beta release of the
         operating system to ensure that the new version does not interact
         negatively with production pipelines.
        
         To test a pipeline against the beta release of Container-Optimized OS,
         use the value `projects/cos-cloud/global/images/family/cos-beta`.
         
        string boot_image = 10;
        Specified by:
        getBootImage in interface VirtualMachineOrBuilder
        Returns:
        The bootImage.
      • getBootImageBytes

        public com.google.protobuf.ByteString getBootImageBytes()
         The host operating system image to use.
        
         Currently, only Container-Optimized OS images can be used.
        
         The default value is `projects/cos-cloud/global/images/family/cos-stable`,
         which selects the latest stable release of Container-Optimized OS.
        
         This option is provided to allow testing against the beta release of the
         operating system to ensure that the new version does not interact
         negatively with production pipelines.
        
         To test a pipeline against the beta release of Container-Optimized OS,
         use the value `projects/cos-cloud/global/images/family/cos-beta`.
         
        string boot_image = 10;
        Specified by:
        getBootImageBytes in interface VirtualMachineOrBuilder
        Returns:
        The bytes for bootImage.
      • getNvidiaDriverVersion

        @Deprecated
        public String getNvidiaDriverVersion()
        Deprecated.
        google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
         The NVIDIA driver version to use when attaching an NVIDIA GPU accelerator.
         The version specified here must be compatible with the GPU libraries
         contained in the container being executed, and must be one of the drivers
         hosted in the `nvidia-drivers-us-public` bucket on Google Cloud Storage.
         
        string nvidia_driver_version = 11 [deprecated = true];
        Specified by:
        getNvidiaDriverVersion in interface VirtualMachineOrBuilder
        Returns:
        The nvidiaDriverVersion.
      • getNvidiaDriverVersionBytes

        @Deprecated
        public com.google.protobuf.ByteString getNvidiaDriverVersionBytes()
        Deprecated.
        google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
         The NVIDIA driver version to use when attaching an NVIDIA GPU accelerator.
         The version specified here must be compatible with the GPU libraries
         contained in the container being executed, and must be one of the drivers
         hosted in the `nvidia-drivers-us-public` bucket on Google Cloud Storage.
         
        string nvidia_driver_version = 11 [deprecated = true];
        Specified by:
        getNvidiaDriverVersionBytes in interface VirtualMachineOrBuilder
        Returns:
        The bytes for nvidiaDriverVersion.
      • getEnableStackdriverMonitoring

        public boolean getEnableStackdriverMonitoring()
         Whether Stackdriver monitoring should be enabled on the VM.
         
        bool enable_stackdriver_monitoring = 12;
        Specified by:
        getEnableStackdriverMonitoring in interface VirtualMachineOrBuilder
        Returns:
        The enableStackdriverMonitoring.
      • getDockerCacheImagesList

        public com.google.protobuf.ProtocolStringList getDockerCacheImagesList()
         The Compute Engine Disk Images to use as a Docker cache. The disks will be
         mounted into the Docker folder in a way that the images present in the
         cache will not need to be pulled. The digests of the cached images must
         match those of the tags used or the latest version will still be pulled.
         The root directory of the ext4 image must contain `image` and `overlay2`
         directories copied from the Docker directory of a VM where the desired
         Docker images have already been pulled. Any images pulled that are not
         cached will be stored on the first cache disk instead of the boot disk.
         Only a single image is supported.
         
        repeated string docker_cache_images = 13;
        Specified by:
        getDockerCacheImagesList in interface VirtualMachineOrBuilder
        Returns:
        A list containing the dockerCacheImages.
      • getDockerCacheImagesCount

        public int getDockerCacheImagesCount()
         The Compute Engine Disk Images to use as a Docker cache. The disks will be
         mounted into the Docker folder in a way that the images present in the
         cache will not need to be pulled. The digests of the cached images must
         match those of the tags used or the latest version will still be pulled.
         The root directory of the ext4 image must contain `image` and `overlay2`
         directories copied from the Docker directory of a VM where the desired
         Docker images have already been pulled. Any images pulled that are not
         cached will be stored on the first cache disk instead of the boot disk.
         Only a single image is supported.
         
        repeated string docker_cache_images = 13;
        Specified by:
        getDockerCacheImagesCount in interface VirtualMachineOrBuilder
        Returns:
        The count of dockerCacheImages.
      • getDockerCacheImages

        public String getDockerCacheImages​(int index)
         The Compute Engine Disk Images to use as a Docker cache. The disks will be
         mounted into the Docker folder in a way that the images present in the
         cache will not need to be pulled. The digests of the cached images must
         match those of the tags used or the latest version will still be pulled.
         The root directory of the ext4 image must contain `image` and `overlay2`
         directories copied from the Docker directory of a VM where the desired
         Docker images have already been pulled. Any images pulled that are not
         cached will be stored on the first cache disk instead of the boot disk.
         Only a single image is supported.
         
        repeated string docker_cache_images = 13;
        Specified by:
        getDockerCacheImages in interface VirtualMachineOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The dockerCacheImages at the given index.
      • getDockerCacheImagesBytes

        public com.google.protobuf.ByteString getDockerCacheImagesBytes​(int index)
         The Compute Engine Disk Images to use as a Docker cache. The disks will be
         mounted into the Docker folder in a way that the images present in the
         cache will not need to be pulled. The digests of the cached images must
         match those of the tags used or the latest version will still be pulled.
         The root directory of the ext4 image must contain `image` and `overlay2`
         directories copied from the Docker directory of a VM where the desired
         Docker images have already been pulled. Any images pulled that are not
         cached will be stored on the first cache disk instead of the boot disk.
         Only a single image is supported.
         
        repeated string docker_cache_images = 13;
        Specified by:
        getDockerCacheImagesBytes in interface VirtualMachineOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dockerCacheImages at the given index.
      • getVolumesList

        public List<Volume> getVolumesList()
         The list of disks and other storage to create or attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Volume volumes = 14;
        Specified by:
        getVolumesList in interface VirtualMachineOrBuilder
      • getVolumesOrBuilderList

        public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
         The list of disks and other storage to create or attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Volume volumes = 14;
        Specified by:
        getVolumesOrBuilderList in interface VirtualMachineOrBuilder
      • getVolumesCount

        public int getVolumesCount()
         The list of disks and other storage to create or attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Volume volumes = 14;
        Specified by:
        getVolumesCount in interface VirtualMachineOrBuilder
      • getVolumes

        public Volume getVolumes​(int index)
         The list of disks and other storage to create or attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Volume volumes = 14;
        Specified by:
        getVolumes in interface VirtualMachineOrBuilder
      • getVolumesOrBuilder

        public VolumeOrBuilder getVolumesOrBuilder​(int index)
         The list of disks and other storage to create or attach to the VM.
        
         Specify either the `volumes[]` field or the `disks[]` field, but not both.
         
        repeated .google.cloud.lifesciences.v2beta.Volume volumes = 14;
        Specified by:
        getVolumesOrBuilder in interface VirtualMachineOrBuilder
      • getReservation

        public String getReservation()
         If specified, the VM will only be allocated inside the matching
         reservation. It will fail if the VM parameters don't match the reservation.
         
        string reservation = 15;
        Specified by:
        getReservation in interface VirtualMachineOrBuilder
        Returns:
        The reservation.
      • getReservationBytes

        public com.google.protobuf.ByteString getReservationBytes()
         If specified, the VM will only be allocated inside the matching
         reservation. It will fail if the VM parameters don't match the reservation.
         
        string reservation = 15;
        Specified by:
        getReservationBytes in interface VirtualMachineOrBuilder
        Returns:
        The bytes for reservation.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static VirtualMachine parseFrom​(ByteBuffer data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(ByteBuffer data,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(com.google.protobuf.ByteString data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(com.google.protobuf.ByteString data,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(byte[] data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(byte[] data,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VirtualMachine parseFrom​(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
        Throws:
        IOException
      • newBuilderForType

        public VirtualMachine.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public VirtualMachine.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected VirtualMachine.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static VirtualMachine getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<VirtualMachine> parser()
      • getParserForType

        public com.google.protobuf.Parser<VirtualMachine> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public VirtualMachine getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder