public sealed class StopBackfillJobResponse : IMessage<StopBackfillJobResponse>, IEquatable<StopBackfillJobResponse>, IDeepCloneable<StopBackfillJobResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class StopBackfillJobResponse.
Response for manually stop 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 webpage provides reference documentation for the `StopBackfillJobResponse` class within the Google Cloud Datastream V1 API, specifically version 2.7.0."],["The `StopBackfillJobResponse` class is used as a response when manually stopping a backfill job for a specific stream object."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality from the base `object` class."],["The `StopBackfillJobResponse` class has a property called `Object` of type `StreamObject` that contains the stream object resource for which the backfill job was stopped."],["This documentation covers several previous versions of the API including the latest 2.9.0 and going as far back as 1.0.0, in addition to the 2.7.0 it focuses on."]]],[]]