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 page provides reference documentation for the `UpdateSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.11.0."],["The `UpdateSavedQueryRequest` class is used to request the update of a saved query and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the API, starting from 3.12.0 (latest) down to 2.7.0, each with a corresponding link to its documentation."],["The class has properties such as `SavedQuery` which is a required field for the query to update and `UpdateMask` which is a required field containing a list of what fields are to be updated."],["The class has two constructors, a default one, and another one that takes another `UpdateSavedQueryRequest` object as a parameter."]]],[]]