Skip to content
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

feat: Add admin APIs for AuthorizedView #2175

Merged
merged 6 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Mark AuthorizedViewType as InternalApi
Change-Id: If52e3a32c3259f652f1f7d34b013d1ec1fc0a773
  • Loading branch information
Lixia Chen committed Mar 19, 2024
commit e65fa69ead581141ffb678db6f8083857f1d2aa1
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ public int hashCode() {
* Represents a subset of a Table. Please check the implementations of this interface for more
* details.
*/
@InternalApi
public interface AuthorizedViewType {}
trollyxia marked this conversation as resolved.
Show resolved Hide resolved
}