package google.protobuf

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Empty

empty.proto:51

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

Used as request type in: android.emulation.control.EmulatorController.getBattery, android.emulation.control.EmulatorController.getClipboard, android.emulation.control.EmulatorController.getGps, android.emulation.control.EmulatorController.getStatus, android.emulation.control.EmulatorController.getVmState, android.emulation.control.EmulatorController.streamClipboard

Used as response type in: android.emulation.control.EmulatorController.sendFingerprint, android.emulation.control.EmulatorController.sendKey, android.emulation.control.EmulatorController.sendMouse, android.emulation.control.EmulatorController.sendTouch, android.emulation.control.EmulatorController.setBattery, android.emulation.control.EmulatorController.setClipboard, android.emulation.control.EmulatorController.setGps, android.emulation.control.EmulatorController.setPhysicalModel, android.emulation.control.EmulatorController.setSensor, android.emulation.control.EmulatorController.setVmState

(message has no fields)