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"]],[["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-04-01 UTC."],[[["The `GetTransferRunRequest` class is used to request information about a data transfer run within the Google Cloud BigQuery Data Transfer service, available in multiple versions."],["The latest version of the API available for use with `GetTransferRunRequest` is 4.10.0, with earlier versions dating back to version 3.1.0."],["The `GetTransferRunRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request can be constructed with a default constructor or by passing another `GetTransferRunRequest` object as a parameter."],["The `Name` property of `GetTransferRunRequest` contains the resource name of the requested transfer run in the format of `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`."]]],[]]