Class: Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest

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

The request for CreateAuthorizedView

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_view::Google::Cloud::Bigtable::Admin::V2::AuthorizedView

Returns Required. The AuthorizedView to create.

Returns:



834
835
836
837
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 834

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

Returns:

  • (::String)

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



834
835
836
837
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 834

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

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



834
835
836
837
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 834

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