Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest.
The request for CreateAuthorizedView
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authorized_view
def authorized_view() -> ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Returns
- (::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to create.
#authorized_view=
def authorized_view=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to create.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to create.
#authorized_view_id
def authorized_view_id() -> ::String
Returns
-
(::String) — Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The
authorized_view_id
appended toparent
forms the full AuthorizedView name of the formprojects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}
.
#authorized_view_id=
def authorized_view_id=(value) -> ::String
Parameter
-
value (::String) — Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The
authorized_view_id
appended toparent
forms the full AuthorizedView name of the formprojects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}
.
Returns
-
(::String) — Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The
authorized_view_id
appended toparent
forms the full AuthorizedView name of the formprojects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Returns
-
(::String) — Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.