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