public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class GetInstanceRequest.
Request for [GetInstance][google.cloud.redis.v1.CloudRedis.GetInstance].
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
[[["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 webpage provides documentation for the `GetInstanceRequest` class within the Google Cloud Memorystore for Redis v1 API, specifically focusing on version 3.3.0."],["The `GetInstanceRequest` class is used to request details for a specific Redis instance, as detailed in the \"Request for GetInstance\" description."],["The class includes properties such as `InstanceName` and `Name`, where `Name` is a required property and follows a specific resource naming format for Redis instances."],["The page also lists older versions of the document from version 2.2.0 up to version 3.4.0, with 3.5.0 being the latest."],["`GetInstanceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, detailing its interactions and capabilities within the .NET environment."]]],[]]