Class: Google::Cloud::Bigtable::Admin::V2::AuthorizedView::SubsetView

Inherits:
Object
  • Object
show all
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

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.

Returns:



245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 245

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 ("").

Returns:

  • (::Array<::String>)

    Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").



245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 245

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