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

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

Open sessions for an AuthorizedView. 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 authorized view sessions.

#app_profile_id=

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

#authorized_view_name

def authorized_view_name() -> ::String
Returns
  • (::String) — The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

#authorized_view_name=

def authorized_view_name=(value) -> ::String
Parameter
  • value (::String) — The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.
Returns
  • (::String) — The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

#permission

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

#permission=

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