Class CreateAuthorizedViewRequest
The request for CreateAuthorizedView
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CreateAuthorizedViewRequest : IDirectResponseSchema
Properties
AuthorizedView
Required. The AuthorizedView to create.
Declaration
[JsonProperty("authorizedView")]
public virtual AuthorizedView AuthorizedView { get; set; }
Property Value
Type | Description |
---|---|
AuthorizedView |
AuthorizedViewId
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}
.
Declaration
[JsonProperty("authorizedViewId")]
public virtual string AuthorizedViewId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. This is the name of the table the AuthorizedView belongs to. Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |