Interface ScheduleEventDataOrBuilder (0.14.1)

public interface ScheduleEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayload()

public abstract Schedule getPayload()

Optional. The Schedule event payload. Unset for deletion events.

optional .google.events.cloud.notebooks.v1.Schedule payload = 1;

Returns
TypeDescription
Schedule

The payload.

getPayloadOrBuilder()

public abstract ScheduleOrBuilder getPayloadOrBuilder()

Optional. The Schedule event payload. Unset for deletion events.

optional .google.events.cloud.notebooks.v1.Schedule payload = 1;

Returns
TypeDescription
ScheduleOrBuilder

hasPayload()

public abstract boolean hasPayload()

Optional. The Schedule event payload. Unset for deletion events.

optional .google.events.cloud.notebooks.v1.Schedule payload = 1;

Returns
TypeDescription
boolean

Whether the payload field is set.