public sealed class StartBackfillJobRequest : IMessage<StartBackfillJobRequest>, IEquatable<StartBackfillJobRequest>, IDeepCloneable<StartBackfillJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class StartBackfillJobRequest.
Request for manually initiating a backfill job for a specific stream object.
[[["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-31 UTC."],[[["This document provides reference documentation for the `StartBackfillJobRequest` class within the Google Cloud Datastream V1 API, specifically for version 2.7.0."],["The `StartBackfillJobRequest` class is used to manually initiate a backfill job for a specified stream object, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartBackfillJobRequest` class has two constructors, a default constructor, and one that takes another `StartBackfillJobRequest` object as a parameter."],["It includes properties such as `Object`, which represents the name of the stream object resource for which to start a backfill job, and `ObjectAsStreamObjectName`, which is a typed view over the Object resource name."],["This reference documentation provides links to previous versions of the API including version 2.9.0(latest), 2.8.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0."]]],[]]