Interface ScheduleEventDataOrBuilder (0.16.0)

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
Type Description
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
Type Description
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
Type Description
boolean

Whether the payload field is set.