Class: Google::Cloud::Bigtable::Admin::V2::CreateMaterializedViewRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#materialized_view::Google::Cloud::Bigtable::Admin::V2::MaterializedView

Returns Required. The materialized view to create.

Returns:



648
649
650
651
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 648

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

#materialized_view_id::String

Returns Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.

Returns:

  • (::String)

    Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.



648
649
650
651
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 648

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

#parent::String

Returns Required. The parent instance where this materialized view will be created. Format: projects/{project}/instances/{instance}.

Returns:

  • (::String)

    Required. The parent instance where this materialized view will be created. Format: projects/{project}/instances/{instance}.



648
649
650
651
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 648

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