Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

return Name objects instead of plain String #1562

Merged
merged 3 commits into from
Jan 25, 2017
Merged

return Name objects instead of plain String #1562

merged 3 commits into from
Jan 25, 2017

Conversation

pongad
Copy link
Contributor

@pongad pongad commented Jan 25, 2017

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 25, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 090326c on pongad:return-name into ** on GoogleCloudPlatform:pubsub-hp**.

@@ -52,7 +51,7 @@ public static void main(String... args) throws Exception {
};
Subscriber subscriber = null;
try {
subscriber = Subscriber.Builder.newBuilder(subscription, receiver).build();

This comment was marked as spam.

This comment was marked as spam.

@@ -121,6 +121,7 @@ public static long getApiMaxRequestBytes() {

private static final Logger logger = LoggerFactory.getLogger(Publisher.class);

private final TopicName topicName;
private final String topic;

This comment was marked as spam.

@@ -249,6 +263,7 @@ public void terminated(State from) {}
private static class SubscriberImpl extends AbstractService {
private static final Logger logger = LoggerFactory.getLogger(Subscriber.class);

private final SubscriptionName subscriptionName;
private final String subscription;

This comment was marked as spam.

@pongad
Copy link
Contributor Author

pongad commented Jan 25, 2017

@garrettjonesgoogle PTAL

@garrettjonesgoogle
Copy link
Member

LGTM

@pongad pongad merged commit 16957b0 into googleapis:pubsub-hp Jan 25, 2017
@pongad pongad deleted the return-name branch January 25, 2017 22:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants