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."],[[["The latest version of the `GetResourceRequest` API class is 1.7.0, part of the Google Cloud Config V1 package."],["`GetResourceRequest` is used to retrieve a Resource, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from object."],["It provides a `Name` property of type string, essential for identifying the specific resource being requested in a structured format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}/resource/{resource}'."],["It also has a `ResourceName` property that provides a typed view of the resource name for the `Name` property."],["The `GetResourceRequest` class includes constructors for default initialization and cloning from another `GetResourceRequest` instance."]]],[]]