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
Returns
- (::Google::Cloud::Bigtable::V2::OpenAuthorizedViewRequest::Permission) — Permission for the session.
#permission=
def permission=(value) -> ::Google::Cloud::Bigtable::V2::OpenAuthorizedViewRequest::Permission
Parameter
- value (::Google::Cloud::Bigtable::V2::OpenAuthorizedViewRequest::Permission) — Permission for the session.
Returns
- (::Google::Cloud::Bigtable::V2::OpenAuthorizedViewRequest::Permission) — Permission for the session.