-
Notifications
You must be signed in to change notification settings - Fork 1.1k
return Name objects instead of plain String #1562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Changes Unknown when pulling 090326c on pongad:return-name into ** on GoogleCloudPlatform:pubsub-hp**. |
| }; | ||
| Subscriber subscriber = null; | ||
| try { | ||
| subscriber = Subscriber.Builder.newBuilder(subscription, receiver).build(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| private static final Logger logger = LoggerFactory.getLogger(Publisher.class); | ||
|
|
||
| private final TopicName topicName; | ||
| private final String topic; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| private static final Logger logger = LoggerFactory.getLogger(Subscriber.class); | ||
|
|
||
| private final SubscriptionName subscriptionName; | ||
| private final String subscription; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@garrettjonesgoogle PTAL |
|
LGTM |
🤖 I have created a release *beep* *boop* --- ## [3.16.2](https://togithub.com/googleapis/java-logging/compare/v3.16.1...v3.16.2) (2024-03-20) ### Dependencies * Update dependency com.google.cloud:sdk-platform-java-config to v3.28.0 ([#1560](https://togithub.com/googleapis/java-logging/issues/1560)) ([d52e623](https://togithub.com/googleapis/java-logging/commit/d52e62343aa814183baa4fa8ea39d41a5e7c423f)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.28.1 ([#1563](https://togithub.com/googleapis/java-logging/issues/1563)) ([81aa3e6](https://togithub.com/googleapis/java-logging/commit/81aa3e6b6662d62844b289a22e8aba50dff36a51)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
No description provided.