| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
FamilySubsets |
FamilySubsets.addQualifier(com.google.protobuf.ByteString qualifier)
Adds an individual column qualifier to be included in this authorized view.
|
FamilySubsets |
FamilySubsets.addQualifier(String qualifier)
Adds an individual column qualifier to be included in this authorized view.
|
FamilySubsets |
FamilySubsets.addQualifierPrefix(com.google.protobuf.ByteString qualifierPrefix)
Adds a prefix for column qualifiers to be included in this authorized view.
|
FamilySubsets |
FamilySubsets.addQualifierPrefix(String qualifierPrefix)
Adds a prefix for column qualifiers to be included in this authorized view.
|
static FamilySubsets |
FamilySubsets.create() |
static FamilySubsets |
FamilySubsets.fromProto(AuthorizedView.FamilySubsets proto)
Wraps the protobuf.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FamilySubsets> |
SubsetView.getFamilySubsets()
Gets the map from familyId to familySubsets in this subset view.
|
| Modifier and Type | Method and Description |
|---|---|
SubsetView |
SubsetView.setFamilySubsets(String familyId,
FamilySubsets familySubsets)
Adds a new familyId with its familySubsets to the subset view.
|
Copyright © 2026 Google LLC. All rights reserved.