Class: Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.ListLogicalViews.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Optional. The maximum number of logical views to return. The service may return fewer than this value

Returns:

  • (::Integer)

    Optional. The maximum number of logical views to return. The service may return fewer than this value



569
570
571
572
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569

class ListLogicalViewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListLogicalViews call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalViews must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListLogicalViews call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListLogicalViews must match the call that provided the page token.



569
570
571
572
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569

class ListLogicalViewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The unique name of the instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}.

Returns:

  • (::String)

    Required. The unique name of the instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}.



569
570
571
572
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569

class ListLogicalViewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end