Class PublishChannelConnectionEventsRequest (0.1.1)

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

The request message for the PublishChannelConnectionEvents method.

Attributes

NameDescription
channel_connection str
The channel_connection that the events are published from. For example: projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}.
events Sequence[google.protobuf.any_pb2.Any]
The CloudEvents v1.0 events to publish. No other types are allowed.