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."],[[["This webpage provides reference documentation for the `GetSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.7.0."],["The `GetSavedQueryRequest` class is used to request a saved query and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the class's constructors, which include a default constructor and a copy constructor that accepts another `GetSavedQueryRequest` object as a parameter."],["The `GetSavedQueryRequest` class contains two properties: `Name` (a string representing the saved query's resource name) and `SavedQueryName` (a typed view over the `Name` property)."],["This page also lists all available versions of the `GetSavedQueryRequest` class, ranging from the latest version 3.12.0 down to 2.7.0, each with its own dedicated link for further details."]]],[]]