Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::OpenMaterializedViewRequest (v1.13.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::OpenMaterializedViewRequest.

Open sessions for a MaterializedView. Internal usage only.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_profile_id

def app_profile_id() -> ::String
Returns
  • (::String) — The app profile id to use for the materialized view sessions.

#app_profile_id=

def app_profile_id=(value) -> ::String
Parameter
  • value (::String) — The app profile id to use for the materialized view sessions.
Returns
  • (::String) — The app profile id to use for the materialized view sessions.

#materialized_view_name

def materialized_view_name() -> ::String
Returns
  • (::String) — The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.

#materialized_view_name=

def materialized_view_name=(value) -> ::String
Parameter
  • value (::String) — The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.
Returns
  • (::String) — The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.

#permission

def permission() -> ::Google::Cloud::Bigtable::V2::OpenMaterializedViewRequest::Permission

#permission=

def permission=(value) -> ::Google::Cloud::Bigtable::V2::OpenMaterializedViewRequest::Permission
Parameter