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-08 UTC."],[[["The `GetInstanceRequest` class is part of the Memorystore v1beta API, serving as the request message for retrieving a specific instance."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, and deep cloning."],["The class has two constructors, one for default initialization and another for creating a copy of an existing `GetInstanceRequest` object."],["It includes properties such as `InstanceName`, a typed view of the instance name, and `Name`, a string property representing the required name of the instance to retrieve, formatted as `projects/{project}/locations/{location}/instances/{instance}`."],["The latest version of the API package of the `GetInstanceRequest` is version 1.0.0-beta02."]]],[]]