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-03-21 UTC."],[[["This documentation page covers the `GetResourceRequest` class within the Google Cloud Config V1 API, specifically for version 1.3.0."],["`GetResourceRequest` is used to retrieve a Resource through a 'GetResource' call, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GetResourceRequest()` and an overload `GetResourceRequest(GetResourceRequest other)` for cloning, and it contains properties such as `Name` (a string representing the Resource's identifier) and `ResourceName` (a `ResourceName`-typed representation of the resource name)."],["The documentation page provides links to older versions, and the most up-to-date version of the `GetResourceRequest` class."]]],[]]