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 `GetTransferJobRequest` class is used to request information about a specific transfer job within the Storage Transfer v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and various functionalities."],["The class includes properties `JobName` and `ProjectId`, which are both required strings specifying the job's name and the ID of the owning Google Cloud project."],["The `GetTransferJobRequest` class is part of the `Google.Cloud.StorageTransfer.V1` namespace and is available across multiple versions, with `2.8.0` being the most recent and `1.0.0` being the oldest provided."]]],[]]