public sealed class GetTemplateResponse : IMessage<GetTemplateResponse>, IEquatable<GetTemplateResponse>, IDeepCloneable<GetTemplateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class GetTemplateResponse.
[[["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\u003eGetTemplateResponse\u003c/code\u003e class is part of the Dataflow v1beta3 API and is used as the response to a \u003ccode\u003eGetTemplate\u003c/code\u003e request, providing details about the requested template.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data structure management within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetTemplateResponse\u003c/code\u003e class provides several key properties, including \u003ccode\u003eMetadata\u003c/code\u003e, \u003ccode\u003eRuntimeMetadata\u003c/code\u003e, \u003ccode\u003eStatus\u003c/code\u003e, and \u003ccode\u003eTemplateType\u003c/code\u003e, to convey information about the template's structure, runtime characteristics, and request outcome.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eGetTemplateResponse\u003c/code\u003e is 2.0.0-beta07, with older versions 2.0.0-beta06 and 1.0.0-beta03 also documented.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class GetTemplateResponse (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.GetTemplateResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.GetTemplateResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.GetTemplateResponse) \n\n public sealed class GetTemplateResponse : IMessage\u003cGetTemplateResponse\u003e, IEquatable\u003cGetTemplateResponse\u003e, IDeepCloneable\u003cGetTemplateResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class GetTemplateResponse.\n\nThe response to a GetTemplate request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetTemplateResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.GetTemplateResponse), [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### GetTemplateResponse()\n\n public GetTemplateResponse()\n\n### GetTemplateResponse(GetTemplateResponse)\n\n public GetTemplateResponse(GetTemplateResponse other)\n\nProperties\n----------\n\n### Metadata\n\n public TemplateMetadata Metadata { get; set; }\n\nThe template metadata describing the template name, available\nparameters, etc.\n\n### RuntimeMetadata\n\n public RuntimeMetadata RuntimeMetadata { get; set; }\n\nDescribes the runtime metadata with SDKInfo and available parameters.\n\n### Status\n\n public Status Status { get; set; }\n\nThe status of the get template request. Any problems with the\nrequest will be indicated in the error_details.\n\n### TemplateType\n\n public GetTemplateResponse.Types.TemplateType TemplateType { get; set; }\n\nTemplate Type."]]