public interface SourceEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPayload()
public abstract Source getPayload()
Optional. The Source event payload. Unset for deletion events.
optional .google.events.cloud.vmmigration.v1.Source payload = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |