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]
Implements
IMessageCreateAuthorizedViewRequest, IEquatableCreateAuthorizedViewRequest, IDeepCloneableCreateAuthorizedViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateAuthorizedViewRequest()
public CreateAuthorizedViewRequest()
CreateAuthorizedViewRequest(CreateAuthorizedViewRequest)
public CreateAuthorizedViewRequest(CreateAuthorizedViewRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateAuthorizedViewRequest |
Properties
AuthorizedView
public AuthorizedView AuthorizedView { get; set; }
Required. The AuthorizedView to create.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsTableName
public TableName ParentAsTableName { get; set; }
Property Value | |
---|---|
Type | Description |
TableName |