public sealed class GetTransferJobRequest : IMessage<GetTransferJobRequest>, IEquatable<GetTransferJobRequest>, IDeepCloneable<GetTransferJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The `GetTransferJobRequest` class is used to request information about a specific transfer job within the Google Cloud Storage Transfer service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate different interactions and operations."],["`GetTransferJobRequest` has two constructors, allowing for default initialization and copying from another `GetTransferJobRequest` object."],["It contains two properties, `JobName` and `ProjectId`, both required and of string type, used to specify which job to retrieve and the owning project."],["The most recent version for this class is 2.8.0, and it goes back as far as version 1.0.0, both including links to the documentation."]]],[]]