lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.39.0 vs lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.40.0

- old
+ new

@@ -2235,16 +2235,23 @@ # The strategy that the stream uses for CDC replication. # Corresponds to the JSON property `cdcStrategy` # @return [Google::Apis::DatastreamV1::CdcStrategy] attr_accessor :cdc_strategy + # Optional. Update the stream without validating it. + # Corresponds to the JSON property `force` + # @return [Boolean] + attr_accessor :force + alias_method :force?, :force + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) @cdc_strategy = args[:cdc_strategy] if args.key?(:cdc_strategy) + @force = args[:force] if args.key?(:force) end end # A single target dataset to which all data will be streamed. class SingleTargetDataset