public sealed class GetTransferRunRequest : IMessage<GetTransferRunRequest>, IEquatable<GetTransferRunRequest>, IDeepCloneable<GetTransferRunRequest>, IBufferMessage, IMessage
Required. The field will contain name of the resource requested, for example:
projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}
[[["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\u003eGetTransferRunRequest\u003c/code\u003e class is used to request information about a data transfer run within the Google Cloud BigQuery Data Transfer service, supporting various versions.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, allowing it to be used with Google's protocol buffer system and providing functionalities for comparing and cloning instances.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, a parameterless one and another that takes an existing \u003ccode\u003eGetTransferRunRequest\u003c/code\u003e object for cloning purposes, allowing for easy duplication of request objects.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eName\u003c/code\u003e (a string representing the resource name) and \u003ccode\u003eRunName\u003c/code\u003e (a strongly-typed view over the resource name), which are essential for specifying which transfer run's information is being requested.\u003c/p\u003e\n"],["\u003cp\u003eThe assembly associated with this class is Google.Cloud.BigQuery.DataTransfer.V1.dll, which is part of the Google Cloud BigQuery Data Transfer .NET client library.\u003c/p\u003e\n"]]],[],null,[]]