SubscribeEventsRequest

Request message for SubscriptionService.SubscribeEvents.

Properties

Link copied to clipboard
abstract val filter: EventFilter

Optional. DNF filter over indexed dimensions. If absent, every event is streamed.

Link copied to clipboard

Returns the field-presence view for this SubscribeEventsRequest instance.

Link copied to clipboard
abstract val readMask: FieldMask

Optional. Mask for specifying which parts of the Event should be returned.

Functions

Link copied to clipboard
fun SubscribeEventsRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): SubscribeEventsRequest

Copies the original message, including unknown fields.