Skip to content

Conversation

@dpcollins-google
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 9, 2020
@dpcollins-google dpcollins-google requested review from hannahrogers-google and kamalaboulhosn and removed request for kamalaboulhosn April 9, 2020 19:19

import com.google.api.core.ApiService;

// The core interface for a Cloud Pub/Sub subscriber, consisting only of ApiService methods.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to be a java doc comment
/*
*/

And add a link to subscriber documentation, like you did with the PublisherInterface

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@hannahrogers-google
Copy link
Contributor

You can also resolve the code format failure by running 'mvn clean verify'

@hannahrogers-google hannahrogers-google changed the title Add interfaces for Cloud Pub/Sub Publishers and Subscribers. feat: add interfaces for cloud pubsub publishers and subscribers Apr 9, 2020

import com.google.api.core.ApiService;

/** The core interface for a Cloud Pub/Sub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'The core interface...' should be on a new line

Running 'mvn clean verify' should resolve this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@hannahrogers-google hannahrogers-google added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 10, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 10, 2020
@codecov
Copy link

codecov bot commented Apr 10, 2020

Codecov Report

Merging #134 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #134   +/-   ##
=========================================
  Coverage     78.37%   78.37%           
  Complexity      302      302           
=========================================
  Files            21       21           
  Lines          2719     2719           
  Branches        134      134           
=========================================
  Hits           2131     2131           
  Misses          513      513           
  Partials         75       75           
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/google/cloud/pubsub/v1/Publisher.java 87.96% <ø> (ø) 46.00 <0.00> (ø)
...in/java/com/google/cloud/pubsub/v1/Subscriber.java 80.00% <ø> (ø) 22.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29e26ea...c4039ce. Read the comment docs.

@dpcollins-google dpcollins-google merged commit 89fcc88 into googleapis:master Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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