public sealed class UpdateAuthorizedViewRequest : IMessage<UpdateAuthorizedViewRequest>, IEquatable<UpdateAuthorizedViewRequest>, IDeepCloneable<UpdateAuthorizedViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateAuthorizedViewRequest.
The request for
[UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
public AuthorizedView AuthorizedView { get; set; }
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>
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the current version being 3.20.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e class is used to manage updates to authorized views in Google Cloud Bigtable, and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eAuthorizedView\u003c/code\u003e, \u003ccode\u003eIgnoreWarnings\u003c/code\u003e, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which allow for setting the authorized view, deciding whether to bypass safety checks, and determining which fields to update, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers versions of the Google.Cloud.Bigtable.Admin.V2 API ranging from 3.24.0 (latest) down to version 2.4.0, all of which implement \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e, and includes members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]