public sealed class CreateTransferJobRequest : IMessage<CreateTransferJobRequest>, IEquatable<CreateTransferJobRequest>, IDeepCloneable<CreateTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class CreateTransferJobRequest.
[[["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."],[[["The `CreateTransferJobRequest` class is part of the Google Cloud Storage Transfer v1 API, designed to handle requests for creating transfer jobs."],["This class has been implemented across multiple versions, with the latest being version 2.8.0, and supports implementations such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`CreateTransferJobRequest` inherits from `object` and includes constructors for creating new instances or cloning from existing `CreateTransferJobRequest` objects."],["It includes a `TransferJob` property, which is required and represents the specific job to be created, and is of type `TransferJob`."],["The `CreateTransferJobRequest` class provides the structure necessary for creating a transfer job request within the `Google.Cloud.StorageTransfer.V1` namespace."]]],[]]