public sealed class GetTransferJobRequest : IMessage<GetTransferJobRequest>, IEquatable<GetTransferJobRequest>, IDeepCloneable<GetTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class GetTransferJobRequest.
[[["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 `GetTransferJobRequest` class within the Google Cloud Storage Transfer v1 API, specifically version 2.7.0, and contains information on older and newer versions."],["The `GetTransferJobRequest` class is used to create requests for retrieving information about a specific transfer job, inheriting properties from `object` and implementing multiple interfaces like `IMessage` and `IEquatable`."],["The `GetTransferJobRequest` class has two constructors: a default constructor and one that takes another `GetTransferJobRequest` as a parameter."],["The class contains two key properties: `JobName`, which is the name of the transfer job to get, and `ProjectId`, which is the ID of the Google Cloud project that owns the job, both are required and are of type string."],["The page lists available versions of the `GetTransferJobRequest` documentation from version 1.0.0 up to the latest version, 2.8.0, allowing users to access the reference materials for different API versions."]]],[]]