This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525/**
2626 * A class that wraps the {@link com.google.bigtable.admin.v2.SchemaBundle} protocol buffer object.
27- *
28- * <p>An AuthorizedView represents subsets of a particular table based on rules. The access to each
29- * AuthorizedView can be configured separately from the Table.
30- *
31- * <p>Users can perform read/write operation on an AuthorizedView by providing an authorizedView id
32- * besides a table id, in which case the semantics remain identical as reading/writing on a Table
33- * except that visibility is restricted to the subset of the Table that the AuthorizedView
34- * represents.
3527 */
3628public final class SchemaBundle {
3729 private final com .google .bigtable .admin .v2 .SchemaBundle proto ;
You can’t perform that action at this time.
0 commit comments