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."],[[["The latest version of the `UpdateSavedQueryRequest` class is 3.12.0, and the documentation provides links to older versions, ranging back to version 2.7.0."],["This document details the `UpdateSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, used to request the update of a saved query."],["`UpdateSavedQueryRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with a complete list of the inherited members available."],["The class has two constructors, one empty and one that accepts another `UpdateSavedQueryRequest` as a parameter, for different use cases."],["The class contains two main properties: `SavedQuery`, which specifies the saved query to be updated and includes its `name`, and `UpdateMask`, which defines the specific fields within the saved query that should be modified."]]],[]]