Class: Google::Cloud::Bigtable::Admin::V2::AuthorizedView::SubsetView
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::AuthorizedView::SubsetView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Defines a simple AuthorizedView that is a subset of the underlying Table.
Defined Under Namespace
Classes: FamilySubsetsEntry
Instance Attribute Summary collapse
-
#family_subsets ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}
Map from column family name to the columns in this family to be included in the AuthorizedView.
-
#row_prefixes ⇒ ::Array<::String>
Row prefixes to be included in the AuthorizedView.
Instance Attribute Details
#family_subsets ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}
Returns Map from column family name to the columns in this family to be included in the AuthorizedView.
263 264 265 266 267 268 269 270 271 272 273 274 275 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 263 class SubsetView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets] class FamilySubsetsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#row_prefixes ⇒ ::Array<::String>
Returns Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").
263 264 265 266 267 268 269 270 271 272 273 274 275 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 263 class SubsetView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets] class FamilySubsetsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |