public sealed class UpdateLogicalViewRequest : IMessage<UpdateLogicalViewRequest>, IEquatable<UpdateLogicalViewRequest>, IDeepCloneable<UpdateLogicalViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateLogicalViewRequest.
Request message for BigtableInstanceAdmin.UpdateLogicalView.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for the `UpdateLogicalViewRequest` in the Google Cloud Bigtable Admin v2 API is 3.24.0."],["This page provides comprehensive reference documentation for the `UpdateLogicalViewRequest` class, including its constructors, properties, and implemented interfaces."],["The `UpdateLogicalViewRequest` class is used as a request message for updating a logical view in the BigtableInstanceAdmin, as defined in the Google Cloud Bigtable Administration v2 API."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating operations like message handling, equality checking, deep cloning, and buffer operations, respectively."],["Key properties of the `UpdateLogicalViewRequest` class include `LogicalView` for specifying the view to update and `UpdateMask` for specifying the fields to be updated."]]],[]]