public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta 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-04-17 UTC."],[[["This page provides reference documentation for the `GetInstanceRequest` class within the Memorystore v1beta API, specifically for version 1.0.0-beta01, with a link to the latest version (1.0.0-beta02)."],["`GetInstanceRequest` is a request message used to retrieve an instance, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetInstanceRequest()` and another `GetInstanceRequest(GetInstanceRequest)` that takes another instance of `GetInstanceRequest` as a parameter."],["The `GetInstanceRequest` class contains properties like `InstanceName` (an `InstanceName`-typed resource name property) and `Name` (a string representing the instance's resource name, formatted as `projects/{project}/locations/{location}/instances/{instance}`)."]]],[]]