Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
Typedefs | |
using | google::cloud::pubsub::SubscriberOptionList = OptionList< MaxDeadlineTimeOption, MaxDeadlineExtensionOption, MinDeadlineExtensionOption, MaxOutstandingMessagesOption, MaxOutstandingBytesOption, MaxConcurrencyOption, ShutdownPollingPeriodOption, SubscriptionOption > |
The list of options specific to subscribers. More... | |
Functions | |
Options | google::cloud::pubsub::IAMPolicyOptions (Options opts={}) |
Convenience function to initialize a google::cloud::iam::IAMPolicyConnection . More... | |
The Pub/Sub client library uses the same mechanism as all other C++ client libraries for configuration. As usual for the C++ client libraries, it adds a number of unique options only applicable for the Pub/Sub library.
The list of options specific to subscribers.
Convenience function to initialize a google::cloud::iam::IAMPolicyConnection
.
To manage the IAM policies of Pub/Sub resources you need to configure the google::cloud::IAMPolicyClient
to use pubsub.googleapis.com
as the google::cloud::EndpointOption
and google::cloud::AuthorityOption
.
This function returns an object that is initialized with these values, you can provide additional configuration, or override some of the values before passing the object to google::cloud::iam::MakeIAMPolicyConnection
.