All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.android.emulator.control.VmConfigurationOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.5.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: emulator_controller.proto

// Protobuf Java Version: 3.25.0
package com.android.emulator.control;

public interface VmConfigurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:android.emulation.control.VmConfiguration)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .android.emulation.control.VmConfiguration.VmHypervisorType hypervisorType = 1;
   * @return The enum numeric value on the wire for hypervisorType.
   */
  int getHypervisorTypeValue();
  /**
   * .android.emulation.control.VmConfiguration.VmHypervisorType hypervisorType = 1;
   * @return The hypervisorType.
   */
  com.android.emulator.control.VmConfiguration.VmHypervisorType getHypervisorType();

  /**
   * int32 numberOfCpuCores = 2;
   * @return The numberOfCpuCores.
   */
  int getNumberOfCpuCores();

  /**
   * int64 ramSizeBytes = 3;
   * @return The ramSizeBytes.
   */
  long getRamSizeBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy