Class PublishEventsRequest (0.3.1)

PublishEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for the PublishEvents method.

Attributes

NameDescription
channel str
The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.
events Sequence[google.protobuf.any_pb2.Any]
The CloudEvents v1.0 events to publish. No other types are allowed.