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 documentation for the \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e class within the Google Cloud Bigtable Administration v2 API for .NET, covering versions from 2.4.0 up to the latest version 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e class is used to send requests to the BigtableTableAdmin.UpdateAuthorizedView function for updating authorized view settings.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing support for various functionalities such as message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUpdateAuthorizedViewRequest\u003c/code\u003e include \u003ccode\u003eAuthorizedView\u003c/code\u003e, which specifies the view to update, \u003ccode\u003eIgnoreWarnings\u003c/code\u003e to bypass safety checks during updates, and \u003ccode\u003eUpdateMask\u003c/code\u003e to define specific fields for updating.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes constructors, inherited members from the base object class, and detailed descriptions of each property and parameter, helping users understand how to interact with the authorized view features.\u003c/p\u003e\n"]]],[],null,[]]