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

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

  /**
   * repeated float data = 1 [packed = true];
   * @return A list containing the data.
   */
  java.util.List getDataList();
  /**
   * repeated float data = 1 [packed = true];
   * @return The count of data.
   */
  int getDataCount();
  /**
   * repeated float data = 1 [packed = true];
   * @param index The index of the element to return.
   * @return The data at the given index.
   */
  float getData(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy