Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::CreateAuthorizedViewRequest (v0.26.0)

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

#authorized_view=

def authorized_view=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Parameter
Returns

#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 to parent forms the full AuthorizedView name of the form projects/{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 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}.

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