Interface EventEventDataOrBuilder (0.14.1)

public interface EventEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayload()

public abstract Event getPayload()

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

optional .google.events.cloud.visionai.v1.Event payload = 1;

Returns
TypeDescription
Event

The payload.

getPayloadOrBuilder()

public abstract EventOrBuilder getPayloadOrBuilder()

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

optional .google.events.cloud.visionai.v1.Event payload = 1;

Returns
TypeDescription
EventOrBuilder

hasPayload()

public abstract boolean hasPayload()

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

optional .google.events.cloud.visionai.v1.Event payload = 1;

Returns
TypeDescription
boolean

Whether the payload field is set.