Class PublishEventsRequest (0.4.0)

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.

Inheritance

builtins.object > proto.message.Message > PublishEventsRequest