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