public sealed class GetTemplateRequest : IMessage<GetTemplateRequest>, IEquatable<GetTemplateRequest>, IDeepCloneable<GetTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class GetTemplateRequest.
A request to retrieve a Cloud Dataflow job template.
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetTemplateRequest\u003c/code\u003e class is used to request a Cloud Dataflow job template and is part of the Dataflow v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetTemplateRequest\u003c/code\u003e class includes properties like \u003ccode\u003eGcsPath\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eTemplateCase\u003c/code\u003e, and \u003ccode\u003eView\u003c/code\u003e, which are used to specify details about the template request.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of this class listed, with the latest being \u003ccode\u003e2.0.0-beta07\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe GetTemplateRequest class can be initialized using a parameterless constructor or by passing in another GetTemplateRequest object to the constructor.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class GetTemplateRequest (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest) \n\n public sealed class GetTemplateRequest : IMessage\u003cGetTemplateRequest\u003e, IEquatable\u003cGetTemplateRequest\u003e, IDeepCloneable\u003cGetTemplateRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class GetTemplateRequest.\n\nA request to retrieve a Cloud Dataflow job template. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetTemplateRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateRequest), [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.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### GetTemplateRequest()\n\n public GetTemplateRequest()\n\n### GetTemplateRequest(GetTemplateRequest)\n\n public GetTemplateRequest(GetTemplateRequest other)\n\nProperties\n----------\n\n### GcsPath\n\n public string GcsPath { get; set; }\n\nRequired. A Cloud Storage path to the template from which to\ncreate the job.\nMust be valid Cloud Storage URL, beginning with 'gs://'.\n\n### HasGcsPath\n\n public bool HasGcsPath { get; }\n\nGets whether the \"gcs_path\" field is set\n\n### Location\n\n public string Location { get; set; }\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to\nwhich to direct the request.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nRequired. The ID of the Cloud Platform project that the job belongs to.\n\n### TemplateCase\n\n public GetTemplateRequest.TemplateOneofCase TemplateCase { get; }\n\n### View\n\n public GetTemplateRequest.Types.TemplateView View { get; set; }\n\nThe view to retrieve. Defaults to METADATA_ONLY."]]