-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bigtable: Updated Javadoc of models/CreateInstanceRequest.java #6201
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
Bigtable: Updated Javadoc of models/CreateInstanceRequest.java #6201
Conversation
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
|
@igorbernstein2 Whenever you get time, please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry just saw the comment, will double check this is correct
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
Updated the javadoc to be consistent with [instance.proto](https://github.com/googleapis/googleapis/blob/master/google/bigtable/admin/v2/instance.proto#L65-L67).
f000ace to
b142ad4
Compare
Codecov Report
@@ Coverage Diff @@
## master #6201 +/- ##
============================================
+ Coverage 46.29% 46.33% +0.03%
- Complexity 27922 27962 +40
============================================
Files 2613 2613
Lines 287626 287923 +297
Branches 33735 33755 +20
============================================
+ Hits 133169 133418 +249
- Misses 144252 144289 +37
- Partials 10205 10216 +11
Continue to review full report at Codecov.
|
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a nit
...gtable/src/test/java/com/google/cloud/bigtable/admin/v2/models/CreateClusterRequestTest.java
Outdated
Show resolved
Hide resolved
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
...-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateInstanceRequest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I think all comments have been addressed. If anything else needs to be updated, we can do another PR
Updated the javadoc to be consistent with instance.proto.