public sealed class GetRagCorpusRequest : IMessage<GetRagCorpusRequest>, IEquatable<GetRagCorpusRequest>, IDeepCloneable<GetRagCorpusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetRagCorpusRequest.
Request message for
[VertexRagDataService.GetRagCorpus][google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagCorpus]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eGetRagCorpusRequest\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetRagCorpusRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eVertexRagDataService.GetRagCorpus\u003c/code\u003e method, designed to retrieve a RagCorpus resource.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes constructors for creating new instances and properties like \u003ccode\u003eName\u003c/code\u003e (a string) and \u003ccode\u003eRagCorpusName\u003c/code\u003e (a \u003ccode\u003eRagCorpusName\u003c/code\u003e type) for specifying the resource to be retrieved.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is available for two versions, \u003ccode\u003e1.0.0-beta21\u003c/code\u003e (latest) and \u003ccode\u003e1.0.0-beta20\u003c/code\u003e, indicating the class's evolution and providing options for different release cycles.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class GetRagCorpusRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest) \n\n public sealed class GetRagCorpusRequest : IMessage\u003cGetRagCorpusRequest\u003e, IEquatable\u003cGetRagCorpusRequest\u003e, IDeepCloneable\u003cGetRagCorpusRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class GetRagCorpusRequest.\n\nRequest message for\n\\[VertexRagDataService.GetRagCorpus\\]\\[google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagCorpus\\] \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetRagCorpusRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetRagCorpusRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetRagCorpusRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetRagCorpusRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest), [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.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### GetRagCorpusRequest()\n\n public GetRagCorpusRequest()\n\n### GetRagCorpusRequest(GetRagCorpusRequest)\n\n public GetRagCorpusRequest(GetRagCorpusRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the RagCorpus resource.\nFormat:\n`projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`\n\n### RagCorpusName\n\n public RagCorpusName RagCorpusName { get; set; }\n\n[RagCorpusName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RagCorpusName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.GetRagCorpusRequest#Google_Cloud_AIPlatform_V1Beta1_GetRagCorpusRequest_Name) resource name property."]]