-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore(samples): update Autoclass Sample for v2.1 features #2259
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.
No test? Otherwise LGTM
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.
Thanks for working on this! Could we also update the storage_get_autoclass sample to demonstrate the newly added fields?
samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java
Outdated
Show resolved
Hide resolved
samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java
Outdated
Show resolved
Hide resolved
79c92ab
to
90a1ca3
Compare
90a1ca3
to
636e08f
Compare
Now that libraries-bom has been released with the feature I've rebased and updated the sample and the samples test. @cojenco I applied the value changes in the sample you recommended. |
LGTM, could we showcase the new fields in the get_autoclass sample too? Thank you @BenWhitehead |
636e08f
to
5c045d9
Compare
Co-authored-by: cojenco <[email protected]>
5c045d9
to
ed980a7
Compare
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, thanks Ben 🙂
Depends on #2258