RegisterSubscriberRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request Message for RegisterSubscriber.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
account |
str
Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset. |
service_account |
str
Required. Service account that provides subscriber access to the registered topic. |
integrator |
str
Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset. This field is a member of oneof_ _integrator.
|