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."],[[["The latest version of the API is 2.8.0, with multiple prior versions available, dating back to version 1.0.0."],["`GetTransferJobRequest` is a class in the Google Cloud Storage Transfer v1 API, used for requests to retrieve transfer jobs."],["This class, `GetTransferJobRequest`, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTransferJobRequest` class includes properties such as `JobName` and `ProjectId`, both required for specifying the job to retrieve and the owning project's ID, respectively."],["The `GetTransferJobRequest` class also has two constructors, one being a parameterless constructor and the other one taking in another `GetTransferJobRequest` as a parameter."]]],[]]