TESTING.md refers to a method that no longer exists in 0.22.0-beta.
The example for creating a pubsub topic admin client:
TopicAdminClient topicClient = TopicAdminClient.create(
TopicAdminSettings
.defaultBuilder()
.setChannelProvider(channelProvider)
.setCredentialsProvider(credentialsProvider)
.build());
uses .setChannelProvider(), which no longer exists. It's not clear what the new approach for testing is.
TESTING.md refers to a method that no longer exists in 0.22.0-beta.
The example for creating a pubsub topic admin client:
uses
.setChannelProvider(), which no longer exists. It's not clear what the new approach for testing is.