Class: Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsRequest

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.ListMaterializedViews.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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

Returns:

  • (::Integer)

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



697
698
699
700
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697

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

#page_token::String

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

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

Returns:

  • (::String)

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

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



697
698
699
700
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697

class ListMaterializedViewsRequest
  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 materialized 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 materialized views is requested. Values are of the form projects/{project}/instances/{instance}.



697
698
699
700
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697

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