public sealed class CreateTransferJobRequest : IMessage<CreateTransferJobRequest>, IEquatable<CreateTransferJobRequest>, IDeepCloneable<CreateTransferJobRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 2.8.0 is the latest version available for the `CreateTransferJobRequest`, part of the Google Cloud Storage Transfer API."],["The `CreateTransferJobRequest` class is used to define and manage requests for creating transfer jobs within the Google Cloud Storage Transfer service."],["This class inherits from Object and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor that allows for the creation of a new `CreateTransferJobRequest` or cloning an existing one."],["The primary property of `CreateTransferJobRequest` is `TransferJob`, which is required and of type `TransferJob`."]]],[]]