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 document provides reference documentation for the `GetSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.11.0, and details on how to request a saved query."],["The `GetSavedQueryRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["It includes two constructors, a default one and another that accepts a `GetSavedQueryRequest` object for cloning purposes, offering flexibility in object creation."],["The `GetSavedQueryRequest` class contains two properties, `Name` which is a required string specifying the saved query's resource name, and `SavedQueryName` which is a typed view over the `Name` property."],["The document lists multiple versions of the API, from 3.12.0 (latest) down to 2.7.0, implying a history of updates and potentially breaking changes across different releases."]]],[]]