Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 53daf12

Browse files
committed
fix comment
1 parent be4412b commit 53daf12

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/SchemaBundle.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
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
*/
3628
public final class SchemaBundle {
3729
private final com.google.bigtable.admin.v2.SchemaBundle proto;

0 commit comments

Comments
 (0)