public sealed class GetTransferRunRequest : IMessage<GetTransferRunRequest>, IEquatable<GetTransferRunRequest>, IDeepCloneable<GetTransferRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class GetTransferRunRequest.
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-03-21 UTC."],[[["This webpage provides documentation for the `GetTransferRunRequest` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment."],["The `GetTransferRunRequest` class is a request object used to retrieve data transfer run information, as demonstrated by the reference material provided."],["The latest available version of the `GetTransferRunRequest` API is 4.10.0, with versions dating back to 3.1.0 also available, indicating a range of supported API versions."],["`GetTransferRunRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, offering rich functionality."],["The class features properties such as `Name`, which is required, and `RunName`, which is a `RunName`-typed view of the `Name` resource, for accessing and retrieving specific data transfer run details."]]],[]]