public sealed class UpdateSavedQueryRequest : IMessage<UpdateSavedQueryRequest>, IEquatable<UpdateSavedQueryRequest>, IDeepCloneable<UpdateSavedQueryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class UpdateSavedQueryRequest.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `UpdateSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically version 3.8.0."],["The `UpdateSavedQueryRequest` class is used to request updates to a saved query and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available for the Google Cloud Asset Inventory v1 API, ranging from 2.7.0 to 3.12.0, with 3.12.0 being the most recent."],["The class has two constructors, a default one and one that takes another `UpdateSavedQueryRequest` as a parameter for cloning purposes, with parameters specifying the details of the saved query to update."],["Key properties of this class include `SavedQuery`, representing the saved query to update, and `UpdateMask`, specifying which fields to modify."]]],[]]