public sealed class RunTransferJobRequest : IMessage<RunTransferJobRequest>, IEquatable<RunTransferJobRequest>, IDeepCloneable<RunTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class RunTransferJobRequest.
[[["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."],[[["This webpage provides documentation for the `RunTransferJobRequest` class within the Google Cloud Storage Transfer v1 API."],["The latest version of the documentation is for version 2.8.0, with historical versions dating back to 1.0.0 also available."],["`RunTransferJobRequest` is used as a request passed to the `RunTransferJob` and inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains properties `JobName` and `ProjectId`, both of which are strings and required for the transfer job."],["Constructors are provided for creating a new instance or a copy of a `RunTransferJobRequest`."]]],[]]