IntegratorsResource class
Constructors
- IntegratorsResource(ApiRequester client)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  listSubscribers(String integrator, {String? account, int? pageSize, String? pageToken, String? $fields}) → Future< GoogleCloudChannelV1ListSubscribersResponse> 
- Lists service accounts with subscriber privileges on the Pub/Sub topic created for this Channel Services account or integrator.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  registerSubscriber(GoogleCloudChannelV1RegisterSubscriberRequest request, String integrator, {String? $fields}) → Future< GoogleCloudChannelV1RegisterSubscriberResponse> 
- Registers a service account with subscriber privileges on the Pub/Sub topic for this Channel Services account or integrator.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unregisterSubscriber(GoogleCloudChannelV1UnregisterSubscriberRequest request, String integrator, {String? $fields}) → Future< GoogleCloudChannelV1UnregisterSubscriberResponse> 
- Unregisters a service account with subscriber privileges on the Pub/Sub topic created for this Channel Services account or integrator.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited