Show / Hide Table of Contents

Class CreateAuthorizedViewRequest

The request for CreateAuthorizedView

Inheritance
object
CreateAuthorizedViewRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX