Interface RuntimeEventDataOrBuilder (0.14.1)

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the payload field is set.