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-21 UTC."],[[["The latest version of the `StopBackfillJobResponse` class is 2.9.0, and there are historical versions available, ranging from 1.0.0 to 2.8.0, all within the Google.Cloud.Datastream.V1 namespace."],["The `StopBackfillJobResponse` class is used to represent the response for manually stopping a backfill job for a specific stream object within the DataStream v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The `StopBackfillJobResponse` has a `StreamObject` property, and it has a constructor that allows creating an instance of `StopBackfillJobResponse` from another `StopBackfillJobResponse`."]]],[]]