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

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

  /**
   * 
   * UTF-8 Encoded text.
   * 
* * string text = 1; * @return The text. */ java.lang.String getText(); /** *
   * UTF-8 Encoded text.
   * 
* * string text = 1; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy