Interface RuntimeEventDataOrBuilder (0.15.0)

public interface RuntimeEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.