Class: Google::Cloud::Bigtable::Admin::V2::GetAuthorizedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GetAuthorizedViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::ResponseView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique name of the requested AuthorizedView.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}
.
934 935 936 937 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 934 class GetAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::ResponseView
Returns Optional. The resource_view to be applied to the returned AuthorizedView's fields. Default to BASIC.
934 935 936 937 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 934 class GetAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |