Google Cloud Bigtable Administration v2 API - Class CreateAuthorizedViewRequest (3.14.0)

public sealed class CreateAuthorizedViewRequest : IMessage<CreateAuthorizedViewRequest>, IEquatable<CreateAuthorizedViewRequest>, IDeepCloneable<CreateAuthorizedViewRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateAuthorizedViewRequest.

The request for [CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]

Inheritance

object > CreateAuthorizedViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CreateAuthorizedViewRequest()

public CreateAuthorizedViewRequest()

CreateAuthorizedViewRequest(CreateAuthorizedViewRequest)

public CreateAuthorizedViewRequest(CreateAuthorizedViewRequest other)
Parameter
NameDescription
otherCreateAuthorizedViewRequest

Properties

AuthorizedView

public AuthorizedView AuthorizedView { get; set; }

Required. The AuthorizedView to create.

Property Value
TypeDescription
AuthorizedView

AuthorizedViewId

public string AuthorizedViewId { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Property Value
TypeDescription
string

ParentAsTableName

public TableName ParentAsTableName { get; set; }

TableName-typed view over the Parent resource name property.

Property Value
TypeDescription
TableName