[[["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-08-28 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGetCaseRequest\u003c/code\u003e class within the Google Cloud Support v2 API for .NET, including its inheritance, implemented interfaces, and members.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCaseRequest\u003c/code\u003e class is used as the request message for the GetCase endpoint, which is a part of the Google Cloud Support v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGetCaseRequest\u003c/code\u003e class is 1.3.0, and older versions 1.2.0, 1.1.0, and 1.0.0 are also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCaseRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eCaseName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, with \u003ccode\u003eName\u003c/code\u003e being the fully qualified name of a case to be retrieved.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetCaseRequest\u003c/code\u003e has two constructors, one default and one that takes another \u003ccode\u003eGetCaseRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class GetCaseRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.GetCaseRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.GetCaseRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.GetCaseRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.GetCaseRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.GetCaseRequest) \n\n public sealed class GetCaseRequest : IMessage\u003cGetCaseRequest\u003e, IEquatable\u003cGetCaseRequest\u003e, IDeepCloneable\u003cGetCaseRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Support v2 API class GetCaseRequest.\n\nThe request message for the GetCase endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetCaseRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.GetCaseRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.GetCaseRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.GetCaseRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### GetCaseRequest()\n\n public GetCaseRequest()\n\n### GetCaseRequest(GetCaseRequest)\n\n public GetCaseRequest(GetCaseRequest other)\n\nProperties\n----------\n\n### CaseName\n\n public CaseName CaseName { get; set; }\n\n[CaseName](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.GetCaseRequest#Google_Cloud_Support_V2_GetCaseRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The full name of a case to be retrieved."]]