public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetInstanceRequest.
[[["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 `GetInstanceRequest` class is part of the Apigee Registry v1 API in the Google.Cloud.ApigeeRegistry.V1 namespace and is used to request an instance."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["`GetInstanceRequest` has two constructors: one default and one that allows creating an instance by copying an existing `GetInstanceRequest` object."],["The `GetInstanceRequest` class has properties `InstanceName` and `Name`, where the `Name` property, a string, represents the instance's name in the format `projects/*/locations/*/instances/*`."],["The `GetInstanceRequest` documentation is for version 1.0.0-beta06, but links to the latest version, 1.0.0-beta07, are also provided."]]],[]]