Skip to content

Commit f081cec

Browse files
authored
fix(storage): rename Publisher and Subscription admin clients (#3349)
The admin clients should be renamed to match their function. This is consistent with the Java and Go client libraries, though theirs are named TopicAdminClient and SubscriptionAdminClient. Since these types are within a client module, we do not use the suffix since its repetitive. For #3011 and for #3010
1 parent d853a89 commit f081cec

File tree

7 files changed

+231
-227
lines changed

7 files changed

+231
-227
lines changed

src/pubsub/src/generated/gapic/.sidekick.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[general]
1616
specification-source = 'google/pubsub/v1'
17-
service-config = 'google/pubsub/v1/pubsub_v1.yaml'
17+
service-config = 'google/pubsub/v1/pubsub_v1.yaml'
1818

1919
[source]
2020
included-ids = """\
@@ -45,3 +45,4 @@ included-ids = """\
4545
copyright-year = '2025'
4646
template-override = 'templates/http-client'
4747
package-name-override = 'google-cloud-pubsub'
48+
name-overrides = '.google.pubsub.v1.Publisher=TopicAdmin,.google.pubsub.v1.Subscriber=SubscriptionAdmin'

0 commit comments

Comments
 (0)