class Google::Apis::DataflowV1b3::CustomSourceLocation

Identifies the location of a custom souce.

Attributes

stateful[RW]

Whether this source is stateful. Corresponds to the JSON property `stateful` @return [Boolean]

stateful?[RW]

Whether this source is stateful. Corresponds to the JSON property `stateful` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 802
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 807
def update!(**args)
  @stateful = args[:stateful] if args.key?(:stateful)
end