public sealed class GetResourceRequest : IMessage<GetResourceRequest>, IEquatable<GetResourceRequest>, IDeepCloneable<GetResourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class GetResourceRequest.
A request to get a Resource from a 'GetResource' call.
Required. The name of the Resource in the format:
'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}/resource/{resource}'.
[[["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-06-10 UTC."],[[["This document provides reference documentation for the `GetResourceRequest` class within the Infrastructure Manager v1 API, specifically for version 1.2.0."],["The `GetResourceRequest` class is used to request a Resource and is part of the `Google.Cloud.Config.V1` namespace, found in the Google.Cloud.Config.V1.dll assembly."],["`GetResourceRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors: a parameterless constructor and one that takes another `GetResourceRequest` object, as well as properties `Name` and `ResourceName`."],["The document also provides links to previous versions of `GetResourceRequest`, ranging from 1.0.0 up to the latest version, 1.7.0, with the current version being 1.2.0."]]],[]]