Skip to content

Commit a230a9b

Browse files
authored
---
yaml --- r: 9247 b: refs/heads/spanner-gapic-migration c: bfa6f07 h: refs/heads/master i: 9245: 35833cd 9243: 0f3c485 9239: f5e311b 9231: 89b7c3c 9215: 241f8f3
1 parent 5692b7f commit a230a9b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

  • branches/spanner-gapic-migration/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
8383
refs/heads/mrschmidt-sizefix: 627a3bfa30bb6f4f76af47b228c38b208dd921e0
84-
refs/heads/spanner-gapic-migration: f8c6613ce88f7a52b98c6e5f392d41f69141864d
84+
refs/heads/spanner-gapic-migration: bfa6f07a8f1688ec62b3f25e52ca36c3c85a9576
8585
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8686
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8787
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@ public static Builder newBuilder(String subscription, MessageReceiver receiver)
217217
return new Builder(subscription, receiver);
218218
}
219219

220-
/** Subscription which the subscriber is subscribed to. */
221-
public ProjectSubscriptionName getSubscriptionName() {
222-
return ProjectSubscriptionName.parse(subscriptionName);
223-
}
224-
225220
/** Subscription which the subscriber is subscribed to. */
226221
public String getSubscriptionNameString() {
227222
return subscriptionName;

0 commit comments

Comments
 (0)