Class: Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for CreateAuthorizedView
Instance Attribute Summary collapse
-
#authorized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Required.
-
#authorized_view_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#authorized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Returns Required. The AuthorizedView to create.
858 859 860 861 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 858 class CreateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#authorized_view_id ⇒ ::String
Returns Required. The id of the AuthorizedView to create. This AuthorizedView must
not already exist. The authorized_view_id
appended to parent
forms the
full AuthorizedView name of the form
projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}
.
858 859 860 861 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 858 class CreateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. This is the name of the table the AuthorizedView belongs to.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
858 859 860 861 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 858 class CreateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |