-
Notifications
You must be signed in to change notification settings - Fork 2.9k
asset: add quickstart for Real Time Feed API V1P2Beta1 #1563
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
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.
It looks like you need to add tests yet, and need to fix formatting as well.
You can use mvn verify
to run checkstyle, which should report the style/formatting errors.
asset/cloud-client/src/main/java/com/example/asset/CreateFeedExample.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/main/java/com/example/asset/CreateFeedExample.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/main/java/com/example/asset/CreateFeedExample.java
Show resolved
Hide resolved
asset/cloud-client/src/main/java/com/example/asset/ListFeedsExample.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/main/java/com/example/asset/ListFeedsExample.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.
(see comments above)
Thanks, I've updated based on the comments. please take a look. |
asset/cloud-client/src/main/java/com/example/asset/CreateFeedExample.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/test/java/com/example/asset/RealTimeFeed.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/test/java/com/example/asset/RealTimeFeed.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/test/java/com/example/asset/RealTimeFeed.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/test/java/com/example/asset/RealTimeFeed.java
Outdated
Show resolved
Hide resolved
asset/cloud-client/src/test/java/com/example/asset/RealTimeFeed.java
Outdated
Show resolved
Hide resolved
Thanks for another review, updated the PR to address the comments. |
* asset: add quickstart for Real Time Feed API V1P2Beta1 * address review comments * refine test * address comments * updated based on comments * fix presubmit error
* asset: add quickstart for Real Time Feed API V1P2Beta1 * address review comments * refine test * address comments * updated based on comments * fix presubmit error
* asset: add quickstart for Real Time Feed API V1P2Beta1 * address review comments * refine test * address comments * updated based on comments * fix presubmit error
Cloud Asset Inventory is launching a series of Beta Apis:
In this PR, we added all the examples.