googleapis/google-cloud-cpp-pubsub

Implement PublisherClient::ListTopics

coryan opened this issue · 0 comments

We need a read-only operation that actually contacts the server to run from pubsub_install_test. This is probably the easiest. We need:

  • Upgrade v0.19.0 of -common.
  • Add the member function to PublisherStub
  • Add the member function to PublisherConnection
  • Add the member function to PublisherClient
  • Change publisher_admin_integration_test.cc to use the new function.
  • Add an example in samples/samples.cc