Interface DeviceEventDataOrBuilder (0.14.1)

public interface DeviceEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayload()

public abstract Device getPayload()

Optional. The Device event payload. Unset for deletion events.

optional .google.events.cloud.iot.v1.Device payload = 1;

Returns
TypeDescription
Device

The payload.

getPayloadOrBuilder()

public abstract DeviceOrBuilder getPayloadOrBuilder()

Optional. The Device event payload. Unset for deletion events.

optional .google.events.cloud.iot.v1.Device payload = 1;

Returns
TypeDescription
DeviceOrBuilder

hasPayload()

public abstract boolean hasPayload()

Optional. The Device event payload. Unset for deletion events.

optional .google.events.cloud.iot.v1.Device payload = 1;

Returns
TypeDescription
boolean

Whether the payload field is set.