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-12 UTC."],[[["This document provides reference documentation for the `GetResourceRequest` class within the Google Cloud Config V1 API for .NET, specifically version 1.1.0."],["The `GetResourceRequest` class is used to request a Resource via a 'GetResource' call, it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `object` class, and its primary properties include `Name` (a string) and `ResourceName` (a `ResourceName` type), allowing specifying the resource to retrieve."],["Constructors for `GetResourceRequest` include a default constructor and one that takes another `GetResourceRequest` instance as a parameter."],["There are multiple previous versions of `GetResourceRequest` available, ranging from version 1.0.0 to the latest 1.7.0, as well as the current 1.1.0 documentation."]]],[]]