Show / Hide Table of Contents

Class UpdateAuthorizedViewRequest

The request for UpdateAuthorizedView.

Inheritance
object
UpdateAuthorizedViewRequest
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 UpdateAuthorizedViewRequest : IDirectResponseSchema

Properties

AuthorizedView

Required. The AuthorizedView to update. The name in authorized_view is used to identify the AuthorizedView. AuthorizedView name must in this format: projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.

Declaration
[JsonProperty("authorizedView")]
public virtual AuthorizedView AuthorizedView { get; set; }
Property Value
Type Description
AuthorizedView

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IgnoreWarnings

Optional. If true, ignore the safety checks when updating the AuthorizedView.

Declaration
[JsonProperty("ignoreWarnings")]
public virtual bool? IgnoreWarnings { get; set; }
Property Value
Type Description
bool?

UpdateMask

Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value * means to overwrite all fields (including fields not set in the request).

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX