public interface ExecutionEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPayload()
public abstract Execution getPayload()
Optional. The Execution event payload. Unset for deletion events.
optional .google.events.cloud.notebooks.v1.Execution payload = 1;
Returns | |
---|---|
Type | Description |
Execution |
The payload. |
getPayloadOrBuilder()
public abstract ExecutionOrBuilder getPayloadOrBuilder()
Optional. The Execution event payload. Unset for deletion events.
optional .google.events.cloud.notebooks.v1.Execution payload = 1;
Returns | |
---|---|
Type | Description |
ExecutionOrBuilder |
hasPayload()
public abstract boolean hasPayload()
Optional. The Execution event payload. Unset for deletion events.
optional .google.events.cloud.notebooks.v1.Execution payload = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |