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"]],[["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 `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."]]],[]]