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 .NET."],["The `GetSavedQueryRequest` class is used to retrieve a saved query and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists available versions of the API, ranging from version 2.7.0 up to the latest 3.12.0, with version 3.2.0 being the main context of the page."],["The `GetSavedQueryRequest` class has two constructors and two properties: `Name` (a string representing the query name) and `SavedQueryName` (a typed view over the `Name`)."],["The `Name` property of `GetSavedQueryRequest` requires a specific format, that can be projects/project_number/savedQueries/saved_query_id, folders/folder_number/savedQueries/saved_query_id, or organizations/organization_number/savedQueries/saved_query_id."]]],[]]