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

com.android.emulator.control.PhysicalModelValueOrBuilder 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 PhysicalModelValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:android.emulation.control.PhysicalModelValue)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .android.emulation.control.PhysicalModelValue.PhysicalType target = 1;
   * @return The enum numeric value on the wire for target.
   */
  int getTargetValue();
  /**
   * .android.emulation.control.PhysicalModelValue.PhysicalType target = 1;
   * @return The target.
   */
  com.android.emulator.control.PhysicalModelValue.PhysicalType getTarget();

  /**
   * 
   * [Output Only]
   * 
* * .android.emulation.control.PhysicalModelValue.State status = 2; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * [Output Only]
   * 
* * .android.emulation.control.PhysicalModelValue.State status = 2; * @return The status. */ com.android.emulator.control.PhysicalModelValue.State getStatus(); /** *
   * Value interpretation depends on sensor, will contain at most 3 values.
   * 
* * .android.emulation.control.ParameterValue value = 3; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * Value interpretation depends on sensor, will contain at most 3 values.
   * 
* * .android.emulation.control.ParameterValue value = 3; * @return The value. */ com.android.emulator.control.ParameterValue getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy