Uses of Class
com.google.cloud.bigtable.admin.v2.models.FamilySubsets
Packages that use FamilySubsets
-
Uses of FamilySubsets in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return FamilySubsetsModifier and TypeMethodDescriptionFamilySubsets.addQualifier(com.google.protobuf.ByteString qualifier) Adds an individual column qualifier to be included in this authorized view.FamilySubsets.addQualifier(String qualifier) Adds an individual column qualifier to be included in this authorized view.FamilySubsets.addQualifierPrefix(com.google.protobuf.ByteString qualifierPrefix) Adds a prefix for column qualifiers to be included in this authorized view.FamilySubsets.addQualifierPrefix(String qualifierPrefix) Adds a prefix for column qualifiers to be included in this authorized view.static FamilySubsetsFamilySubsets.create()static FamilySubsetsFamilySubsets.fromProto(AuthorizedView.FamilySubsets proto) Wraps the protobuf.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type FamilySubsetsModifier and TypeMethodDescriptionSubsetView.getFamilySubsets()Gets the map from familyId to familySubsets in this subset view.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type FamilySubsetsModifier and TypeMethodDescriptionSubsetView.setFamilySubsets(String familyId, FamilySubsets familySubsets) Adds a new familyId with its familySubsets to the subset view.