Interface SourceEventDataOrBuilder (0.14.1)

public interface SourceEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayload()

public abstract Source getPayload()

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

optional .google.events.cloud.vmmigration.v1.Source payload = 1;

Returns
TypeDescription
Source

The payload.

getPayloadOrBuilder()

public abstract SourceOrBuilder getPayloadOrBuilder()

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

optional .google.events.cloud.vmmigration.v1.Source payload = 1;

Returns
TypeDescription
SourceOrBuilder

hasPayload()

public abstract boolean hasPayload()

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

optional .google.events.cloud.vmmigration.v1.Source payload = 1;

Returns
TypeDescription
boolean

Whether the payload field is set.