public sealed class GetSavedQueryRequest : IMessage<GetSavedQueryRequest>, IEquatable<GetSavedQueryRequest>, IDeepCloneable<GetSavedQueryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class GetSavedQueryRequest.
[[["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 webpage provides reference documentation for the `GetSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.10.0 and other versions ranging from 2.7.0 to 3.12.0."],["`GetSavedQueryRequest` is used to get a specific saved query, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSavedQueryRequest` class has two constructors: a parameterless one, and one that takes another `GetSavedQueryRequest` as a parameter to create a copy."],["The `GetSavedQueryRequest` class contains properties, notably `Name`, which is a required string property representing the saved query name in a specific format, and `SavedQueryName`, which provides a typed view over the `Name`."],["The latest version available is 3.12.0 and the webpage allows users to navigate to different versions of the same reference documentation, such as 3.11.0, 3.9.0 and so on."]]],[]]