Class: Google::Cloud::Bigtable::Admin::V2::GetAuthorizedViewRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Instance Attribute Summary collapse

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}.

Returns:

  • (::String)

    Required. The unique name of the requested AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.



910
911
912
913
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 910

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.

Returns:



910
911
912
913
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 910

class GetAuthorizedViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end