com.android.emulator.control.ParameterValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adam Show documentation
Show all versions of adam Show documentation
Android Debug Bridge helper
// 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);
}